[Bug 690073] [NEW] Please merge backuppc 3.2.0-1.1 (main) from Debian unstable (main)

2010-12-14 Thread Angel Abad
Public bug reported:

Binary package hint: backuppc

Please merge new Debian revision:

 backuppc (3.2.0-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add depends on libwww-perl (Closes: #602787)

Thanks!

** Affects: backuppc (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: backuppc (Ubuntu)
 Assignee: (unassigned) = Angel Abad (angelabad)

** Changed in: backuppc (Ubuntu)
   Status: New = In Progress

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

Title:
  Please merge backuppc 3.2.0-1.1 (main) from Debian unstable (main)

-- 
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 690073] Re: Please merge backuppc 3.2.0-1.1 (main) from Debian unstable (main)

2010-12-14 Thread Angel Abad

** Patch added: debian  ubuntu debdiff
   
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/690073/+attachment/1765498/+files/debian-ubuntu.debdiff

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

Title:
  Please merge backuppc 3.2.0-1.1 (main) from Debian unstable (main)

-- 
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 690073] Re: Please merge backuppc 3.2.0-1.1 (main) from Debian unstable (main)

2010-12-14 Thread Angel Abad

** Patch added: ubuntu.old  ubuntu debdiff
   
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/690073/+attachment/1765499/+files/ubuntu.debdiff

** Changed in: backuppc (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: backuppc (Ubuntu)
 Assignee: Angel Abad (angelabad) = (unassigned)

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

Title:
  Please merge backuppc 3.2.0-1.1 (main) from Debian unstable (main)

-- 
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 687535] Re: upstart loses track of ssh daemon after reload ssh

2010-12-14 Thread Scott James Remnant (Canonical)
Ah, then ssh already had that race.

In which case -D seems like a good choice

On Mon, Dec 13, 2010 at 11:05 PM, Clint Byrum cl...@fewbar.com wrote:

 The code looks something like this:

 [ option parsing, config check, etc ]
 sshd.c, line 1744: daemon()
 [ reinit logs, start random number generator, chdir to /, ignore SIGPIPE ]
 sshd.c, line 1774: server_listen() -- socket(), bind(), listen(), etc.

 So, there's already a race between considering it started (at the fork
 caused by daemon()), and sshd listening, right? Its just that now we're
 considering it started before the config check and option parsing, so
 that does give any dependent upstart jobs a bigger head start than they
 already had.

 --
 You received this bug notification because you are a member of Upstart
 Developers, which is subscribed to upstart .
 https://bugs.launchpad.net/bugs/687535

 Title:
  upstart loses track of ssh daemon after reload ssh

 Status in Upstart:
  New
 Status in “openssh” package in Ubuntu:
  Confirmed
 Status in “openssh” source package in Lucid:
  Confirmed
 Status in “openssh” source package in Maverick:
  Confirmed

 Bug description:
  When sshd gets a signal 1 for reload, it forks a new process and ditches
 the old. This causes upstart to believe that ssh has crashed, and loses
 track of it. A second reload (or any other initctl operation on ssh) will
 thus say:

 reload: Unknown instance:

 There would be 2 ways to fix this:
 1.  Don't have ssh fork on relod, but keep the same pid
 2. Use a different mechanism in upstart to keep track of ssh. Maybe a pid
 file? Just tracking children of the exited ssh won't work, or it might
 accidentally track a particular session rather than the master, if somebody
 just happens to log in close to reload time.


 # lsb_release -rd
 Description:Ubuntu 10.04.1 LTS
 Release:10.04

 # dpkg -l openssh-server | cat
 Desired=Unknown/Install/Remove/Purge/Hold
 |
 Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
 |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
 ||/ NameVersion
Description

 +++-===-==-=
 ii  openssh-server  1:5.3p1-3ubuntu4
 secure shell (SSH) server, for secure access
 from remote machines

 # dpkg -l upstart
 Desired=Unknown/Install/Remove/Purge/Hold
 |
 Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
 |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
 ||/ Name   VersionDescription

 +++-==-==-
 ii  upstart0.6.5-7event-based init daemon




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

Title:
  upstart loses track of ssh daemon after reload ssh

-- 
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 682501] Re: php5 5.3.3-1 causing segfaults - 5.3.3-4 backport for maverick?

2010-12-14 Thread Ondřej Surý
*** This bug is a duplicate of bug 685014 ***
https://bugs.launchpad.net/bugs/685014

** This bug has been marked a duplicate of bug 685014
   Please merge php5 5.3.3-5 (main) from Debian unstable
 * You can subscribe to bug 685014 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/685014/+subscribe

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

Title:
  php5 5.3.3-1 causing segfaults - 5.3.3-4 backport for maverick?

-- 
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 651049] Re: php5: FILTER_VALIDATE_URL will invalidate a hostname that includes '-'

2010-12-14 Thread Ondřej Surý
Adam, you're right. This affects only lucid php5. And as I have
suggested in 685014, it seems to be a good idea to pick the fixes from
5.3.3-6 to maverick and now it seems to be a good idea to pick them also
for 5.3.2 (plus all other segfault bugs which can be found in upstream
SVN).

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

Title:
  php5: FILTER_VALIDATE_URL will invalidate a hostname that includes '-'

-- 
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 687535] Re: upstart loses track of ssh daemon after reload ssh

2010-12-14 Thread Launchpad Bug Tracker
This bug was fixed in the package openssh - 1:5.6p1-2ubuntu3

---
openssh (1:5.6p1-2ubuntu3) natty; urgency=low

  [ Clint Byrum ]
  * debian/openssh-server.ssh.upstart: drop 'expect fork' and run sshd
with -D to avoid losing track on reload (LP: #687535)

  [ Colin Watson ]
  * Fix up mention-ssh-keygen-on-keychange.patch to match what was actually
applied to the source tree.
 -- Colin Watson cjwat...@ubuntu.com   Tue, 14 Dec 2010 11:52:43 +

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

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

Title:
  upstart loses track of ssh daemon after reload ssh

-- 
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 690131] [NEW] mysqlimport fails on table names which are keywords if unescaped

2010-12-14 Thread cputoaster
Public bug reported:

exactly this: http://bugs.mysql.com/bug.php?id=28071

This seems to have been committed to upstream 5.1.38, but somehow the
ubuntu client/server 5.1.49 expose the same problem. Using Maverick for
client and server (running locally).

example:

ame...@x:~/Projects/Sql$ mysqlimport --local --compress 
--default-character-set=utf8 --delete -u root -px dbx Range.txt 
mysqlimport: Error: 1064, You have an error in your SQL syntax; check the 
manual that corresponds to your MySQL server version for the right syntax to 
use near 'Range' at line 1, when using table: Range

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: mysql-client-5.1 5.1.49-1ubuntu8.1
ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic x86_64
NonfreeKernelModules: nvidia wl
Architecture: amd64
Date: Tue Dec 14 13:00:30 2010
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: mysql-5.1

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


** Tags: amd64 apport-bug maverick

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

Title:
  mysqlimport fails on table names which are keywords if unescaped

-- 
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 690131] Re: mysqlimport fails on table names which are keywords if unescaped

2010-12-14 Thread cputoaster


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

Title:
  mysqlimport fails on table names which are keywords if unescaped

-- 
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 690138] [NEW] tomcat6 installation failure on Ubuntu 10.10

2010-12-14 Thread Juha Litola
Public bug reported:

Binary package hint: tomcat6

Tomcat6 installation fails with following error in Ubuntu 10.10.

Setting up tomcat6 (6.0.28-2ubuntu1) ...
sed: -e expression #1, char 102: unknown option to `s'
dpkg: error processing tomcat6 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 tomcat6
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: tomcat6 6.0.28-2ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-21.32-server 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-server x86_64
Architecture: amd64
Date: Tue Dec 14 14:28:08 2010
InstallationMedia: Ubuntu-Server 10.04 LTS Lucid Lynx - Release amd64 
(20100427)
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
SourcePackage: tomcat6

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


** Tags: amd64 apport-bug maverick

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

Title:
  tomcat6 installation failure on Ubuntu 10.10

-- 
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 690138] Re: tomcat6 installation failure on Ubuntu 10.10

2010-12-14 Thread Juha Litola


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

Title:
  tomcat6 installation failure on Ubuntu 10.10

-- 
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 690142] [NEW] euca-describe-storage-controllers missing module

2010-12-14 Thread Arioch
Public bug reported:

Binary package hint: eucalyptus-common

I don't think this is normal behavior on a clean UEC install:

euca-frontend1:~# euca-describe-storage-controllers 
Traceback (most recent call last):
  File /usr/sbin/euca-describe-storage-controllers, line 4, in module
from euca_admin.storagecontrollers import StorageController
ImportError: No module named euca_admin.storagecontrollers
euca-frontend1:~# euca-describe-storage-controllers --help
Traceback (most recent call last):
  File /usr/sbin/euca-describe-storage-controllers, line 4, in module
from euca_admin.storagecontrollers import StorageController
ImportError: No module named euca_admin.storagecontrollers
euca-frontend1:~# man euca-describe-storage-controllers 
No manual entry for euca-describe-storage-controllers
See 'man 7 undocumented' for help when manual pages are not available.
euca-frontend1:~# 
euca-frontend1:~# euca-describe-storage-controllers 
Traceback (most recent call last):
  File /usr/sbin/euca-describe-storage-controllers, line 4, in module
from euca_admin.storagecontrollers import StorageController
ImportError: No module named euca_admin.storagecontrollers
euca-frontend1:~# 
euca-frontend1:~# euca-describe-storage-controllers --help
Traceback (most recent call last):
  File /usr/sbin/euca-describe-storage-controllers, line 4, in module
from euca_admin.storagecontrollers import StorageController
ImportError: No module named euca_admin.storagecontrollers
euca-frontend1:~# 
euca-frontend1:~# 
euca-frontend1:~# man euca-describe-storage-controllers 
No manual entry for euca-describe-storage-controllers
See 'man 7 undocumented' for help when manual pages are not available.
euca-frontend1:~# 
euca-frontend1:~# dpkg -S euca-describe-storage-controllers
eucalyptus-common: /usr/sbin/euca-describe-storage-controllers
euca-frontend1:~#


euca-frontend1:~# dpkg -l | grep -i euca
ii  euca2ools1.2-0ubuntu11  
   managing cloud instances for Eucalyptus
ii  eucalyptus-cc2.0+bzr1241-0ubuntu4   
   Elastic Utility Computing Architecture - Cluster controller
ii  eucalyptus-cloud 2.0+bzr1241-0ubuntu4   
   Elastic Utility Computing Architecture - Cloud controller
ii  eucalyptus-common2.0+bzr1241-0ubuntu4   
   Elastic Utility Computing Architecture - Common files
ii  eucalyptus-gl2.0+bzr1241-0ubuntu4   
   Elastic Utility Computing Architecture - Logging service
ii  eucalyptus-java-common   2.0+bzr1241-0ubuntu4   
   Elastic Utility Computing Architecture - Common Java package
ii  eucalyptus-nc2.0+bzr1241-0ubuntu4   
   Elastic Utility Computing Architecture - Node controller
ii  eucalyptus-sc2.0+bzr1241-0ubuntu4   
   Elastic Utility Computing Architecture - Storage controller
ii  eucalyptus-walrus2.0+bzr1241-0ubuntu4   
   Elastic Utility Computing Architecture - Walrus (S3)
ii  libeucalyptus-commons-ext-java   0.5.0-0ubuntu2 
   Eucalyptus commons external Java library
euca-frontend1:~#

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

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

Title:
  euca-describe-storage-controllers missing module

-- 
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 690138] Re: tomcat6 installation failure on Ubuntu 10.10

2010-12-14 Thread Peter Matulis
I tried to confirm but everything went well.  From my logs:

-
Setting up tomcat6 (6.0.28-2ubuntu1) ...

Creating config file /etc/default/tomcat6 with new version
Adding system user `tomcat6' (UID 105) ...
Adding new user `tomcat6' (UID 105) with group `tomcat6' ...
Not creating home directory `/usr/share/tomcat6'.
 * Starting Tomcat servlet engine tomcat6   [ OK ]
-

Strange.

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

Title:
  tomcat6 installation failure on Ubuntu 10.10

-- 
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 690138] Re: tomcat6 installation failure on Ubuntu 10.10

2010-12-14 Thread Peter Matulis
You seem to be running Lucid.  Huh?

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

Title:
  tomcat6 installation failure on Ubuntu 10.10

-- 
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 690138] Re: tomcat6 installation failure on Ubuntu 10.10

2010-12-14 Thread Juha Litola
Hi,

I have originally installed server from Lucid, but upgraded it to
Maverick later.

% lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.10
Release:10.10
Codename:   maverick

// Juha

On 14.12.2010, at 14.58, Peter Matulis wrote:

 You seem to be running Lucid.  Huh?
 
 -- 
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/690138
 
 Title:
  tomcat6 installation failure on Ubuntu 10.10
 
 Status in “tomcat6” package in Ubuntu:
  New
 
 Bug description:
  Binary package hint: tomcat6
 
 Tomcat6 installation fails with following error in Ubuntu 10.10.
 
 Setting up tomcat6 (6.0.28-2ubuntu1) ...
 sed: -e expression #1, char 102: unknown option to `s'
 dpkg: error processing tomcat6 (--configure):
 subprocess installed post-installation script returned error exit status 1
 Errors were encountered while processing:
 tomcat6
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 
 ProblemType: Bug
 DistroRelease: Ubuntu 10.10
 Package: tomcat6 6.0.28-2ubuntu1
 ProcVersionSignature: Ubuntu 2.6.32-21.32-server 2.6.32.11+drm33.2
 Uname: Linux 2.6.32-21-server x86_64
 Architecture: amd64
 Date: Tue Dec 14 14:28:08 2010
 InstallationMedia: Ubuntu-Server 10.04 LTS Lucid Lynx - Release amd64 
 (20100427)
 PackageArchitecture: all
 ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
 SourcePackage: tomcat6
 
 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/690138/+subscribe

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

Title:
  tomcat6 installation failure on Ubuntu 10.10

-- 
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 690142] Re: euca-describe-storage-controllers missing module

2010-12-14 Thread Torsten Spindler
The problem exists on the Ubuntu 10.10 training cloud as well. Maybe a
packaging error?

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

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

Title:
  euca-describe-storage-controllers missing module

-- 
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 690138] Re: tomcat6 installation failure on Ubuntu 10.10

2010-12-14 Thread Soren Hansen
Can you provide the output of this command, please?

sudo debconf-get-selections | grep -i tomcat6

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

Title:
  tomcat6 installation failure on Ubuntu 10.10

-- 
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 690138] Re: tomcat6 installation failure on Ubuntu 10.10

2010-12-14 Thread Juha Litola
Ok, I found the problem.

I have following definition for JAVA_OPTS:

JAVA_OPTS=-Djava.awt.headless=true -Xmx128m -XX:+UseConcMarkSweepGC
-DHUDSON_HOME=/DBS/hudson -Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=6969
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false

postinstall script has this on line 26

| sed s/^JAVA_OPTS=.*$/JAVA_OPTS=\$JAVA_OPTS\/ \

Now when JAVA_OPTS get expanded, the '/' character ends the regexp and
gives sed-failure

sed: -e expression #1, char 102: unknown option to `s'


When I removed JAVA_OPTS from /etc/tomcat6/default, I was able to install the 
package. So to fix this, value of $JAVA_OPTS would need to be escaped before 
putting it to sed.

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

Title:
  tomcat6 installation failure on Ubuntu 10.10

-- 
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 690138] Re: tomcat6 installation failure on Ubuntu 10.10

2010-12-14 Thread Peter Matulis
** Changed in: tomcat6 (Ubuntu)
   Status: New = Invalid

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

Title:
  tomcat6 installation failure on Ubuntu 10.10

-- 
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 689454] Re: No upstart script for apache2

2010-12-14 Thread Chuck Short
Thanks we will be eventually converting the apache2 init script to
upstart.

chuck

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

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

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

Title:
  No upstart script for apache2

-- 
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 684875] Re: Patch to Natty 2.6.37-virtual breaks non-EC2 users

2010-12-14 Thread Stefan Bader
Just want to make sure that it is ok (for the possible dependency in
cloud-init) to go forward and ask for the kernel patch to be reverted in
natty before actually doing so.

** Changed in: linux (Ubuntu Natty)
 Assignee: (unassigned) = Stefan Bader (stefan-bader-canonical)

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

Title:
  Patch to Natty 2.6.37-virtual breaks non-EC2 users

-- 
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 689280] Re: sftp Tainted: P 2.6.35-23-generic #41-Ubuntu

2010-12-14 Thread Chuck Short
** Package changed: openssh (Ubuntu) = linux (Ubuntu)

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

Title:
  sftp Tainted: P   2.6.35-23-generic #41-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 689091] Re: Make smbshare smaller more many packags

2010-12-14 Thread Chuck Short
** Changed in: samba (Ubuntu)
   Importance: Undecided = Wishlist

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

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

Title:
  Make smbshare smaller more many packags

-- 
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 689351] Re: package mysql-server-5.1 5.1 .37-1ubuntu5.4 failed to install/upgrade: le sous-pr ocessus nouveau script pre-removal a retourné une err eur de sortie d'état 1

2010-12-14 Thread Marc Deslauriers
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Tags added: karmic

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

Title:
  package mysql-server-5.1 5.1.37-1ubuntu5.4 failed to install/upgrade: le 
sous-processus nouveau script pre-removal a retourné une erreur de sortie 
d'état 1

-- 
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 690138] Re: tomcat6 installation failure on Ubuntu 10.10

2010-12-14 Thread Juha Litola
Hi,

I'm not sure whether this is invalid, as it will affect anyone who
happens to have '/' character in the JAVA_OPTS, and I guess it is not
that rare. Postinstall should escape those strings before it puts them
to sed command line. I'm not sed expert, but it could be done with
something like below. Or at least one could replace '/' as control
character in substitution with '#' or some other rarer character.

j...@intra ~% export BAR=bar
j...@intra ~% echo foo | sed s/foo/$BAR/
bar
j...@intra ~% export BAR=bar/bar
j...@intra ~% echo foo | sed s/foo/`$BAR/
sed: -e expression #1, char 11: unknown option to `s'
j...@intra ~% echo foo | sed 's/foo/'`echo -n $BAR | sed 's#/#\\\/#g'`'/'
bar/bar

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

Title:
  tomcat6 installation failure on Ubuntu 10.10

-- 
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 690210] [NEW] euca-describe-volumes missing module euca_admin.walruses

2010-12-14 Thread Arioch
Public bug reported:

Binary package hint: eucalyptus-common

The binary euca-describe-volumes seems to be missing a module called 
euca_admin.walruses.
And also a man page entry.

euca-frontend1:/var/log/eucalyptus# euca-describe-walruses
Traceback (most recent call last):
  File /usr/sbin/euca-describe-walruses, line 4, in module
from euca_admin.walruses import Walrus
ImportError: No module named euca_admin.walruses
euca-frontend1:/var/log/eucalyptus# euca-describe-walruses verbose
Traceback (most recent call last):
  File /usr/sbin/euca-describe-walruses, line 4, in module
from euca_admin.walruses import Walrus
ImportError: No module named euca_admin.walruses
euca-frontend1:/var/log/eucalyptus# euca-describe-walruses --help
Traceback (most recent call last):
  File /usr/sbin/euca-describe-walruses, line 4, in module
from euca_admin.walruses import Walrus
ImportError: No module named euca_admin.walruses
euca-frontend1:/var/log/eucalyptus# man euca-describe-walruses 
No manual entry for euca-describe-walruses
See 'man 7 undocumented' for help when manual pages are not available.
euca-frontend1:/var/log/eucalyptus# 
euca-frontend1:/var/log/eucalyptus# dpkg -S euca-describe-walruses
eucalyptus-common: /usr/sbin/euca-describe-walruses
euca-frontend1:/var/log/eucalyptus#

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

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

Title:
  euca-describe-volumes missing module euca_admin.walruses

-- 
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 687631] Re: bridge is configured too late (for openvpn and openntpd at least)

2010-12-14 Thread Peter Matulis
On a fresh (vmbuilder) install Maverick (server 64-bit) I can't even get
a vanilla bridge to come up via /etc/network/interfaces [1].  A manual
restart of the networking service gets it to work however:

$ sudo /etc/init.d/networking restart

Should I open a new bug or should we change focus of the current one?

[1]

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual

auto br0
iface br0 inet static
bridge_ports eth0
address 10.153.107.93
netmask 255.255.255.0 
network 10.153.107.0
broadcast 10.153.107.255
gateway 10.153.107.1

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

Title:
  bridge is configured too late (for openvpn and openntpd at least)

-- 
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 690214] [NEW] /usr/sbin/euca-describe-clusters missing module

2010-12-14 Thread Arioch
Public bug reported:

Binary package hint: eucalyptus-common

Unexpected behavior on a clean Ubuntu 10.04 UEC install:

# /usr/sbin/euca-describe-clusters
Traceback (most recent call last):
  File /usr/sbin/euca-describe-clusters, line 4, in module
from euca_admin.clusters import Cluster
ImportError: No module named euca_admin.clusters

#/usr/sbin/euca-describe-clusters --help
Traceback (most recent call last):
  File /usr/sbin/euca-describe-clusters, line 4, in module
from euca_admin.clusters import Cluster
ImportError: No module named euca_admin.clusters

#/usr/sbin/euca-describe-clusters verbose
Traceback (most recent call last):
  File /usr/sbin/euca-describe-clusters, line 4, in module
from euca_admin.clusters import Cluster
ImportError: No module named euca_admin.clusters

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

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

Title:
  /usr/sbin/euca-describe-clusters missing module

-- 
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 690219] [NEW] euca-describe-walruses missing module

2010-12-14 Thread Arioch
Public bug reported:

Binary package hint: eucalyptus-common

Unexpected behavior on a clean Ubuntu 10.04 UEC install

# /usr/sbin/euca-describe-walruses
Traceback (most recent call last):
  File /usr/sbin/euca-describe-walruses, line 4, in module
from euca_admin.walruses import Walrus
ImportError: No module named euca_admin.walruses

#/usr/sbin/euca-describe-walruses --help
Traceback (most recent call last):
  File /usr/sbin/euca-describe-walruses, line 4, in module
from euca_admin.walruses import Walrus
ImportError: No module named euca_admin.walruses

#/usr/sbin/euca-describe-walruses verbose
Traceback (most recent call last):
  File /usr/sbin/euca-describe-walruses, line 4, in module
from euca_admin.walruses import Walrus
ImportError: No module named euca_admin.walruses

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

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

Title:
  euca-describe-walruses missing module

-- 
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 690217] [NEW] euca-describe-users missing module

2010-12-14 Thread Arioch
Public bug reported:

Binary package hint: eucalyptus-common

Unexpected behavior on a clean Ubuntu 10.04 UEC install

# /usr/sbin/euca-describe-users
Traceback (most recent call last):
  File /usr/sbin/euca-describe-users, line 4, in module
from euca_admin.users import User
ImportError: No module named euca_admin.users

#/usr/sbin/euca-describe-users --help
Traceback (most recent call last):
  File /usr/sbin/euca-describe-users, line 4, in module
from euca_admin.users import User
ImportError: No module named euca_admin.users

#/usr/sbin/euca-describe-users verbose
Traceback (most recent call last):
  File /usr/sbin/euca-describe-users, line 4, in module
from euca_admin.users import User
ImportError: No module named euca_admin.users

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

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

Title:
  euca-describe-users missing module

-- 
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 690215] [NEW] euca-describe-properties missing module

2010-12-14 Thread Arioch
Public bug reported:

Binary package hint: eucalyptus-common

Unexpected behavior on a clean Ubuntu 10.04 UEC install:

# /usr/sbin/euca-describe-properties
Traceback (most recent call last):
  File /usr/sbin/euca-describe-properties, line 4, in module
from euca_admin.properties import Property
ImportError: No module named euca_admin.properties

#/usr/sbin/euca-describe-properties --help
Traceback (most recent call last):
  File /usr/sbin/euca-describe-properties, line 4, in module
from euca_admin.properties import Property
ImportError: No module named euca_admin.properties

#/usr/sbin/euca-describe-properties verbose
Traceback (most recent call last):
  File /usr/sbin/euca-describe-properties, line 4, in module
from euca_admin.properties import Property
ImportError: No module named euca_admin.properties

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

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

Title:
  euca-describe-properties missing module

-- 
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 684875] Re: Patch to Natty 2.6.37-virtual breaks non-EC2 users

2010-12-14 Thread Scott Moser
Stefan, assuming the kernel boots, i'll deal with cloud-init fallout.
I think jjohansen had some issues with booting though.

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

Title:
  Patch to Natty 2.6.37-virtual breaks non-EC2 users

-- 
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 684875] Re: Patch to Natty 2.6.37-virtual breaks non-EC2 users

2010-12-14 Thread John Johansen
So I have experimented with this a bit and so far I haven't gotten an
instance to boot without the patch.  It should work, so I just need to
tinker with it more.

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

Title:
  Patch to Natty 2.6.37-virtual breaks non-EC2 users

-- 
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 265058] Re: [SRU] openvpn2.1~rc7 fails to pick up the CN of certificates

2010-12-14 Thread Benjamin Drung
uploaded openvpn 2.1~rc7-1ubuntu3.6 to hardy-proposed

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

Title:
  [SRU] openvpn2.1~rc7 fails to pick up the CN of certificates

-- 
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 458637] Re: Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares

2010-12-14 Thread justinchudgar
@C. Perrier: I've got no business on this bug other than to say that I,
at least, have found Samba debs to work quite well. I appreciate the
work the maintainers do -- it frees me up to beat my head against the
slapd wall. :)

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

Title:
  Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares

-- 
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 244233] Re: Logrotate is noisy with: Re-opening all log files

2010-12-14 Thread Scott Moser
Imre,
  Thanks for the debdiff.

I'm not able to sponsor this, but looked at the patch, and it is an exact 
backport of the commit to debian/mailman.logrotate at 
at [1].  I can +1 the patch.

--
[1] 
http://bazaar.launchpad.net/%7Eubuntu-branches/ubuntu/natty/mailman/natty/revision/17/debian/mailman.logrotate#debian/mailman.logrotate

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

Title:
  Logrotate is noisy with: Re-opening all log files

-- 
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 615177] Re: mythtv schedules broken due apparmor mysql profile

2010-12-14 Thread Jamie Strandboge
Lucid not affected. This was an iteration of fix for bug #578922. Does
not regress with 2.5.1-0ubuntu0.10.04.1 in lucid-proposed.

** Changed in: apparmor (Ubuntu Lucid)
   Status: Fix Committed = Invalid

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

Title:
  mythtv schedules broken due apparmor mysql profile

-- 
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 688773] Re: euca2ools give 'SignatureDoesNotMatch' error

2010-12-14 Thread Mitch Garnaat
I have tracked the problem down to this revision that was applied to
boto on July 6th, 2010:

https://github.com/boto/boto/commit/6760075073c34d6dddb7e13b80dfa8d09f0f4f79

If I apply this same diff to boto 1.9b, the signature problem goes away.

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

Title:
  euca2ools give 'SignatureDoesNotMatch' error

-- 
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 578922] Re: mysql configuration should be adjusted to help prevent against chained attacks against LAMP stack

2010-12-14 Thread Jamie Strandboge
Upgraded to 2.5.1-0ubuntu0.10.04.1 in lucid-proposed and this issue is
resolved.

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

Title:
  mysql configuration should be adjusted to help prevent against chained 
attacks against LAMP stack

-- 
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 688773] Re: euca2ools give 'SignatureDoesNotMatch' error

2010-12-14 Thread Matthias Klose
lucky that 2.7 is the last 2.x version ...


** Changed in: python-boto (Ubuntu)
   Status: New = In Progress

** Changed in: euca2ools (Ubuntu)
   Status: Triaged = Invalid

** Changed in: python2.7 (Ubuntu)
   Status: New = Invalid

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

Title:
  euca2ools give 'SignatureDoesNotMatch' error

-- 
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 688773] Re: euca2ools give 'SignatureDoesNotMatch' error

2010-12-14 Thread Launchpad Bug Tracker
This bug was fixed in the package python-boto - 1.9b-1ubuntu4

---
python-boto (1.9b-1ubuntu4) natty; urgency=low

  * Handle 2.7 the same way as 2.6 for httplib compatibility. LP: #688773.
 -- Matthias Klose d...@ubuntu.com   Tue, 14 Dec 2010 19:28:01 +0100

** Changed in: python-boto (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  euca2ools give 'SignatureDoesNotMatch' error

-- 
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 615177] Re: mythtv schedules broken due apparmor mysql profile

2010-12-14 Thread Jamie Strandboge
** Tags added: verification-done
** Tags removed: verification-needed

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

Title:
  mythtv schedules broken due apparmor mysql profile

-- 
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 615177] Re: mythtv schedules broken due apparmor mysql profile

2010-12-14 Thread Jamie Strandboge
** Changed in: mysql-5.1 (Ubuntu Lucid)
   Status: Invalid = Fix Committed

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

Title:
  mythtv schedules broken due apparmor mysql profile

-- 
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 690138] Re: tomcat6 installation failure on Ubuntu 10.10

2010-12-14 Thread Thierry Carrez
*** This bug is a duplicate of bug 654549 ***
https://bugs.launchpad.net/bugs/654549

Yes, it's a bug, yes, it's already fixed, see bug 654549

** This bug has been marked a duplicate of bug 654549
   Tomcat6 fails to upgrade if JAVA_OPTS contains /
 * You can subscribe to bug 654549 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/654549/+subscribe

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

Title:
  tomcat6 installation failure on Ubuntu 10.10

-- 
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 685258] Re: vmbuilder fails to unmount cdrom cleanly

2010-12-14 Thread Serge Hallyn
** Changed in: vm-builder (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  vmbuilder fails to unmount cdrom cleanly

-- 
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 629234] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-14 Thread Scott Moser
Imre,
  You're right.  What we really should do is
a.) open a new bug against vsftp in natty regarding the issue mentioned in 
comment 12.
b.) forward that bug to debian, with appropriate patch against debian

Then, we should apply that patch here.
We could then close this bug and request that one be SRU'd to hardy.  I would 
think , though, it would be sufficient to simply fix hardy correctly under this 
bug.

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

Title:
  package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1

-- 
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 690352] Re: package snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.1 failed to install/upgrade:

2010-12-14 Thread wim sturkenboom


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

Title:
  package snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.1 failed to install/upgrade:

-- 
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 578922] Re: mysql configuration should be adjusted to help prevent against chained attacks against LAMP stack

2010-12-14 Thread Martin Pitt
** Tags added: verification-donee
** Tags removed: verification-needed

** Tags added: verification-done
** Tags removed: verification-donee

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

Title:
  mysql configuration should be adjusted to help prevent against chained 
attacks against LAMP stack

-- 
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 629234] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-14 Thread Scott Moser
I opened debian bug 607129.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607129


** Bug watch added: Debian Bug tracker #607129
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607129

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

Title:
  package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1

-- 
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 605436] Re: kpartx fails to map partitions (device-mapper: resume ioctl failed: Invalid argument)

2010-12-14 Thread Serge Hallyn
** Changed in: multipath-tools (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

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

Title:
  kpartx fails to map partitions (device-mapper: resume ioctl failed: Invalid 
argument)

-- 
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 685258] Re: vmbuilder fails to unmount cdrom cleanly

2010-12-14 Thread Launchpad Bug Tracker
This bug was fixed in the package vm-builder - 0.12.4+bzr460

---
vm-builder (0.12.4+bzr460) natty; urgency=low

  * clean up on failure to unmount and release loop devices (lp: #685258)
 -- Serge Hallyn serge.hal...@ubuntu.com   Thu, 14 Dec 2010 12:28:21 -0600

** Changed in: vm-builder (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  vmbuilder fails to unmount cdrom cleanly

-- 
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 407248] Re: PHP5 crashes after cacti and snmp d installation , and configurations. any idea? Follo ws error code com´s listing about 20 line if i write command dmesg.

2010-12-14 Thread Paolo Mainardi
Same problem here, i can't use Drupal cron anymore with Apache solr to
index site contents, there is the string below that cause libpcre to
segfault.

Ubuntu 10.4 (Server edition)

ii  libpcre3 7.8-3build1
 Perl 5 Compatible Regular Expression Library
ii  libpcre3-dbg 7.8-3build1
 Perl 5 Compatible Regular Expression Library
ii  libpcre3-dev 7.8-3build1
 Perl 5 Compatible Regular Expression Library

r...@localhost ~ # php -v
PHP 5.2.10-2ubuntu6.5 with Suhosin-Patch 0.9.7 (cli) (built: May 21 2010 
06:30:21) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies

GDB Debug:

(gdb) run /home/deploy/drush/drush.php -l suse core-cron
Starting program: /usr/bin/php5 /home/deploy/drush/drush.php -l suse core-cron
[Thread debugging using libthread_db enabled]
[New Thread 0x714ac710 (LWP 25263)]
[Thread 0x714ac710 (LWP 25263) exited]

Program received signal SIGSEGV, Segmentation fault.
0x76931a52 in match (
eptr=0x4ac9327 
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;
 \nnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; Kernel driver in use: 
pcieport-drivernbsp;nbsp;nbsp;nbsp;nbs..., ecode=0x3e5ba24 \035[Y, 
mstart=0x4ac4c6b [quote]:~gt; /sbin/lspci -v\n00:00.0 Host bridge: Intel 
Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 
07)\nnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; Subsystem: Acer Incorporated 
[ALI]..., offset_top=4, md=0x7fff14c0, ims=5, 
eptrb=0x7f5ff370, flags=0, rdepth=18106) at pcre_exec.c:431
431 pcre_exec.c: No such file or directory.
in pcre_exec.c

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

Title:
  PHP5 crashes after cacti and snmpd installation , and configurations. any 
idea? Follows error code com´s listing about 20 line if i write command dmesg.

-- 
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 690387] [NEW] udev block naming breaks failover and sd kref release cycle

2010-12-14 Thread Peter Petrakis
Public bug reported:

Binary package hint: multipath-tools

This was exposed on the Intel IMS SAN which is an ODM'd Promise Vtrak
variant on 10.04 server. The SAN has Active/Standby capabilities and
is configured for failover. It probably affects other SANs too.

Setup:
multipath'd SAN consisting of SD block devices.

Symptoms:
On failover, multipath isn't gettng the right signals to tear down
the defunct path. This was traced down to the fact that the path UDEV
was presenting to multipath was different from what it was expecting.
It simply dropped the request to gracefully remove the device, and
instead responded to the SCSI mid-layer SD IO state change,
SDEV_CANCEL/DEL which puts the device offline.

Problem is device mapper still has an handle on the SD device, as
can be seen from /sys/block/dm-x/slaves, and as a result,
scsi_target_destroy is never called. The outward symptom of this
is the SD suffix is not recycled because of course the previous
reference never dropped.

Solution:
A fix was developed independently of upstream by Serge Hallyn,
later it was found that it was fixed upstream, in 2008.
The patch is:

commit 7fa7affc3d23dd9dc906804d22a61144bca9f9b9
Author: Benjamin Marzinski bmarz...@redhat.com
Date: Thu Dec 11 16:03:28 2008 -0600

Fix for uevent devpath handling

This is necessary to make uevents work on fedora, since devpath appears as
something like:
'/devices/pci:00/:00:0a.0/:06:00.0/host11/rport-11:0-1/target11:0:1/11:0:1:0/block/s

It simply strips off the everything up to the /block.

Signed-off-by: Benjamin Marzinski bmarz...@redhat.com

It integrates simply and can be found in PPAs here:
ppa:peter-petrakis/storage

** Affects: multipath-tools (Ubuntu)
 Importance: High
 Assignee: Serge Hallyn (serge-hallyn)
 Status: Confirmed

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

Title:
  udev block naming breaks failover and sd kref release cycle

-- 
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 690387] Re: udev block naming breaks failover and sd kref release cycle

2010-12-14 Thread Peter Petrakis

** Patch added: 0001-Fix-for-uevent-devpath-handling.patch
   
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/690387/+attachment/1766245/+files/0001-Fix-for-uevent-devpath-handling.patch

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

Title:
  udev block naming breaks failover and sd kref release cycle

-- 
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 690387] Re: udev block naming breaks failover and sd kref release cycle

2010-12-14 Thread Serge Hallyn
** Changed in: multipath-tools (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

** Changed in: multipath-tools (Ubuntu)
   Importance: Undecided = High

** Changed in: multipath-tools (Ubuntu)
   Status: New = Confirmed

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

Title:
  udev block naming breaks failover and sd kref release cycle

-- 
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 690387] Re: udev block naming breaks failover and sd kref release cycle

2010-12-14 Thread Peter Petrakis
** Description changed:

  Binary package hint: multipath-tools
  
- This was exposed on the Intel IMS SAN which is an ODM'd Promise Vtrak variant
- on 10.04 server. The SAN has Active/Standby capabilities and is configured 
for failover.
- It probably affects other SANs too.
+ This was exposed on the Intel IMS SAN which is an ODM'd Promise Vtrak
+ variant on 10.04 server. The SAN has Active/Standby capabilities and
+ is configured for failover. It probably affects other SANs too.
  
  Setup:
  multipath'd SAN consisting of SD block devices.
  
  Symptoms:
- On failover, multipath isn't gettng the right signals to tear down the defunct
- path. This was traced down to the fact that the path UDEV was presenting to
- multipath was different from what it was expecting. It simply dropped the 
request
- to gracefully remove the device, and instead responded to the SCSI mid-layer
- SD IO state change, SDEV_CANCEL/DEL which puts the device offline.
+ On failover, multipath isn't gettng the right signals to tear down
+ the defunct path. This was traced down to the fact that the path UDEV
+ was presenting to multipath was different from what it was expecting.
+ It simply dropped the request to gracefully remove the device, and
+ instead responded to the SCSI mid-layer SD IO state change,
+ SDEV_CANCEL/DEL which puts the device offline.
  
- Problem is device mapper still has an handle on the SD device, as can be seen
- from /sys/block/dm-x/slaves, and as a result, scsi_target_destroy is never 
called.
- The outward symptom of this is the SD suffix is not recycled because of course
- the previous reference never dropped.
+ Problem is device mapper still has an handle on the SD device, as
+ can be seen from /sys/block/dm-x/slaves, and as a result,
+ scsi_target_destroy is never called. The outward symptom of this
+ is the SD suffix is not recycled because of course the previous
+ reference never dropped.
  
  Solution:
- A fix was developed independently of upstream by Serge Hallyn, later it
- was found that it was fixed upstream, in 2007. The patch is.
+ A fix was developed independently of upstream by Serge Hallyn,
+ later it was found that it was fixed upstream, in 2008.
+ The patch is:
  
  commit 7fa7affc3d23dd9dc906804d22a61144bca9f9b9
  Author: Benjamin Marzinski bmarz...@redhat.com
  Date: Thu Dec 11 16:03:28 2008 -0600
  
- Fix for uevent devpath handling
+ Fix for uevent devpath handling
  
- This is necessary to make uevents work on fedora, since devpath appears as
- something like:
- 
'/devices/pci:00/:00:0a.0/:06:00.0/host11/rport-11:0-1/target11:0:1/11:0:1:0/block/s
+ This is necessary to make uevents work on fedora, since devpath appears as
+ something like:
+ 
'/devices/pci:00/:00:0a.0/:06:00.0/host11/rport-11:0-1/target11:0:1/11:0:1:0/block/s
  
- It simply strips off the everything up to the /block.
+ It simply strips off the everything up to the /block.
  
- Signed-off-by: Benjamin Marzinski bmarz...@redhat.com
+ Signed-off-by: Benjamin Marzinski bmarz...@redhat.com
  
  It integrates simply and can be found in PPAs here:
  ppa:peter-petrakis/storage

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

Title:
  udev block naming breaks failover and sd kref release cycle

-- 
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 690352] Re: package snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.1 failed to install/upgrade:

2010-12-14 Thread wim sturkenboom
Forgot to mention that the 8.04 was an upgrade from 6.06

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

Title:
  package snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.1 failed to install/upgrade:

-- 
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 580319] Re: dhcp3-server launches before upstart brings all interface, thus failing to start

2010-12-14 Thread Ben Selinger
Confirmed here as well.

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

Title:
  dhcp3-server launches before upstart brings all interface, thus failing to 
start

-- 
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 458637] Re: Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares

2010-12-14 Thread PhobosK
@Christian Perrier, no need to take offence...
I really have not seen Samba working (with Win7) on Maverick ever since i 
upgraded to it... though an upstream fix was released in July 2010

Anyway when do we expect the fix
(https://bugzilla.samba.org/show_bug.cgi?id=7577) to be implemented and
working on Maverick?

Current samba 2:3.5.4~dfsg-1ubuntu8.1 clearly does NOT fix this
problem...

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

Title:
  Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares

-- 
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 653405] Re: package rabbitmq-server 1.7.2-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-14 Thread Cerin
This error is interfering with the installation of other packages.

Trying to install or upgrade any package causes rabbitmq-server's buggy
post-installation script to be re-run, which always fails, and this
failure seems to block the installation of some unrelated packages.

For example, I tried installing the MySQL Workbench .deb (available from
http://dev.mysql.com/downloads/workbench/), and it failed until I first
purged the rabbitmq-server package.

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

Title:
  package rabbitmq-server 1.7.2-1ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

-- 
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 690436] [NEW] ssh-import-id requires wget and ca-certificates to function properly

2010-12-14 Thread Clint Byrum
Public bug reported:

ssh-import-id runs 'wget', and is not useful at all without it, so
openssh-server should Depend: wget

Also, the wget will then fail because there is no way to verify
launchpad's server cert, unless you install ca-certificates, so it
should also require ca-certificates.

(natty-amd64)r...@clint-macbookpro:/home/clint/pkg/openssh/bzr# apt-cache 
policy openssh-server
openssh-server:
  Installed: 1:5.6p1-2ubuntu3
  Candidate: 1:5.6p1-2ubuntu3
  Version table:
 *** 1:5.6p1-2ubuntu3 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main amd64 Packages
100 /var/lib/dpkg/status

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


** Tags: natty

** Tags added: natty

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

Title:
  ssh-import-id requires wget and ca-certificates to function properly

-- 
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 624898] Re: ssh client hang for prolonged connections

2010-12-14 Thread Launchpad Bug Tracker
[Expired for openssh (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openssh (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  ssh client hang for prolonged connections

-- 
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 624187] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-12-14 Thread Launchpad Bug Tracker
[Expired for mysql-dfsg-5.1 (Ubuntu) because there has been no activity
for 60 days.]

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

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

Title:
  package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: 
Package is in a very bad inconsistent state - you should  reinstall it before 
attempting a removal.

-- 
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 624147] Re: package postfix 2.7.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-12-14 Thread Launchpad Bug Tracker
[Expired for postfix (Ubuntu) because there has been no activity for 60
days.]

** Changed in: postfix (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package postfix 2.7.0-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75

-- 
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 624118] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2010-12-14 Thread Launchpad Bug Tracker
[Expired for mysql-dfsg-5.1 (Ubuntu) because there has been no activity
for 60 days.]

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

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

Title:
  package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: 
ErrorMessage: subprocess new pre-installation script returned error exit status 
1

-- 
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 623520] Re: dovecot reports Invalid configuration in /etc/dovecot/dovecot.conf in all cases

2010-12-14 Thread Launchpad Bug Tracker
[Expired for dovecot (Ubuntu) because there has been no activity for 60
days.]

** Changed in: dovecot (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  dovecot reports Invalid configuration in /etc/dovecot/dovecot.conf in all 
cases

-- 
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 617237] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-12-14 Thread Launchpad Bug Tracker
[Expired for mysql-dfsg-5.1 (Ubuntu) because there has been no activity
for 60 days.]

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

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

Title:
  package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: 
Package is in a very bad inconsistent state - you should  reinstall it before 
attempting a removal.

-- 
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 611722] Re: package apache2.2-common 2.2.14-5ubuntu8 failed to install/upgrade: ERROR: Site default does not exist!

2010-12-14 Thread Launchpad Bug Tracker
[Expired for apache2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: apache2 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package apache2.2-common 2.2.14-5ubuntu8 failed to install/upgrade: ERROR: 
Site default does not exist!

-- 
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 609743] Re: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-14 Thread Launchpad Bug Tracker
[Expired for mysql-dfsg-5.1 (Ubuntu) because there has been no activity
for 60 days.]

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

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

Title:
  package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

-- 
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 534623] Re: sshd segfault at 38

2010-12-14 Thread Launchpad Bug Tracker
[Expired for openssh (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openssh (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  sshd segfault at 38

-- 
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 458707] Re: question #86419 / bug #456213 / can not see network of shared computers

2010-12-14 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

** Changed in: samba (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  question #86419 /  bug #456213 / can not see network of shared computers

-- 
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 622204] Re: adduser: Warning: The home directory `/usr/lib/dovecot' does not belong to the user you are currently creating.

2010-12-14 Thread Launchpad Bug Tracker
[Expired for dovecot (Ubuntu) because there has been no activity for 60
days.]

** Changed in: dovecot (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  adduser: Warning: The home directory `/usr/lib/dovecot' does not belong to 
the user you are currently creating.

-- 
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 617814] Re: it registering as outdated

2010-12-14 Thread Launchpad Bug Tracker
[Expired for clamav (Ubuntu) because there has been no activity for 60
days.]

** Changed in: clamav (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  it registering as outdated

-- 
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 660460] Re: Need option to not launch server on boot

2010-12-14 Thread Clint Byrum
Doesn't

update-rc.d rabbitmq-server remove

Stop it from starting?

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

Title:
  Need option to not launch server on boot

-- 
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 653405] Re: package rabbitmq-server 1.7.2-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-14 Thread Clint Byrum
I've confirmed, rabbitmq in Lucid (1.7.2) has serious problems starting
when the hostname is unresolvable.

I set my hostname to several non existent hostnames, and each time I got
this on installation of rabbitmq-server:

Setting up rabbitmq-server (1.7.2-1ubuntu1) ...
Adding group `rabbitmq' (GID 131) ...
Done.
Adding system user `rabbitmq' (UID 121) ...
Adding new user `rabbitmq' (UID 121) with group `rabbitmq' ...
Not creating home directory `/var/lib/rabbitmq'.
Starting rabbitmq-server: FAILED - check /var/log/rabbitmq/startup_log, _err
rabbitmq-server.
invoke-rc.d: initscript rabbitmq-server, action start failed.
dpkg: error processing rabbitmq-server (--configure):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 rabbitmq-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

This also seems to break rabbitmq for subsequent restarts if you change
the hostname.

Marking Confirmed.

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

Title:
  rabbitmq-server fails to start if hostname is unresolvable

-- 
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 653405] Re: package rabbitmq-server 1.7.2-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-14 Thread Clint Byrum
Oops, I meant to say raising importance to High, as this seems to make
the package rather unstable.

** Changed in: rabbitmq-server (Ubuntu)
   Importance: Medium = High

** Summary changed:

- package rabbitmq-server 1.7.2-1ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
+ rabbitmq-server fails to start if hostname is unresolvable

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

Title:
  rabbitmq-server fails to start if hostname is unresolvable

-- 
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 458637] Re: Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares

2010-12-14 Thread Thierry Carrez
Yes, we are late in delivering that fix, which was made necessary by yet 
another M$ change designed to break old Samba versions.
Be part of the solution, propose a debdiff or a branch containing the fix.

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

Title:
  Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares

-- 
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