[Bug 595116] Re: ssl error reading the headers

2010-09-29 Thread Jean-Baptiste Lallement
@Eric, apache2 2.2.14-5ubuntu8.3 in lucid-proposed is the version to
test. Thank you for helping.

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


[Bug 562370] Re: Upgrade from 2.2.14-5ubuntu6 to 2.2.14-5ubuntu7 results in syntax error, missing module

2010-09-29 Thread Ross Golder
This worked for me:

'sudo dpkg --purge --force-remove-reinstreq apache2.2-common'

Got it from bug #576255.

-- 
Upgrade from 2.2.14-5ubuntu6 to 2.2.14-5ubuntu7 results in syntax error, 
missing module
https://bugs.launchpad.net/bugs/562370
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 650936] [NEW] hread_stack must be removed to avoid problems for amd64

2010-09-29 Thread pwlnw
Public bug reported:

Description of thread_stack variable : 
The default of 192KB (256KB for 64-bit systems) is large enough for normal 
operation. If the thread stack size is too small, it limits the complexity of 
the SQL statements that the server can handle, the recursion depth of stored 
procedures, and other memory-consuming actions. 
http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html#sysvar_thread_stack

Thus, Debian / Ubuntu have exactly the set thread_stack = 192K on any
platform, on amd64 it may have broken some of the complex triggers.

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

-- 
hread_stack must be removed to avoid problems for amd64
https://bugs.launchpad.net/bugs/650936
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 650936] Re: thread_stack must be removed to avoid problems for amd64

2010-09-29 Thread Soren Hansen
** Summary changed:

- hread_stack must be removed to avoid problems for amd64
+ thread_stack must be removed to avoid problems for amd64

-- 
thread_stack must be removed to avoid problems for amd64
https://bugs.launchpad.net/bugs/650936
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 650936] Re: thread_stack must be removed to avoid problems for amd64

2010-09-29 Thread pwlnw
** Also affects: mysql-5.1 (Debian)
   Importance: Undecided
   Status: New

-- 
thread_stack must be removed to avoid problems for amd64
https://bugs.launchpad.net/bugs/650936
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 651027] [NEW] dovecot-postfix claimed as built in debian/control but not actually built

2010-09-29 Thread Colin Watson
Public bug reported:

http://people.canonical.com/~ubuntu-
archive/testing/maverick_outdate.html lists dovecot-postfix as out of
date.  However, it's not showing up in the not-built-from-source lists,
so I investigated.  It appears that the package intends to build
dovecot-postfix as an Architecture: all transitional package.  However,
the binary-indep target in debian/rules looks like this:

binary-indep: build install
mkdir -p $(CURDIR)/debian/mail-stack-delivery/etc/dovecot/conf.d/
mkdir -p $(CURDIR)/debian/mail-stack-delivery/etc/dovecot/auth.d/
cp $(CURDIR)/debian/01-mail-stack-delivery.conf 
$(CURDIR)/debian/mail-stack-delivery/etc/dovecot/conf.d/
cp $(CURDIR)/debian/01-mail-stack-delivery.auth 
$(CURDIR)/debian/mail-stack-delivery/etc/dovecot/auth.d/
dh_testdir -pmail-stack-delivery
dh_testroot -pmail-stack-delivery
dh_installdocs -pmail-stack-delivery
dh_installchangelogs -pmail-stack-delivery ChangeLog
dh_compress -pmail-stack-delivery
dh_installdeb -pmail-stack-delivery
dh_gencontrol -pmail-stack-delivery
dh_md5sums -pmail-stack-delivery
dh_builddeb -pmail-stack-delivery

I think this was an overenthusiastic substitution made when the mail-
stack-delivery package was created.  Most of those -pmail-stack-delivery
options should probably be just -i instead so that all the binary-indep
packages get built.

I'm milestoning this for 10.10, as it needs to be fixed as a matter of
archive consistency.

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

** Affects: dovecot (Ubuntu Maverick)
 Importance: High
 Status: New

** Also affects: dovecot (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Changed in: dovecot (Ubuntu Maverick)
   Importance: Undecided = High

** Changed in: dovecot (Ubuntu Maverick)
Milestone: None = ubuntu-10.10

-- 
dovecot-postfix claimed as built in debian/control but not actually built
https://bugs.launchpad.net/bugs/651027
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 651049] [NEW] php5: FILTER_VALIDATE_URL will invalidate a hostname that includes '-'

2010-09-29 Thread Sven 'Darkman' Michels
Public bug reported:

Binary package hint: php5

Hi,

there is a bug in php 5.3.2 which makes filter_var to fail on
urls/domains/hosts that contain a dash ('-').

Since filter_var is used in some well known webfrontends (syscp for
example), the bug stops users from using domains like ubuntu-
linux.org.

The patch is included in php 5.3.3.

More can be found here: http://bugs.php.net/bug.php?id=51192

Regards,
Sven

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


** Tags: lucid

-- 
php5: FILTER_VALIDATE_URL will invalidate a hostname that includes '-'
https://bugs.launchpad.net/bugs/651049
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 651047] [NEW] initial installation presents note about upgrades

2010-09-29 Thread Colin Watson
Public bug reported:

Binary package hint: rabbitmq-server

On initial installation of rabbitmq-server, the rabbitmq-
server/upgrade_previous debconf question is presented.  This is because
the version guard in the preinst is incorrect.  Instead of:

  if dpkg --compare-versions $2 lt 1.6.0; then

it should be:

  if dpkg --compare-versions $2 lt-nl 1.6.0; then

** Affects: rabbitmq-server (Ubuntu)
 Importance: Undecided
 Status: New

-- 
initial installation presents note about upgrades
https://bugs.launchpad.net/bugs/651047
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server 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 562370] Re: Upgrade from 2.2.14-5ubuntu6 to 2.2.14-5ubuntu7 results in syntax error, missing module

2010-09-29 Thread John Reese
Ross: running that command doesn't seem to work for me; it complains
about all the dependencies I have against apache2.2-common:


r...@dyson /srv # dpkg --purge --force-remove-reinstreq apache2.2-common
dpkg: dependency problems prevent removal of apache2.2-common:
 libapache2-mod-fcgid depends on apache2.2-common.
 libapache2-mod-wsgi depends on apache2.2-common; however:
  Package apache2.2-common is to be removed.
 libapache2-svn depends on apache2.2-common.
dpkg: error processing apache2.2-common (--purge):
 dependency problems - not removing
Errors were encountered while processing:
 apache2.2-common

-- 
Upgrade from 2.2.14-5ubuntu6 to 2.2.14-5ubuntu7 results in syntax error, 
missing module
https://bugs.launchpad.net/bugs/562370
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 562370] Re: Upgrade from 2.2.14-5ubuntu6 to 2.2.14-5ubuntu7 results in syntax error, missing module

2010-09-29 Thread John Reese
Well, from the other bug # you linked, I was able to get enough of a hint to 
trace this back to a problem of:
I have /etc/apache2 symlinked to another location where I keep all my server 
configs version controlled in a directory where everything is backed up on a 
daily basis.  Apparently apt at some point created /etc/apache2.dist and 
started stuffing things there rather than following the symlink, which is what 
it used to do just fine...  It was just a matter of copying over the 
reqtimeout.* from that other location into my existing 
/etc/apache2/mods-available and re-running the install.

-- 
Upgrade from 2.2.14-5ubuntu6 to 2.2.14-5ubuntu7 results in syntax error, 
missing module
https://bugs.launchpad.net/bugs/562370
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 618715] Re: ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads ~/.ldapcert.pem

2010-09-29 Thread jetole
I'm also experiencing this same issue. My /etc/ssl/certs/cacert.pem is
0644 and owned by root:root on both my ldap server. Also it seems that
my ldap servers are able to sync with each other over TLS/SSL but
ldapsearch doesn't seem to work for unless I put TLS_REQCERT allow
into ~/.ldaprc. I don't know how to set this globally since
/etc/ldap.conf and /etc/ldap/ldap.conf seem to ignore this value. Also I
don't know how I can get my ubuntu servers to use ldap for
authentication over TLS/SSL until this issue is resolved.

-- 
ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads 
~/.ldapcert.pem
https://bugs.launchpad.net/bugs/618715
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 627973] Re: Assertion failed at socket.c:629

2010-09-29 Thread Jarrett Miller
UPDATE: I did some more testing on this. I found out that the TLS HMAC
errors were the fault of an update to Viscosity (Mac OSX OpenVPN
client). The program was incorrectly passing '0' for the direction of
the ta.key file on the clients.

So the good news is that the package in your PPA fixes this issue
completely. The TLS HMAC issue was unrelated.

-- 
Assertion failed at socket.c:629
https://bugs.launchpad.net/bugs/627973
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 651134] [NEW] apache crashes with *** glibc detected *** /usr/sbin/apache2: double free or corruption (fasttop): 0x00007f8b5c8fdac0 ***

2010-09-29 Thread Paul Vaughan
Public bug reported:

Binary package hint: apache2

Expected: no errors.

Actual: Maybe crashes isn't quite the right phrase, as the server itself
is still servings pages, however we've seen the below error and
backtrace regularly since we upgraded our server and once Apache stopped
responding. We're seeing a general trend in increasing numbers of
processes.

LAMP: Ubuntu 10.04.1 LTS, Apache/2.2.14 (Ubuntu) (Server built:   Apr 13
2010 20:21:26), PHP 5.3.2-1ubuntu4.2 with Suhosin-Patch (cli) (built:
May 13 2010 20:03:45)

# apt-cache policy apache2
apache2:
  Installed: 2.2.14-5ubuntu8
  Candidate: 2.2.14-5ubuntu8.2
  Version table:
 2.2.14-5ubuntu8.2 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
 *** 2.2.14-5ubuntu8 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status
# apt-cache policy php5
php5:
  Installed: 5.3.2-1ubuntu4.2
  Candidate: 5.3.2-1ubuntu4.5
  Version table:
 5.3.2-1ubuntu4.5 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
 *** 5.3.2-1ubuntu4.2 0
100 /var/lib/dpkg/status
 5.3.2-1ubuntu4 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/main Packages

MySQL server is not installed.

Error message as found in /var/log/apache2/error.log (attached).

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


** Tags: apache glibc server

-- 
apache crashes with *** glibc detected *** /usr/sbin/apache2: double free or 
corruption (fasttop): 0x7f8b5c8fdac0 ***
https://bugs.launchpad.net/bugs/651134
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 651134] Re: apache crashes with *** glibc detected *** /usr/sbin/apache2: double free or corruption (fasttop): 0x00007f8b5c8fdac0 ***

2010-09-29 Thread Paul Vaughan

** Attachment added: Bug as found in /var/log/apache2/error.log
   
https://bugs.launchpad.net/bugs/651134/+attachment/1653329/+files/apache2_glibc_error.txt

-- 
apache crashes with *** glibc detected *** /usr/sbin/apache2: double free or 
corruption (fasttop): 0x7f8b5c8fdac0 ***
https://bugs.launchpad.net/bugs/651134
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 627973] Re: Assertion failed at socket.c:629

2010-09-29 Thread Thierry Carrez
Ah! That's good news indeed. I'll push the fix in SRU once the Maverick
release heat calms down.

** Changed in: openvpn (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: openvpn (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (ttx)

-- 
Assertion failed at socket.c:629
https://bugs.launchpad.net/bugs/627973
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 350936] Re: Should shut down domains on system shutdown

2010-09-29 Thread Andy
Does anyone know what Canonical's *official* position on shutting down KVM VMs 
on host shutdown with Upstart? 
Does Canonical run Ubuntu 10.04 Server with KVM in production? 
Do they shutdown VMs?  How did this slip by for an LTS release?
Is this up to their standards as Production Quality? 
Do they recommend deploying KVM on Ubuntu Server 10.04?
Shouldn't it be a very basic feature to shutdown VMs on a supported platform 
when
the host goes through an unattended unscheduled shutdown?  

It is a dismal situation when at this point there is still no official simple 
way from Canonical to
gracefully shutdown KVM VMs if the host has to go down for any reason such as 
a UPS issued shutdown command.

-- 
Should shut down domains on system shutdown
https://bugs.launchpad.net/bugs/350936
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 650446] Re: Cloud exhausting Permanent Generation space

2010-09-29 Thread Thierry Carrez
Sounds like something we should consider for a Lucid SRU.

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

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

** Also affects: eucalyptus (Ubuntu Lucid)
   Importance: Undecided
   Status: New

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

** Changed in: eucalyptus (Ubuntu Lucid)
   Importance: Undecided = Medium

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

-- 
Cloud exhausting Permanent Generation space
https://bugs.launchpad.net/bugs/650446
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 650439] Re: package mysql-server-5.1 5.1.37-1ubuntu5.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-29 Thread Thierry Carrez
Looks like your MySQL server fails to start, due to another thing running on 
that port:
[ERROR] Can't start server: Bind on TCP/IP port: Address already in use
[ERROR] Do you already have another mysqld server running on port: 3306 ?

Please check that you can reproduce the error on subsequent upgrades.


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

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

-- 
package mysql-server-5.1 5.1.37-1ubuntu5.4 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/650439
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 650721] Re: dnssec-keygen hangs

2010-09-29 Thread Thierry Carrez
I think it's rather really slow to complete. It probably gathers entropy
and VMs are notoriously bad at this. Does generating artificial i/o
activity helps in solving that ?

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

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

-- 
dnssec-keygen hangs
https://bugs.launchpad.net/bugs/650721
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 651049] Re: php5: FILTER_VALIDATE_URL will invalidate a hostname that includes '-'

2010-09-29 Thread Thierry Carrez
** Changed in: php5 (Ubuntu)
   Importance: Undecided = Medium

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

-- 
php5: FILTER_VALIDATE_URL will invalidate a hostname that includes '-'
https://bugs.launchpad.net/bugs/651049
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 651047] Re: initial installation presents note about upgrades

2010-09-29 Thread Thierry Carrez
** Changed in: rabbitmq-server (Ubuntu)
   Importance: Undecided = Medium

** Changed in: rabbitmq-server (Ubuntu)
   Status: New = Confirmed

** Changed in: rabbitmq-server (Ubuntu)
   Status: Confirmed = Triaged

-- 
initial installation presents note about upgrades
https://bugs.launchpad.net/bugs/651047
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server 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 650936] Re: thread_stack must be removed to avoid problems for amd64

2010-09-29 Thread Thierry Carrez
** Changed in: mysql-5.1 (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: mysql-5.1 (Ubuntu)
   Status: New = Confirmed

-- 
thread_stack must be removed to avoid problems for amd64
https://bugs.launchpad.net/bugs/650936
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 650795] Re: Third share is always read-only

2010-09-29 Thread Chuck Short
Please attach your /var/log/samba/ log files.

chuck

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

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

-- 
Third share is always read-only
https://bugs.launchpad.net/bugs/650795
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 651182] [NEW] Invocations of /etc/init.d/mailman start spawns multiple instances

2010-09-29 Thread Andrea Gelmini
Public bug reported:

Binary package hint: mailman

r...@vaio:/tmp# ps -u list 
  PID TTY  TIME CMD
 8490 ?00:00:00 mailmanctl
 8491 ?00:00:00 python
 8492 ?00:00:00 python
 8493 ?00:00:00 python
 8494 ?00:00:00 python
 8495 ?00:00:00 python
 8496 ?00:00:00 python
 8497 ?00:00:00 python
 8498 ?00:00:00 python
r...@vaio:/tmp# /etc/init.d/mailman start
 * Starting Mailman master qrunner mailmanctl   
  [ OK ] 
r...@vaio:/tmp# ps -u list 
  PID TTY  TIME CMD
 8490 ?00:00:00 mailmanctl
 8491 ?00:00:00 python
 8492 ?00:00:00 python
 8493 ?00:00:00 python
 8494 ?00:00:00 python
 8495 ?00:00:00 python
 8496 ?00:00:00 python
 8497 ?00:00:00 python
 8498 ?00:00:00 python
 8516 ?00:00:00 mailmanctl
 8518 ?00:00:00 python
 8519 ?00:00:00 python
 8525 ?00:00:00 python
 8526 ?00:00:00 python
 8527 ?00:00:00 python
 8528 ?00:00:00 python
 8529 ?00:00:00 python
 8530 ?00:00:00 python
r...@vaio:/tmp# /etc/init.d/mailman stop
 * Stopping Mailman master qrunner mailmanctl   
  [ OK ] 
r...@vaio:/tmp# ps -u list 
  PID TTY  TIME CMD
 8490 ?00:00:00 mailmanctl
 8491 ?00:00:00 python
 8492 ?00:00:00 python
 8493 ?00:00:00 python
 8494 ?00:00:00 python
 8495 ?00:00:00 python
 8496 ?00:00:00 python
 8497 ?00:00:00 python
 8498 ?00:00:00 python
r...@vaio:/tmp# export LANG='C'
r...@vaio:/tmp# /etc/init.d/mailman stop
 * Stopping Mailman master qrunner mailmanctl   
 PID 
unreadable in: /var/run/mailman/mailman.pid
[Errno 2] No such file or directory: '/var/run/mailman/mailman.pid'
Is qrunner even running?

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: mailman 1:2.1.13-1
Uname: Linux 2.6.36-rc5g+ i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Sep 29 16:31:46 2010
ProcEnviron:
 PATH=(custom, user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: mailman

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


** Tags: apport-bug i386 lucid

-- 
Invocations of /etc/init.d/mailman start spawns multiple instances
https://bugs.launchpad.net/bugs/651182
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 651182] Re: Invocations of /etc/init.d/mailman start spawns multiple instances

2010-09-29 Thread Andrea Gelmini

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/651182/+attachment/1653547/+files/Dependencies.txt

-- 
Invocations of /etc/init.d/mailman start spawns multiple instances
https://bugs.launchpad.net/bugs/651182
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 350936] Re: Should shut down domains on system shutdown

2010-09-29 Thread Francesco Pretto
Clap! :)

2010/9/29 Andy a...@xillean.com:
 It is a dismal situation when at this point there is still no official simple 
 way from Canonical to
 gracefully shutdown KVM VMs if the host has to go down for any reason such as
 a UPS issued shutdown command.


-- 
Should shut down domains on system shutdown
https://bugs.launchpad.net/bugs/350936
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 600549] Re: m2crypto fails to build from source in maverick

2010-09-29 Thread Matthias Klose
confirmed in a rebuild and a local build
http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/m2crypto_0.20.1-1ubuntu3_lubuntu32.buildlog
reopening, the tests fail with
==
ERROR: test_sslv23_weak_crypto (tests.test_ssl.MiscSSLClientTestCase)
--
Traceback (most recent call last):
  File /scratch/packages/tmp/m2crypto-0.20.1/tests/test_ssl.py, line 408, in 
test_sslv23_weak_crypto
s.connect(self.srv_addr)
  File /scratch/packages/tmp/m2crypto-0.20.1/M2Crypto/SSL/Connection.py, line 
179, in connect
ret = self.connect_ssl()
  File /scratch/packages/tmp/m2crypto-0.20.1/M2Crypto/SSL/Connection.py, line 
172, in connect_ssl
return m2.ssl_connect(self.ssl)
SSLError: unexpected eof

--
Ran 237 tests in 162.729s

FAILED (errors=1)
make: *** [build-stamp] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2


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

** Changed in: m2crypto (Ubuntu Maverick)
Milestone: maverick-alpha-3 = ubuntu-10.10

-- 
m2crypto fails to build from source in maverick
https://bugs.launchpad.net/bugs/600549
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to m2crypto 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 458637] Re: Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares

2010-09-29 Thread David Mikeska
I noticed a networking issue at the house after windows 7  did an
update. I know that they have been trying to make (Microsoft) networking
proprietary so that they can force their consumers to buy client
licenses for their home network. I will get back after I have disected
windows 7 and see what changes thier was by installing a copy on another
machine and looking. Its microsoft networking protocal that has issues.
they never really fixed it since 2003 server, just patched it. And I
heard from other people (I have not confirmed this) that they changed
thier networking protocal on the windows 7 machines, then they may have
update windows xp machines to their  new networking protocal and not
tell anyone( if the network was connected to the internet and windows
automatic updates turned on.

-- 
Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares
https://bugs.launchpad.net/bugs/458637
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 458637] Re: Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares

2010-09-29 Thread Marcin Wisnicki
@David: instead of sharing with us what you know, you could actually
read upstream bug linked above.

BTW. why status of samba-bugs #7577 is not changing in Launchpad (it was fixed) 
?
When I click on status it says Unknown error (Launchpad couldn't import bug).

-- 
Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares
https://bugs.launchpad.net/bugs/458637
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 651027] Re: dovecot-postfix claimed as built in debian/control but not actually built

2010-09-29 Thread Mathias Gug
** Tags added: server-mrs

-- 
dovecot-postfix claimed as built in debian/control but not actually built
https://bugs.launchpad.net/bugs/651027
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 650446] Re: Cloud exhausting Permanent Generation space

2010-09-29 Thread Dave Walker
@Ng: Have you set -XX:MaxPermSize=256m on the cloud?

Sounds like a wonderful bug.

I would love to hear if that makes a difference, i'm not too keen on the
prospect of an SRU for a 'probably fix'.

Thanks!

-- 
Cloud exhausting Permanent Generation space
https://bugs.launchpad.net/bugs/650446
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 649264] Re: minicom crashed with SIGSEGV in __libc_start_main()

2010-09-29 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem.

** Visibility changed to: Public

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

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

-- 
minicom crashed with SIGSEGV in __libc_start_main()
https://bugs.launchpad.net/bugs/649264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to minicom 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 650721] Re: dnssec-keygen hangs

2010-09-29 Thread Mark Sobell
Very good, thanks!
I ran rsync on / and the command completed almost 
immediately.
I will put a note in my book to that effect.

-- 
Mark


On Wednesday, September 29, 2010 07:37:45 am you wrote:
 I think it's rather really slow to complete. It probably
 gathers entropy and VMs are notoriously bad at this.
 Does generating artificial i/o activity helps in solving
 that ?
 
 ** Changed in: bind9 (Ubuntu)
Importance: Undecided = Low
 
 ** Changed in: bind9 (Ubuntu)
Status: New = Incomplete

-- 
dnssec-keygen hangs
https://bugs.launchpad.net/bugs/650721
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 495394] Re: autostart almost always fails on boot time host

2010-09-29 Thread Andreas Ntaflos
Mika, thank you for the patch and new upstart job. We are trying it out
here and find that the bridged-network job seems to be waiting forever
for a net-device-up signal to be emitted, thus keeping libvirtd-bin
from starting.

I only now have begun reading up on upstart but so far I can't find any
obvious flaws in your job definition. Waiting on the net-device-up
signal which is emitted every time a network interface comes up
(/etc/network/if-up.d/upstart) and then checking the status of the
bridges seems the correct way but it doesn't work for us.

Did you take any additional steps in order to get this upstart job to
work correctly?

-- 
autostart almost always fails on boot time host
https://bugs.launchpad.net/bugs/495394
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 651432] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: underproces installed post-installation script returnerede afslutningsstatus 1

2010-09-29 Thread Lasse Vinther Tyron

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/651432/+attachment/1654689/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/651432/+attachment/1654690/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/651432/+attachment/1654691/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/651432/+attachment/1654692/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   
https://bugs.launchpad.net/bugs/651432/+attachment/1654693/+files/DpkgTerminalLog.gz

-- 
package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
underproces installed post-installation script returnerede afslutningsstatus 1
https://bugs.launchpad.net/bugs/651432
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 651432] [NEW] package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: underproces installed post-installation script returnerede afslutningsstatus 1

2010-09-29 Thread Lasse Vinther Tyron
Public bug reported:

Binary package hint: bacula

I'm a newbie but think this error is not an actual error but just a
result of no server.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bacula-director-mysql 5.0.1-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
Architecture: i386
Date: Wed Sep 29 21:37:09 2010
ErrorMessage: underproces installed post-installation script returnerede 
afslutningsstatus 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: bacula
Title: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
underproces installed post-installation script returnerede afslutningsstatus 1

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


** Tags: apport-package i386 lucid

-- 
package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
underproces installed post-installation script returnerede afslutningsstatus 1
https://bugs.launchpad.net/bugs/651432
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 582963] Re: SSL pass phrase dialog can't read input

2010-09-29 Thread Kate Stewart
** Also affects: ubuntu-release-notes
   Importance: Undecided
   Status: New

-- 
SSL pass phrase dialog can't read input
https://bugs.launchpad.net/bugs/582963
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 651535] [NEW] package libapache2-mod-php5 5 .3.2-1ubuntu4.5 failed to install/upgrade: Unterpr ozess installiertes pre-removal-Skript gab den Fehlerwert 1 zurück

2010-09-29 Thread firebird76
Public bug reported:

Binary package hint: php5

Description:Ubuntu 10.04.1 LTS
Release:10.04

php5:
  Installiert: 5.3.2-1ubuntu4.5
  Kandidat: 5.3.2-1ubuntu4.5
  Versions-Tabelle:
 *** 5.3.2-1ubuntu4.5 0
500 http://de.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
100 /var/lib/dpkg/status
 5.3.2-1ubuntu4 0
500 http://de.archive.ubuntu.com/ubuntu/ lucid/main Packages

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: libapache2-mod-php5 5.3.2-1ubuntu4.5
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Wed Sep 29 19:37:04 2010
ErrorMessage: Unterprozess installiertes pre-removal-Skript gab den Fehlerwert 
1 zurück
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
SourcePackage: php5
Title: package libapache2-mod-php5 5.3.2-1ubuntu4.5 failed to install/upgrade: 
Unterprozess installiertes pre-removal-Skript gab den Fehlerwert 1 zurück

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


** Tags: amd64 apport-package lucid

-- 
package libapache2-mod-php5 5.3.2-1ubuntu4.5 failed to install/upgrade: 
Unterprozess installiertes pre-removal-Skript gab den Fehlerwert 1 zurück
https://bugs.launchpad.net/bugs/651535
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 651535] Re: package libapache2-mod-php5 5.3 .2-1ubuntu4.5 failed to install/upgrade: Unterprozes s installiertes pre-removal-Skript gab den Fehlerwert 1 zu rück

2010-09-29 Thread firebird76

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/651535/+attachment/1655032/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/651535/+attachment/1655033/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/651535/+attachment/1655034/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/651535/+attachment/1655035/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   
https://bugs.launchpad.net/bugs/651535/+attachment/1655036/+files/DpkgTerminalLog.gz

** Attachment added: PHPInstalledModules.txt
   
https://bugs.launchpad.net/bugs/651535/+attachment/1655037/+files/PHPInstalledModules.txt

-- 
package libapache2-mod-php5 5.3.2-1ubuntu4.5 failed to install/upgrade: 
Unterprozess installiertes pre-removal-Skript gab den Fehlerwert 1 zurück
https://bugs.launchpad.net/bugs/651535
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 615077] Re: [Maverick] SDL local window broken in last update

2010-09-29 Thread Kate Stewart
** Also affects: libvirt (Ubuntu Maverick)
   Importance: Undecided
   Status: Confirmed

** Also affects: qemu-kvm (Ubuntu Maverick)
   Importance: Medium
   Status: Confirmed

** Also affects: virtinst (Ubuntu Maverick)
   Importance: Undecided
   Status: Confirmed

-- 
[Maverick] SDL local window broken in last update
https://bugs.launchpad.net/bugs/615077
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 463684] Re: openldap sections in ubuntu server guide not updated for packages in karmic

2010-09-29 Thread nutznboltz
CentOS 6 + http://directory.fedoraproject.org/ FTW!

-- 
openldap sections in ubuntu server guide not updated for packages in karmic
https://bugs.launchpad.net/bugs/463684
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 651720] [NEW] Hardy OpenSSH version out-of-date - security risks

2010-09-29 Thread SeanB
Public bug reported:

Hi,

Can you please upgrade OpenSSH for Hardy to 5.2 or above to assist in
PCI-DSS Compliance. The following security risks exist for the currently
available version 4.7

OpenSSH Plaintext Recovery Attack Against SSH Vulnerability

OpenSSH X11 Hijacking Attack Vulnerability

Thank you.

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

-- 
Hardy OpenSSH version out-of-date - security risks
https://bugs.launchpad.net/bugs/651720
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 651698] [NEW] Second login to ssh_import_id in cloud-config doesn't get added to authorized_keys file

2010-09-29 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: cloud-init

Running ami-60699c09 with the following user-data:

#cloud-config
ssh_import_id: [mathiaz, james-page]

Only the first login (mathiaz) is added to the ubuntu authorized_keys.
The second login (james-page) is not added to the authorized_key file.

** Affects: openssh (Ubuntu)
 Importance: Low
 Status: Confirmed

-- 
Second login to ssh_import_id in cloud-config doesn't get added to 
authorized_keys file 
https://bugs.launchpad.net/bugs/651698
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to openssh 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 651720] Re: Hardy OpenSSH version out-of-date - security risks

2010-09-29 Thread Marc Deslauriers
As per our policy, and in line with the security policy of most Linux
distributions, we do not update versions of software in stable releases
to fix security issues. We backport security fixes to the version
available when the stable release came out.

In the case of OpenSSH X11 Hijacking Attack Vulnerability, AKA
CVE-2008-1483, the OpenSSH version in Hardy already contains a patch for
this issue, as seen in the changelog of version 4.7p1-5.

For OpenSSH Plaintext Recovery Attack Against SSH Vulnerability, AKA
CVE-2008-5161, we have classified this as having a low security impact
since the upstream openssh project has deemed this issue infeasible in
most circumstances. If this issue is a concern for you, you may
configure your ssh server to prefer the AES CTR mode ciphers, as they do
not contain this flaw. In order to do so, edit your server's sshd_config
file to contain the following line:

Ciphers aes128-ctr,aes256-ctr,arcfour256,arcfour,aes128-cbc,aes256-cbc

Due to the first issue being fixed already, and the second attack being
infeasible, we are of the opinion that the current OpenSSH packages in
hardy correctly adhere to PCI-DSS compliance.


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

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

** Changed in: openssh (Ubuntu)
   Status: New = Invalid

-- 
Hardy OpenSSH version out-of-date - security risks
https://bugs.launchpad.net/bugs/651720
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 651698] Re: Second login to ssh_import_id in cloud-config doesn't get added to authorized_keys file

2010-09-29 Thread Scott Moser
mathiaz's error was due to james-page keys not being considered valid by 
ssh-import-id.
The final hex characters in his currently uploaded keys are:
0d0a 0d0a

I think the proper fix to ssh-import-id is:
--- ssh-import-id 2010-07-22 10:02:11.0 -0400
+++ ssh-import-id 2010-09-29 23:18:36.956997685 -0400
@@ -68,8 +68,8 @@
 validate_keys() {
   # Prune blank lines, join lines that don't have a '= ',
   # remove invalid characters
-  sed -i -e '/^$/d' \
- -e ':join /=[ ]/!{ N; s/\n// ; b join }' \
+  sed -i -e '/^$/d' -e '/^\r/d' \
+ -e ':join /=[ ]/!{ N; s/[\n\r]// ; b join }' \
  -e 's/[^a-zA-Z0-9@: .\/=+-]//g' $1
   # Count lines
   lines=$(wc -l  ${1})


** Package changed: cloud-init (Ubuntu) = openssh (Ubuntu)

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

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

-- 
Second login to ssh_import_id in cloud-config doesn't get added to 
authorized_keys file 
https://bugs.launchpad.net/bugs/651698
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 651698] Re: Second login to ssh_import_id in cloud-config doesn't get added to authorized_keys file

2010-09-29 Thread Mathias Gug
** Changed in: openssh (Ubuntu)
   Status: Confirmed = Triaged

-- 
Second login to ssh_import_id in cloud-config doesn't get added to 
authorized_keys file 
https://bugs.launchpad.net/bugs/651698
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 651754] [NEW] GD Bundle and Feisty

2010-09-29 Thread Aaron Angelo Vicuña
Public bug reported:

Binary package hint: php5

I am using an Ubuntu Server 7.10, and i want to recompile my GD to a
bundled GD, when i do the update i always have an error file not
available, it has to be a problem on my sources.list, i have tried
sources lists that are posted on the internet, but i am having a hard
time finding a working one for my requirements. Can you please give me a
sources lists that is still working for 7.10. Please let me know if i
need to provide more information. Thank you very much and God Bless.

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

-- 
GD Bundle and Feisty
https://bugs.launchpad.net/bugs/651754
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 651720] Re: Hardy OpenSSH version out-of-date - security risks

2010-09-29 Thread SeanB
Thank you for the explanation.

-- 
Hardy OpenSSH version out-of-date - security risks
https://bugs.launchpad.net/bugs/651720
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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