[Bug 1193705] Re: [udev] /dev/disk/by-path missing

2013-06-25 Thread Martin Pitt
While we can technically put /dev/disks/by-path back for ATA devices in
Ubuntu, that still won't help upstream ceph on other distros, and I
believe this approach is buggy anyway. is_partition() currently looks a
bit underdefined/buggy to me, as it's not uncommon to have file systems
on unpartitioned block devices (i. e. mounting /dev/sdb directly); this
will also completely miss devmapper or other virtual devices. To mimic
the current behaviou,  one could do something like

  return not os.path.exists('/sys/block/%s' % os.path.basename(dev))

as devices will be there (like /sys/block/sdb), and partitions under
that (like /sys/block/sdb/sdb2). But again, that's not really what you
want there: Judging by how is_partition() is being used in
verify_not_in_use(), it should probably be called is_filesystem() and
query udev (CLI example: udevadm info --name=/dev/sda2 | grep ID_FS) or
blkid.

There are a couple of options how to rewrite these functions, including
reading /sys/block/, /proc/partitions, asking blkid, querying udevadm,
or querying udisks.

If you want a list of block devices with mountable file systems which
are present, and don't want to use any extra libraries, then perhaps the
simplest thing is

  udevadm trigger --dry-run --verbose --property-
match=ID_FS_USAGE=filesystem

(this doesn't need any root privileges). If you want all block devices,
then

  udevadm trigger --dry-run --verbose --subsystem-match=block

will give a list, including device-mapper (and also loopback, etc.).

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

Title:
  [udev] /dev/disk/by-path missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1193705/+subscriptions

-- 
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 1193289] Re: package libpam-winbind 2:3.6.3-2ubuntu2.6 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 128

2013-06-25 Thread Yolanda Robla
Thanks for reporting this. The problem doesn't seem to be related directly with 
the package, but with the Update Manager.
Please take a look at this thread:
https://answers.launchpad.net/ubuntu/+source/update-manager/+question/166843
It should help to solve the problem.


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

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

Title:
  package libpam-winbind 2:3.6.3-2ubuntu2.6 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1193289/+subscriptions

-- 
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 1193228] Re: package php5-fpm (not installed) failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 143

2013-06-25 Thread Yolanda Robla
Seems that some problem is preventing php5-fm to start.
Please can you send the error log to check the problem causing that?

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

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

Title:
  package php5-fpm (not installed) failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 143

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1193228/+subscriptions

-- 
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 1193620] Re: ssh disconnect escape sequence doesn't work on a broken multiplexed connection

2013-06-25 Thread Yolanda Robla
** Changed in: openssh (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  ssh disconnect escape sequence doesn't work on a broken multiplexed
  connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1193620/+subscriptions

-- 
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 1194310] Re: cachemgr.cgi crashes after login

2013-06-25 Thread Yolanda Robla
** Changed in: squid3 (Ubuntu)
   Importance: Undecided = High

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

Title:
  cachemgr.cgi crashes after login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1194310/+subscriptions

-- 
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 1193290] Re: missing files in packages

2013-06-25 Thread Yolanda Robla
Thanks for reporting this.
Can you check if libaugeas0 package is installed in your system? I've installed 
the package and libraries are correctly placed under /usr/lib.

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

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

Title:
  missing files in packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1193290/+subscriptions

-- 
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 1194309] Re: SSL_GET and HTTP_GET won't work

2013-06-25 Thread Yolanda Robla
** Changed in: keepalived (Ubuntu)
   Importance: Undecided = High

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

Title:
  SSL_GET and HTTP_GET won't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1194309/+subscriptions

-- 
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 1194390] [NEW] known issue in current version

2013-06-25 Thread Zoltan Lippai
Public bug reported:

Hi,

the current version in the repository (1:2.1.7-1ubuntu2) has a known bug, that 
was discussed here:
http://dovecot.org/pipermail/dovecot/2012-September/085585.html

This is the actual bugfix: 
http://hg.rename-it.nl/dovecot-2.1-pigeonhole/rev/6ceeb6421231

This issue is causing my webmail client to fail, because it checks the sieve 
scripts for errors before saving them, and this causes magaesieved to segfault, 
thus failing to save the sieve script.
Is it possible to update the package from 2.1.7 to a later version (from the 
2.1 branch)?

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


** Tags: dovecot managesieved segfault sieve

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

Title:
  known issue in current version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1194390/+subscriptions

-- 
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 994199] Re: vmbuilder and /etc/sudoers template missing sudo group support

2013-06-25 Thread Will Bryant
There hasn't been any activity on this bug for a while, and I suspect
it's not really a bug.  I think the file gets copied from the host, so
an out-of-date host will result in this behavior?

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

Title:
  vmbuilder and /etc/sudoers template missing sudo group support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/994199/+subscriptions

-- 
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 517067] Re: Using virtio for block devices makes disks and partitions disappear in KVM/QEMU (using vmbuilder and libvirt)

2013-06-25 Thread Will Bryant
Yeah, UUID seems like a better idea.

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

Title:
  Using virtio for block devices makes disks and partitions disappear in
  KVM/QEMU (using vmbuilder and libvirt)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/517067/+subscriptions

-- 
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 1194426] [NEW] Missing chain overlay and required schemas

2013-06-25 Thread Almcc
Public bug reported:

Description:Ubuntu 13.04
Release:13.04

slapd:
  Installed: 2.4.31-1ubuntu2
  Candidate: 2.4.31-1ubuntu2
  Version table:
 *** 2.4.31-1ubuntu2 0
500 http://gb.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
100 /var/lib/dpkg/status


Problem: Can not create a chain overlay:

# ldapadd -Y EXTERNAL -H ldapi:///
dn: olcOverlay=chain,olcDatabase={-1}frontend,cn=config
objectClass: olcOverlayConfig
objectClass: top
olcOverlay: chain

adding new entry olcOverlay=chain,olcDatabase={-1}frontend,cn=config
ldap_add: Undefined attribute type (17)
additional info: olcChainCacheURI: attribute type undefined


# tail /var/log/syslog
Jun 25 10:50:33 vm-40 slapd[6765]: overlay chain not found

A full chain overlay configuration also requires olcChainConfig schema
and olcLDAPConfig.

Expected result:

The ability to configure a chain overlay with LDAP database backends.

# ldapadd -Y EXTERNAL -H ldapi:///
dn: olcOverlay={0}chain,olcDatabase={1}frontend,cn=config
objectClass: olcOverlayConfig
objectClass: olcChainConfig
objectClass: top
olcOverlay: {0}chain
olcChainCacheURI: FALSE
olcChainMaxReferralDepth: 1
olcChainReturnError: TRUE

dn: olcDatabase={0}ldap,olcOverlay={0}chain,olcDatabase={-1}frontend,cn=config
objectClass: olcLDAPConfig
objectClass: olcChainDatabase
olcDatabase: {0}ldap
olcDbStartTLS: none  starttls=no
olcDbRebindAsUser: FALSE
olcDbChaseReferrals: TRUE
olcDbTFSupport: no
olcDbProxyWhoAmI: FALSE
olcDbProtocolVersion: 3
olcDbSingleConn: FALSE
olcDbCancel: abandon
olcDbUseTemporaryConn: FALSE
olcDbConnectionPoolMax: 16
olcDbNoRefs: FALSE
olcDbNoUndefFilter: FALSE

dn: olcDatabase={1}ldap,olcOverlay={0}chain,olcDatabase={-1}frontend,cn=config
objectClass: olcLDAPConfig
objectClass: olcChainDatabase
olcDatabase: {1}ldap
olcDbURI: ldap://example.com;
olcDbStartTLS: start  starttls=no
olcDbIDAssertBind: mode=self flags=prescriptive,proxy-authz-non-critical 
bindmethod=simple timeout=0 network-timeout=0 
binddn=cn=syncer,ou=syncproviders,dc=example,dc=com 
credentials=superpassword keepalive=0:0:0
olcDbRebindAsUser: FALSE
olcDbChaseReferrals: TRUE
olcDbTFSupport: no
olcDbProxyWhoAmI: FALSE
olcDbProtocolVersion: 3
olcDbSingleConn: FALSE
olcDbCancel: abandon
olcDbUseTemporaryConn: FALSE
olcDbConnectionPoolMax: 16

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

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

Title:
  Missing chain overlay and required schemas

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1194426/+subscriptions

-- 
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 1194426] Re: Missing chain overlay and required schemas

2013-06-25 Thread Almcc
** Description changed:

  Description:Ubuntu 13.04
  Release:13.04
  
  slapd:
-   Installed: 2.4.31-1ubuntu2
-   Candidate: 2.4.31-1ubuntu2
-   Version table:
-  *** 2.4.31-1ubuntu2 0
- 500 http://gb.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
- 100 /var/lib/dpkg/status
- 
+   Installed: 2.4.31-1ubuntu2
+   Candidate: 2.4.31-1ubuntu2
+   Version table:
+  *** 2.4.31-1ubuntu2 0
+ 500 http://gb.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
+ 100 /var/lib/dpkg/status
  
  Problem: Can not create a chain overlay:
  
  # ldapadd -Y EXTERNAL -H ldapi:///
  dn: olcOverlay=chain,olcDatabase={-1}frontend,cn=config
  objectClass: olcOverlayConfig
  objectClass: top
  olcOverlay: chain
  
  adding new entry olcOverlay=chain,olcDatabase={-1}frontend,cn=config
  ldap_add: Undefined attribute type (17)
- additional info: olcChainCacheURI: attribute type undefined
- 
+ additional info: olcChainCacheURI: attribute type undefined
  
  # tail /var/log/syslog
  Jun 25 10:50:33 vm-40 slapd[6765]: overlay chain not found
  
  A full chain overlay configuration also requires olcChainConfig schema
  and olcLDAPConfig.
  
  Expected result:
  
  The ability to configure a chain overlay with LDAP database backends.
  
  # ldapadd -Y EXTERNAL -H ldapi:///
  dn: olcOverlay={0}chain,olcDatabase={1}frontend,cn=config
  objectClass: olcOverlayConfig
  objectClass: olcChainConfig
  objectClass: top
  olcOverlay: {0}chain
  olcChainCacheURI: FALSE
  olcChainMaxReferralDepth: 1
  olcChainReturnError: TRUE
  
- dn: olcDatabase={0}ldap,olcOverlay={0}chain,olcDatabase={-1}frontend,cn=config
+ dn: olcDatabase=ldap,olcOverlay={0}chain,olcDatabase={-1}frontend,cn=config
  objectClass: olcLDAPConfig
  objectClass: olcChainDatabase
  olcDatabase: {0}ldap
  olcDbStartTLS: none  starttls=no
  olcDbRebindAsUser: FALSE
  olcDbChaseReferrals: TRUE
  olcDbTFSupport: no
  olcDbProxyWhoAmI: FALSE
  olcDbProtocolVersion: 3
  olcDbSingleConn: FALSE
  olcDbCancel: abandon
  olcDbUseTemporaryConn: FALSE
  olcDbConnectionPoolMax: 16
  olcDbNoRefs: FALSE
  olcDbNoUndefFilter: FALSE
- 
- dn: olcDatabase={1}ldap,olcOverlay={0}chain,olcDatabase={-1}frontend,cn=config
- objectClass: olcLDAPConfig
- objectClass: olcChainDatabase
- olcDatabase: {1}ldap
- olcDbURI: ldap://example.com;
- olcDbStartTLS: start  starttls=no
- olcDbIDAssertBind: mode=self flags=prescriptive,proxy-authz-non-critical 
bindmethod=simple timeout=0 network-timeout=0 
binddn=cn=syncer,ou=syncproviders,dc=example,dc=com 
credentials=superpassword keepalive=0:0:0
- olcDbRebindAsUser: FALSE
- olcDbChaseReferrals: TRUE
- olcDbTFSupport: no
- olcDbProxyWhoAmI: FALSE
- olcDbProtocolVersion: 3
- olcDbSingleConn: FALSE
- olcDbCancel: abandon
- olcDbUseTemporaryConn: FALSE
- olcDbConnectionPoolMax: 16

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

Title:
  Missing chain overlay and required schemas

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1194426/+subscriptions

-- 
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 1193290] Re: missing files in packages

2013-06-25 Thread Thomas-Karl Pietrowski
well, I can't find these *.a and *.la files in libaugeas0 here on
raring:

/usr/lib/libaugeas.so.0
/usr/lib/libaugeas.so.0.16.0
/usr/lib/libfa.so.1
/usr/lib/libfa.so.1.4.0
/usr/share/doc/libaugeas0/changelog.Debian.gz
/usr/share/doc/libaugeas0/copyright

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

Title:
  missing files in packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1193290/+subscriptions

-- 
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 1193594] Re: lxc-create hanging

2013-06-25 Thread Serge Hallyn
*** This bug is a duplicate of bug 1182540 ***
https://bugs.launchpad.net/bugs/1182540

Quoting Robert Collins (1193...@bugs.launchpad.net):
 *** This bug is a duplicate of bug 1182540 ***
 https://bugs.launchpad.net/bugs/1182540
 
 Indeed, that worked - thanks. Will everyone upgrading encounter this? If
 so, perhaps a forced flush on new version runs would be a good idea?

No, IIUC this was a temporary bug which affected you because you tried
a lxc-create before the bug was fixed in the archive.  (You ran it on
Jun 16, it was fixed on Jun 22).

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

Title:
  lxc-create hanging

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1193594/+subscriptions

-- 
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 1194426] Re: Missing chain overlay and required schemas

2013-06-25 Thread Almcc
The chain overlay is contained within the back_ldap module. This must be
loaded within cn=module{0}.ldif.


There are missing schemas in the default configuration. I'll raise a separate 
ticket for this

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

** Summary changed:

- Missing chain overlay and required schemas
+ Missing chain overlay

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

Title:
  Missing chain overlay

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1194426/+subscriptions

-- 
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 1068145] Re: Fix for CVE-2012-3867 (puppet) is too restrictive - TLS certificates now break

2013-06-25 Thread Adam Stokes
Puppet 3.2.2 is in Saucy now. Will see how feasible it is to just do a
full backport into Precise.

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

Title:
  Fix for CVE-2012-3867 (puppet) is too restrictive - TLS certificates
  now break

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1068145/+subscriptions

-- 
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 1187429] Re: adapters.py uses undefined name ProxyManager

2013-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package requests - 1.2.3-1

---
requests (1.2.3-1) unstable; urgency=low


  * New upstream release (Closes: #712915) (LP: #1187429)
- Thanks to Scott Moser for the report
  * debian/compat
- Bumped debhelper compatibility level to 9
  * debian/control
- Bumped debhelper B-D to (= 9)
- Temporarily bumped X-Python-Version to = 2.7 to prevent FTBFS
  due to lack of python-urllib3 for Python 2.6
  * debian/patches/02_use-system-chardet-and-urllib3.patches
- Refreshed

 -- Daniele Tricoli er...@mornie.org  Fri, 21 Jun 2013 08:52:39 +0200

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

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

Title:
  adapters.py uses undefined name ProxyManager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/requests/+bug/1187429/+subscriptions

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


[Blueprint servercloud-s-mongodb] MongoDB activities for Saucy

2013-06-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Priority: Undefined = High

-- 
MongoDB activities for Saucy
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-mongodb

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


[Blueprint servercloud-s-openstack-charms] OpenStack Charm work for Saucy/Havana

2013-06-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Priority: Medium = High

-- 
OpenStack Charm work for Saucy/Havana
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-charms

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


[Blueprint servercloud-s-openstack-charms] OpenStack Charm work for Saucy/Havana

2013-06-25 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Priority: Undefined = Medium

-- 
OpenStack Charm work for Saucy/Havana
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-charms

-- 
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 1193620] Re: ssh disconnect escape sequence doesn't work on a broken multiplexed connection

2013-06-25 Thread Olathe
An imperfect workaround is to add the following line to the configuration:
  ServerAliveInterval 15

The client then automatically closes the connection after 3 failed
connectivity checks in a row. The checks are done every 15 seconds.

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

Title:
  ssh disconnect escape sequence doesn't work on a broken multiplexed
  connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1193620/+subscriptions

-- 
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 1193594] Re: lxc-create hanging

2013-06-25 Thread Robert Collins
*** This bug is a duplicate of bug 1182540 ***
https://bugs.launchpad.net/bugs/1182540

Ok cool - thanks!

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

Title:
  lxc-create hanging

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1193594/+subscriptions

-- 
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 40189] Re: autofs needs to be restarted to pick up some shares

2013-06-25 Thread Hardy Heroin
Ubuntu 12.04 LTS support here. I can confirm this bug.  The automount service 
needs to retrieve the automount NFS maps auto_home and auto_group from LDAP 
which it is unable to do because the network isn't up yet. To make things a bit 
more complicated, these are Kerberized (krb5) NFSv4 mounts. 
After automount fails once it fails and doesn't try again when the network is 
up.
It seems to me this could be a case for upstart to enforce network being up 
before (network) automounts are attempted or automount being at least so smart 
to try again some time later or when the networks are up.
This is a serious bug in large scale Linux environments. Of course there are 
workarounds such at the ones documented in this thread, but they are ugly and 
why should every user/administrator have to reinvent the wheel when it is clear 
what the problem is?

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

Title:
  autofs needs to be restarted to pick up some shares

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/40189/+subscriptions

-- 
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 1183300] Re: Please upgrade keepalived to the latest upstream version

2013-06-25 Thread Logan Rosen
** Bug watch added: Debian Bug tracker #703085
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703085

** Also affects: keepalived (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703085
   Importance: Unknown
   Status: Unknown

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

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

Title:
  Please upgrade keepalived to the latest upstream version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1183300/+subscriptions

-- 
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 1083719] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2013-06-25 Thread Luke Yelavich
Would it not be safer to only backport the relevant code to allow the
modules to build against the 3.5 kernel, given that this has to be an
SRU? I see your new upstream in the branch you proposed, but I do wonder
whether updating to a new upstream release is a bit heavy handed, and I
am not sure it will even be approved.

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1083719/+subscriptions

-- 
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 1183300] Re: Please upgrade keepalived to the latest upstream version

2013-06-25 Thread Bug Watch Updater
** Changed in: keepalived (Debian)
   Status: Unknown = New

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

Title:
  Please upgrade keepalived to the latest upstream version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1183300/+subscriptions

-- 
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 1083719] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2013-06-25 Thread Nate Muench (Mink)
This is what's included in the proposal:
Upstream package: Raring
Debian folder: Precise

I tried using the whole Raring package and downgrading as needed. and
didn't work.

I have tested it (with a Precise machine), it does work

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1083719/+subscriptions

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