[Bug 873001] Re: ntp fails to cross-build

2011-10-14 Thread Clint Byrum
** Changed in: ntp (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ntp in Ubuntu. https://bugs.launchpad.net/bugs/873001 Title: ntp fails to cross-build To manage notifications about this

[Bug 873194] Re: Cannot build with DEBUG_UDPINT

2011-10-14 Thread Clint Byrum
** Summary changed: - UDPINT + Cannot build with DEBUG_UDPINT ** Changed in: xinetd (Ubuntu) Importance: Undecided = Low -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xinetd in Ubuntu. https://bugs.launchpad.net/bugs/873194

[Bug 873195] Re: package samba-common 2:3.5.4~dfsg-1ubuntu8.4 failed to install/upgrade: there is no script in the new version of the package - giving up

2011-10-14 Thread Clint Byrum
Roger, this is a very unusual error: update-alternatives: error: /var/lib/dpkg/alternatives/nmblookup corrupt: invalid status This would only occur if that file has some strange data in it. I would suggest doing this after a backup of your system completes: sudo apt-get remove samba sudo

[Bug 873301] Re: Package XSpice Xorg server with spice support

2011-10-14 Thread Clint Byrum
This is a request to create an entirely new package, and is not related to kvm's source code. ** Package changed: qemu-kvm (Ubuntu) = ubuntu ** Changed in: ubuntu Importance: Undecided = Wishlist ** Changed in: ubuntu Status: New = Confirmed ** Tags added: needs-packaging ** Summary

[Bug 873243] Re: nova-compute-xen depends on xen-linux-system which does not exist

2011-10-14 Thread Clint Byrum
Marking precise task as Triaged, a pocket copy from oneiric-updates should close it once it is verified. ** Changed in: nova (Ubuntu) Status: New = Triaged ** Changed in: nova (Ubuntu) Importance: Undecided = High ** Changed in: nova (Ubuntu Oneiric) Importance: Undecided = High

[Bug 849669] Re: api.log has incorrect permissions

2011-10-14 Thread Clint Byrum
This was fixed in the Ubuntu packages in 2011.3~d2-0ubuntu1, revision 8 in lp:ubuntu/glance ** Changed in: glance (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to glance in Ubuntu.

[Bug 873358] Re: package samba 2:3.5.11~dfsg-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-10-14 Thread Clint Byrum
The most relevant part of this is start: Unknown job: smbd This means that /etc/init/smbd.conf is missing. If it has been removed, then try sudo dpkg -i --force-confmiss /var/cache/apt/archives/samba_2:3.5.11 ~dfsg-1ubuntu2_i386.deb That will restore the smbd job from the package. If that

[Bug 874518] Re: ssh fails after upgrade to 11.10

2011-10-14 Thread Clint Byrum
Hi Jason, thanks for taking the time to file a bug report, and I'm sorry you're having trouble. The sshd -ddd needs to be run as root to be able to listen on port 22. Also, an output from your laptop of ssh -vv your.desktop.address Will help to debug this issue. ** Changed in: openssh

[Bug 875525] [NEW] cgroup-bin upstart job does not handle the package being removed but not purged properly

2011-10-16 Thread Clint Byrum
Public bug reported: rc cgroup-bin 0.37.1-1ubuntu3 Tools to control and monitor control groups The upstart job still tries to mount cgroups, but then fails because /usr/sbin/cgconfigparser is gone. The pre-start should check for the existence of cgconfigparser before doing anything, and

[Bug 875525] Re: cgroup-bin upstart job does not handle the package being removed but not purged properly

2011-10-16 Thread Clint Byrum
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libcgroup in Ubuntu. https://bugs.launchpad.net/bugs/875525 Title: cgroup-bin upstart job does not handle the package being removed but not purged properly To manage notifications

Re: [Bug 874518] Re: ssh fails after upgrade to 11.10

2011-10-16 Thread Clint Byrum
Excerpts from Jason Nett's message of Sun Oct 16 06:46:07 UTC 2011: Upon a fresh install of Ubuntu 11.10, I still have problems with ssh. After studying it all day, I believe that the problem has something to do with ssh not being able to communicate a valid kerberos ticket via

[Bug 874518] Re: ssh with kerberos fails after upgrade to 11.10

2011-10-16 Thread Clint Byrum
Ok Jason, thanks for all the leg work. I think at this point we need to try and reproduce your setup to try and address the bug. To be clear, Your client is on 11.10, and can obtain kerberos tickets fine, but cannot log into any SSH service that normally would accept these tickets. Is that an

[Bug 874135] Re: mail-stack-delivery does not install postfix-dovecot sasl authentication with dovecot 2.x

2011-10-17 Thread Clint Byrum
Hello James, or anyone else affected, Accepted dovecot into oneiric-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance!

[Bug 876910] Re: When starting open ssh server without host keys in /etc/ssh/, the keys are not automatically generated.

2011-10-17 Thread Clint Byrum
Hi Jon, sshd is no longer started and/or stopped with /etc/init.d/ssh unless you are running inside a chroot. The host keys are typically generated in the postinstall script of openssh-server. You can find the copy that should be used for this at /var/lib/dpkg/info/openssh-server.postinst. So if

[Bug 876968] [NEW] host Apparmor rules are applied to guests in spite of guests loading new rules

2011-10-17 Thread Clint Byrum
Public bug reported: I had an old stale apparmor profile from mysql that did not allow writing to /run/mysql/mysqld.sock on my 11.10 host system. Upon trying to install and run mysqld in an oneiric container, it was unable to start because apparmor was denying it access: [48692.230635]

[Bug 876968] Re: host Apparmor rules are applied to guests in spite of guests loading new rules

2011-10-17 Thread Clint Byrum
-- 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/876968 Title: host Apparmor rules are applied to guests in spite of guests loading new rules To manage notifications about this bug go

Re: [Bug 876910] Re: When starting open ssh server without host keys in /etc/ssh/, the keys are not automatically generated.

2011-10-17 Thread Clint Byrum
Excerpts from Jon's message of Mon Oct 17 23:27:30 UTC 2011: Hello Clint, sshd is no longer started and/or stopped with /etc/init.d/ssh unless you are running inside a chroot. I'm new to upstart, so forgive my ignorance, but I thought upstart still used the init scripts to start and/or

[Bug 874518] Re: ssh with kerberos fails after upgrade to 11.10

2011-10-18 Thread Clint Byrum
Jason, is it possible this is bug #874130 ? If so, you may want to try enabling oneiric-proposed and updating your krb5 packages. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu.

Re: [Bug 876910] Re: When starting open ssh server without host keys in /etc/ssh/, the keys are not automatically generated.

2011-10-18 Thread Clint Byrum
Excerpts from Jon's message of Tue Oct 18 19:10:18 UTC 2011: Hello Clint, No, upstart jobs are designed to be short and pointed ways to define how a daemon starts and stops. /etc/init.d is only for backward compatibility in an upstart system. The ssh init.d script was left the way it is

Re: [Bug 690925] Re: Package MySQL 5.5.x for Ubuntu

2011-10-19 Thread Clint Byrum
Excerpts from dfrg.msc's message of Wed Oct 19 06:21:01 UTC 2011: It seems that there is no developers for MySQL in the Debian team at present, 5.1.59 and 5.5.16 were released but not uploaded to Debian yet. Would Ubuntu developers package MySQL-5.5 for Debian? Norbert still participates, he

Re: [Bug 875525] Re: cgroup-bin upstart job does not handle the package being removed but not purged properly

2011-10-19 Thread Clint Byrum
Excerpts from Serge Hallyn's message of Wed Oct 19 18:38:35 UTC 2011: Hi Clint, is it really valid to require an upstart job for package X to check that other scripts installed by package X are in fact installed? If so this is trivial to add, but it seems over the top to worry about the

Re: [Bug 708493] Re: cannot login anymore: Read from socket failed: Connection reset by peer

2011-10-21 Thread Clint Byrum
Is it possible that the new OpenSSL dropped support for your key encryption? Can you paste just the first 3 lines of your private key file, with the BEGIN, Proc-Type and DEK-Info lines? (Warning, I do not know if this will leak sensitive info, if you are unsure, do not paste it). Also can you

Re: [Bug 875525] Re: cgroup-bin upstart job does not handle the package being removed but not purged properly

2011-10-21 Thread Clint Byrum
Excerpts from Serge Hallyn's message of Thu Oct 20 13:40:04 UTC 2011: @Clint, Note that I don't see any other upstart jobs (ssh, libvirt-bin, etc) doing this. For cgroup-bin, just to make sure I'm understanding right, should it do 'stop; exit 0;' if the binary is not found? Err, are you

[Bug 872448] Re: nagios-plugins-standard depend list

2011-10-22 Thread Clint Byrum
Hi carobaer. There are actually two separate nagios-plugins packages which are installed when on asks for 'nagios-plugins'. nagios-plugins- basic, and nagios-plugins-standard. The basic plugins are probably what you want. Depends: libc6 (= 2.8), libssl1.0.0 (= 1.0.0), procps, iputils-ping, ucf

[Bug 875870] Re: package nagios3-common (not installed) failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2011-10-22 Thread Clint Byrum
Hi saymon, thanks for taking the time to file this bug. This seems to be the relevant error: Not replacing deleted config file /etc/nagios3/conf.d/host- gateway_nagios3.cfg If you have removed this file, dpkg won't replace it since it is a configuration file and will respect that. This is how

[Bug 876959] Re: no mysql-server-5.1-dbgsym for security/updates repositorires

2011-10-22 Thread Clint Byrum
Hi goraxe, actually 5.1.41-3ubuntu12.7 from lucid-security is on ddebs.ubuntu.com. I'm not certain though of how those are built or whether or not -updates should be there (I would assume yes it should be). Assigning to pitti as he is the expert on dbgsym. ** Changed in: mysql-dfsg-5.1 (Ubuntu)

[Bug 879460] Re: package postfix 2.8.5-2~build1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 75

2011-10-22 Thread Clint Byrum
Hy krypto_est, thanks for taking the time to file this bug report. Error code 75 is usually caused by an invalid hostname which postfix rejects. Check /etc/hostname and /etc/mailname and make sure they are valid internet hostnames, no puncutuation except -'s and .'s, and that they only begin with

[Bug 879560] Re: Logrotate conf file for mysql-server and my.cnf disagree

2011-10-22 Thread Clint Byrum
Jared, apport-collect has very little to do with running processes. It will feed us back the exact versions of packages you have installed so we can check to see in what version this problem may have been introduced and that it hasn't been fixed in more recent versions. -- You received this bug

[Bug 879560] Re: Logrotate conf file for mysql-server and my.cnf disagree

2011-10-22 Thread Clint Byrum
Ok, this bug was introduced in mysql-dfsg-5.1 version 5.1.37-1ubuntu6, this changelog entry: * debian/additions/my.cnf: - Remove pid declaration - Set up error logging to /var/log/mysql since we're not piping anything around logger anymore. The old init script piped mysql's

[Bug 879560] Re: Logrotate conf file for mysql-server and my.cnf disagree

2011-10-22 Thread Clint Byrum
(please note that mysql-dfsg-5.1 was renamed to mysql-5.1 in the 10.10 release, hence the split between the tasks) -- 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/879560 Title:

[Bug 879635] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: subprocess new post-removal script returned error exit status 2

2011-10-22 Thread Clint Byrum
This is another dupe of bug #862129 .. LP is timing out for me, someone please mark it as a dupe. -- 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/879635 Title: package samba

[Bug 862129] Re: samba postrm depends on packages not guaranteed to be configured

2011-10-22 Thread Clint Byrum
Given the number of dupes, shouldn't this be raised to a Critical level? This has now broken dozens of upgrades that we know about, and I'm sure many more that haven't bothered to report it. Robie's suggestion to simplify update-inetd, given that these are very primitive elements, seems the best

[Bug 879851] Re: libmysql dependency issues

2011-10-22 Thread Clint Byrum
Hi inode77, thanks for taking the time to file this report. Can you try just sudo apt-get -f install and paste the output of that here? Thanks marking Incomplete. ** Changed in: mysql-5.1 (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a

[Bug 879636] Re: please merge lxc (0.7.5-3) from Debian unstable

2011-10-22 Thread Clint Byrum
I believe Dave is suggesting it be merged, not synced. -- 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/879636 Title: please merge lxc (0.7.5-3) from Debian unstable To manage

[Bug 880026] Re: oneiric container install problem #2: locales not generated

2011-10-22 Thread Clint Byrum
xlyz, I don't think this is actually a bug. These containers are meant to be extremely lightweight. The system functions fine without a default locale. If you want to build a more complete system, you can login or even just chroot in and generate the desired locale. ** Changed in: lxc (Ubuntu)

[Bug 876959] Re: no mysql-server-5.1-dbgsym for -updates repositories

2011-10-23 Thread Clint Byrum
Ok, so this will be fixed if and when mysql is uploaded again to lucid- updates or lucid-security. ** Also affects: mysql-dfsg-5.1 (Ubuntu Lucid) Importance: Undecided Status: New ** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid) Status: New = Triaged -- You received this bug

[Bug 879851] Re: libmysql dependency issues

2011-10-23 Thread Clint Byrum
This appears to be some issue with aptitude then, redirecting as such. ** Package changed: mysql-5.1 (Ubuntu) = aptitude (Ubuntu) ** Changed in: aptitude (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 880036] Re: lucid container in oneiric host does not shut down properly

2011-10-23 Thread Clint Byrum
Setting importance to Medium. Needs investigation for sure, though without filesystems to unmount, its less critical than a VM shutting down. ** Changed in: lxc (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 880514] Re: package postfix 2.8.5-2~build1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 75

2011-10-23 Thread Clint Byrum
Hi Dave D, error code 75 means that your hostname or /etc/mailname are invalid.Check /etc/hostname, and /etc/mailname, and make sure it is made up of just letters, numbers, dashes (-) or periods (.), and starts with a letter only. Some routers and service providers give back invalid hostnames when

[Blueprint servercloud-p-php54] PHP 5.4 for Ubuntu 12.04

2011-10-26 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: Question: Does this require discussion or just rubber stamping? -- Daviey + + Answer: + It is not entirely clear whether 5.4.0 will be sufficiently similar to 5.3.x to include in this release. The more conservative approach is just

[Bug 882291] Re: Maverick: php5-gd does not place gd.ini in correct location

2011-10-26 Thread Clint Byrum
** Changed in: php5 (Ubuntu) Status: New = Fix Released ** Also affects: php5 (Ubuntu Maverick) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu.

[Blueprint servercloud-p-powernap] PowerNap's Future

2011-11-01 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: = Agenda == - * Client/Server approach to deploy PowerNap datacenter wide. - * Server ARP monitoring for automatic wakeup. - * Server Pivot mode - * Desktop/Server profiles - * Integration with other projects, such as OpenStack

[Blueprint servercloud-p-ceph] Preparing CEPH for main inclusion

2011-11-02 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed:  - MIR librbd and librados  - compile qemu-kvm with ceph (rbd, rados) block device support, see:   * https://launchpad.net/~kirkland/+archive/virt/+packages  - include latest libvirt rbd support (for rbd authentication) + + Concerns

[Blueprint servercloud-p-php54] PHP 5.4 for Ubuntu 12.04

2011-11-05 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: + workitems for precise-alpha-2: + [ubuntu-server] In january, assess situation based on Debian status and decide 5.4 or 5.3 then + [clint-fewbar] maintain a merged 5.4 in a PPA for until archive decision is made + + Question: Does

[Bug 886423] Re: Can't install php5-mysql in Ubuntu 11.10 due to unmet dependencies

2011-11-05 Thread Clint Byrum
It looks like your apt sources got out of sync somehow. Oneiric has 5.3.6-13ubuntu3.1 in the release pocket, and 5.3.6-13ubuntu3.2 in updates and security. I am also able to install php5-mysql without problems on an up to date 11.10 system, so I believe this is most likely local problems to your

[Bug 885554] Re: mysql-server-5.1 Unpacking Halts 11.04-11.10 Server Upgrade

2011-11-05 Thread Clint Byrum
Two users, marking Confirmed and opening tasks against Natty/Oneiric. Upgrade failure so setting High. ** Changed in: mysql-5.1 (Ubuntu) Status: New = Confirmed ** Changed in: mysql-5.1 (Ubuntu) Importance: Undecided = High ** Also affects: mysql-5.1 (Ubuntu Natty) Importance:

[Blueprint servercloud-p-ceph] Preparing CEPH for main inclusion

2011-11-05 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: -  - MIR librbd and librados -  - compile qemu-kvm with ceph (rbd, rados) block device support, see: -   * https://launchpad.net/~kirkland/+archive/virt/+packages -  - include latest libvirt rbd support (for rbd authentication) + Work Items

[Bug 820715] Re: sudo poweroff -n within a container just hangs

2011-11-07 Thread Clint Byrum
Donovan; LP: #603363). -- Clint Byrum cl...@ubuntu.com Sat, 12 Feb 2011 08:38:43 -0800 So if containers aren't getting their packages from -updates.. that is most likely the issue. ** Changed in: lxc (Ubuntu) Assignee: Clint Byrum (clint-fewbar) = (unassigned) -- You received this bug

[Bug 820715] Re: sudo poweroff -n within a container just hangs

2011-11-07 Thread Clint Byrum
Serge, do you have the bug # for debootstrap? -- 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/820715 Title: sudo poweroff -n within a container just hangs To manage notifications about

[Bug 863629] Re: libvirt-lxc: virFileOpenTtyAt can't be called on /some/other/dev/pts

2011-11-08 Thread Clint Byrum
Nothing here to sponsor, removing ubuntu-sponsors. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/863629 Title: libvirt-lxc: virFileOpenTtyAt can't be called on /some/other/dev/pts

[Bug 690925] Re: Package MySQL 5.5.x for Ubuntu

2011-11-09 Thread Clint Byrum
5.5.17 was just accepted into Debian experimental, so the ETA is sooner than before. Next we need to merge 5.5 into precise, and change 5.1 to not build any of the main packages (libmysqlclient-dev, mysql-server, mysql-client, etc. etc.) anymore. Then we have to rebuild all of libmysqlclient16's

[Blueprint servercloud-p-php54] PHP 5.4 for Ubuntu 12.04

2011-11-09 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: - workitems for precise-alpha-2: - [ubuntu-server] In january, assess situation based on Debian status and decide 5.4 or 5.3 then - [clint-fewbar] maintain a merged 5.4 in a PPA for until archive decision is made - + work items for precise

[Blueprint servercloud-p-php54] PHP 5.4 for Ubuntu 12.04

2011-11-09 Thread Clint Byrum
Blueprint changed by Clint Byrum: Definition Status: Discussion = Review -- PHP 5.4 for Ubuntu 12.04 https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-php54 -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https

[Blueprint servercloud-p-ceph] Preparing CEPH for main inclusion

2011-11-09 Thread Clint Byrum
Blueprint changed by Clint Byrum: Definition Status: Discussion = Review -- Preparing CEPH for main inclusion https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-ceph -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https

[Blueprint servercloud-p-ceph] Preparing CEPH for main inclusion

2011-11-09 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: - Work Items: [canonical-kernel-team] investigate large xattr support patch from Ted T'so in ext4 [canonical-kernel-team] potentially help push large xattr support to ext4 [canonical-server] confer with kernel-team to decide on which

[Blueprint servercloud-p-webscale] Package New WebScale Technologies

2011-11-09 Thread Clint Byrum
Blueprint changed by Clint Byrum: Definition Status: Drafting = Obsolete -- Package New WebScale Technologies https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-webscale -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe

[Blueprint servercloud-p-webscale] Package New WebScale Technologies

2011-11-09 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: + Nevermind, lets focus on charms, and the packages will flow in as part + of that effort. + * Reconnoiter - https://labs.omniti.com/labs/reconnoiter * Elastic Search - http://www.elasticsearch.org/ * RVM - http://beginrescueend.com

[Blueprint servercloud-p-mysql] MySQL has become more than just MySQL, we should make it easy to integrate all variants

2011-11-09 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: - Status: + Status: MySQL 5.5 is in Debian experimental, transition is setup, this + should be relatively straightforward from here on. Work Items: [clint-fewbar] complete MySQL 5.5 packaging for Debian and Ubuntu: DONE [clint-fewbar

[Blueprint servercloud-p-juju-charm-apparmor-policies] Juju: Using AppArmor with Charms

2011-11-09 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard set to: Status: lightweight first steps work items identified. Work Items: [clint-fewbar] document how to generate profiles from complain logs in charms [clint-fewbar] write helper scripts for charms to install/include charms easily [clint-fewbar

[Blueprint servercloud-p-juju-charm-apparmor-policies] Juju: Using AppArmor with Charms

2011-11-09 Thread Clint Byrum
Blueprint changed by Clint Byrum: Definition Status: Discussion = Review -- Juju: Using AppArmor with Charms https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-juju-charm-apparmor-policies -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings

[Blueprint servercloud-p-cfjuju] Juju: Configuration Management for Juju

2011-11-09 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard set to: Work Items: [lynxman] write puppet external node classifier for juju status - puppet: TODO [clint-fewbar] Start project for recovering useful information out of juju status: TODO [juju] after colocation investigate cli interface for local

[Blueprint servercloud-p-juju-roadmap] Juju Roadmap for 12.04

2011-11-09 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard set to: Session notes: 12.04 STABILITY - Survive zookeeper reboots, transient network failures, bug fixes, etc. - user experience work around the cli. CO-LOCATION / Master-Slave - deploying additional services into an existing service unit

[Blueprint servercloud-p-juju-mir] Juju MIR

2011-11-09 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: + Work Items: + [clint-fewbar] MIR txaws: TODO + [clint-fewbar] MIR txzookeeper: TODO + [clint-fewbar] MIR zookeeper: TODO + [clint-fewbar] MIR juju: TODO + no discussion required at UDS, we just need to document the production ready

Re: [Bug 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-11-11 Thread Clint Byrum
Excerpts from nutznboltz's message of Fri Nov 11 16:53:52 UTC 2011: How long does this take to show up? $ curl http://archive.ubuntu.com/ubuntu/pool/main/l/linux/ 2 /dev/null | grep 38-13.52 | egrep -v 'diff|dsc' | sed 's/^.*deb//' | sed 's;/a.*$;;' linux-doc_2.6.38-13.52_all.deb

[Blueprint servercloud-p-ceph] Preparing CEPH for main inclusion

2011-11-11 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: Work Items: [canonical-kernel-team] investigate large xattr support patch from Ted T'so in ext4 [canonical-kernel-team] potentially help push large xattr support to ext4 [canonical-server] confer with kernel-team to decide on which

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

2011-11-14 Thread Clint Byrum
** Also affects: kvm (Ubuntu Natty) Importance: Undecided Status: New ** Also affects: libvirt (Ubuntu Natty) Importance: Undecided Status: New ** Changed in: libvirt (Ubuntu Natty) Status: New = Fix Committed ** Tags removed: verification-needed ** Tags added:

[Blueprint servercloud-p-install-experience] Revisit the install experience for products delivered via orchestra + juju

2011-11-14 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard set to: Etherpad notes from session: The current install experience for Ubuntu Cloud Infrastructure is less than optimal: - lack of discoverability - many steps - lack of clean documentation We need to identify what, when and how to improve

[Blueprint servercloud-p-install-experience] Revisit the install experience for products delivered via orchestra + juju

2011-11-14 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: + Work Items: + MIR Orchestra: TODO + replace install ubuntu cloud on the CD boot menu with install ubuntu orchestra with support for ubuntu cloud: TODO + add SSL support to cobbler-enlist: TODO + add auto-generation of hostname when

[Blueprint servercloud-p-install-experience] Revisit the install experience for products delivered via orchestra + juju

2011-11-14 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: Work Items: - MIR Orchestra: TODO - replace install ubuntu cloud on the CD boot menu with install ubuntu orchestra with support for ubuntu cloud: TODO - add SSL support to cobbler-enlist: TODO - add auto-generation of hostname when

[Blueprint servercloud-p-install-experience] Revisit the install experience for products delivered via orchestra + juju

2011-11-14 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: Work Items: -  MIR Orchestra: TODO -  replace install ubuntu cloud on the CD boot menu with install ubuntu orchestra with support for ubuntu cloud: TODO -  add SSL support to cobbler-enlist: TODO -  add auto-generation of hostname when

[Blueprint servercloud-p-cobbler-next-steps] Cobbler Next Steps

2011-11-14 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: + Work Items: Hardware detection and inventory snippet: TODO Add hardware inventory to cobbler API: TODO Investigate whats been added what is missing on web ui: TODO Add generic distro support: TODO Work with Canonical Design on Web

[Blueprint servercloud-p-juju-charm-testing] Juju: automated testing of charms

2011-11-14 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: + Work Items: + [niemeyer] write spec for charm testing facility: TODO + [james-page] add openstack tests: TODO + + Session notes: + Welcome to Ubuntu Developer Summit! + #uds-p #track #topic + put your session notes here + Requirements

[Blueprint servercloud-p-glusterfs-mir] GlusterFS MIR

2011-11-14 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: + Status: cursory review shows all dependencies of glusterfs to be in main + already. Should be a straight forward MIR process. + + Work Items: + MIR glusterfs: TODO + No discussion need, we just need to review the packages

[Blueprint servercloud-p-pluggable-juju-endpoint] Juju: Pluggable, queryable endpoint that juju can investigate to dynamically and automatically scale workloads

2011-11-14 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard set to: No notes were produced in the UDS session. The consensus seemed to be that this is needed, however all resources are allocated and unavailable to implement it before the 12.04 cycle. Its hoped that this will be on the near term roadmap for juju

[Blueprint servercloud-p-pluggable-juju-endpoint] Juju: Pluggable, queryable endpoint that juju can investigate to dynamically and automatically scale workloads

2011-11-14 Thread Clint Byrum
Blueprint changed by Clint Byrum: Definition Status: Discussion = Review -- Juju: Pluggable, queryable endpoint that juju can investigate to dynamically and automatically scale workloads https://blueprints.launchpad.net/juju/+spec/servercloud-p-pluggable-juju-endpoint -- Ubuntu-server

[Blueprint servercloud-p-install-experience] Revisit the install experience for products delivered via orchestra + juju

2011-11-15 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: Work Items: MIR Orchestra: TODO - replace install ubuntu cloud on the CD boot menu with install ubuntu orchestra with support for ubuntu cloud: TODO + replace install ubuntu cloud on the CD boot menu with Cloud, Cluster or Automated

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

2011-11-16 Thread Clint Byrum
nutznboltz, typically we require somebody who wasn't the developer uploading the fix to verify it (Serge did the fix). However, with maverick in its sunset ( 6 months of life left) I think we should accept the fact the the surrounding releases, lucid and natty worked fine with the same fix. --

[Blueprint servercloud-p-juju-charm-testing] Juju: automated testing of charms

2011-11-17 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: + Status: spec needed, place-holder work items added to get a better + handle on the scope of work. + Work Items: [niemeyer] write spec for charm testing facility: TODO + implement specified testing framework: TODO + deploy testing

[Bug 573853] Re: Cannot control squid Unknown instance

2011-11-21 Thread Clint Byrum
Hi Skilly, it doesn't make sense that this would cause the bug to regress: http://launchpadlibrarian.net/78309117/squid_2.7.STABLE7-1ubuntu12.3_2.7.STABLE7-1ubuntu12.4.diff.gz It didn't touch the default args of squid at all. Make sure you don't have a modified /etc/init/squid.conf, the exec

[Bug 887410] Re: plymouth ask-for-passphrase

2011-11-21 Thread Clint Byrum
Hi Jay, can you please explain what you expect to happen, and what actually happens? The code is quite clear, if plymouth is running and available, we ask a question via plymouth's normal methods using the exact same prompt text that apache's internal passphrase module uses. If plymouth is not

[Bug 690925] Re: Package MySQL 5.5.x for Ubuntu

2011-11-21 Thread Clint Byrum
5.5.17-1ubuntu4 is in the NEW queue for precise.. so.. close.. -- 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/690925 Title: Package MySQL 5.5.x for Ubuntu To manage

[Bug 690925] Re: Package MySQL 5.5.x for Ubuntu

2011-11-21 Thread Clint Byrum
err, 5.5.17-4ubuntu1 ;) ** Changed in: mysql-5.1 (Ubuntu) Status: In Progress = 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/690925 Title: Package MySQL

Re: [Bug 690925] Re: Package MySQL 5.5.x for Ubuntu

2011-11-22 Thread Clint Byrum
Excerpts from mrl586's message of Tue Nov 22 07:49:52 UTC 2011: Can you package mysql 5.5.18? Heh, baby steps. 5.5.18 was released *6 days ago* .. this packaging has taken nearly a year. Lets land 5.5.17 and then I'm certain we'll ship 5.5.18 in 12.04. -- You received this bug notification

[Bug 893735] Re: native support for X.509 v3 certificates in openssh

2011-11-22 Thread Clint Byrum
Hi Dan, this is a pretty interesting idea, thanks for bringing it up. The best course of action would be to propose this as a package in Debian, and sign up to maintain it. This is a lot of delta from upstream that I don't think we'd want to carry in Ubuntu's main OpenSSH package, so it would

Re: [Bug 573853] Re: Cannot control squid Unknown instance

2011-11-23 Thread Clint Byrum
Excerpts from Skilly's message of Wed Nov 23 12:01:39 UTC 2011: On 22 November 2011 05:44, Clint Byrum cl...@fewbar.com wrote: Hi Skilly, it doesn't make sense that this would cause the bug to regress: http://launchpadlibrarian.net/78309117/squid_2.7.STABLE7-1ubuntu12.3_2.7.STABLE7

[Bug 894377] Re: mysql-server failed to upgrade to Precise. mysql main process (4700) terminated with status 7 respawning

2011-11-24 Thread Clint Byrum
Nov 24 13:39:32 ubuntu mysqld[448]: 24 13:39:32 [ERROR] /usr/sbin/mysqld: unknown variable 'lc-messages-dir=/usr/share/mysql' lc-messages-dir is a MySQL 5.5 only variable, and came from mysql-common 5.5.17-4ubuntu4 It would seem then that mysql-common from 5.5 needs to declare that it

[Bug 894377] Re: mysql-server-5.1is deprecated for mysql-server-5.5 in precise, should be removed once transition is complete

2011-11-24 Thread Clint Byrum
** Changed in: mysql-5.1 (Ubuntu Precise) Assignee: Canonical Server Team (canonical-server) = Clint Byrum (clint-fewbar) -- 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/894377

[Blueprint servercloud-p-mysql] MySQL has become more than just MySQL, we should make it easy to integrate all variants

2011-11-26 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: - Status: MySQL 5.5 is in Debian experimental, transition is setup, this - should be relatively straightforward from here on. + Status: MySQL 5.5 is in Debian experimental and precise. Transition is + progressing with lots of FTBFS caused

[Bug 897303] [NEW] bacula-common-mysql uninstallable due to conflicting files

2011-11-28 Thread Clint Byrum
Public bug reported: debconf: Unknown template field '_description', in stanza #9 of /tmp /bacula-director-mysql.template.319468 (Reading database ... 14901 files and directories currently installed.) Unpacking bacula-common-mysql (from .../bacula-common-mysql_5.2.1-0ubuntu2_amd64.deb) ...

[Blueprint servercloud-p-mysql] MySQL has become more than just MySQL, we should make it easy to integrate all variants

2011-11-28 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: Status: MySQL 5.5 is in Debian experimental and precise. Transition is progressing with lots of FTBFS caused by the multiarch change. Work Items: [clint-fewbar] complete MySQL 5.5 packaging for Debian and Ubuntu: DONE [clint

[Bug 830108] Re: bacula director error in initial conf file

2011-11-29 Thread Clint Byrum
** Also affects: bacula (Ubuntu Natty) Importance: Undecided Status: New ** Also affects: bacula (Ubuntu Oneiric) Importance: Undecided Status: New ** Summary changed: - bacula director error in initial conf file + bacula director (mysql) error in generated conf file --

[Bug 855711] Re: Bacula director not listening

2011-11-29 Thread Clint Byrum
*** This bug is a duplicate of bug 830108 *** https://bugs.launchpad.net/bugs/830108 ** This bug has been marked a duplicate of bug 830108 bacula director error in initial conf file -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 637114] Re: Large multiget requests randomly broken

2011-11-29 Thread Clint Byrum
Uploaded fix to lucid-proposed. ** Changed in: memcached (Ubuntu Lucid) Status: Triaged = Fix Committed ** Description changed: + == SRU REPORT == + + IMPACT: users who try to use memcached with large multi-gets will get a + cache miss every time. + + TEST CASE: + + * install php5-cli

[Bug 688541] Re: race condition on shutdown (leads to corrupted fs)

2011-11-30 Thread Clint Byrum
** Changed in: sysvinit (Ubuntu) Importance: Undecided = High ** Changed in: sysvinit (Ubuntu) Assignee: (unassigned) = Canonical Foundations Team (canonical-foundations) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 688541] Re: race condition on shutdown (leads to corrupted fs)

2011-11-30 Thread Clint Byrum
its fixed in sysvinit, I'll change mysql's stop on to be 'stop on starting rc RUNLEVEL...' ** Changed in: mysql-5.1 (Ubuntu) Assignee: Canonical Foundations Team (canonical-foundations) = Clint Byrum (clint-fewbar) ** Changed in: mysql-5.1 (Ubuntu) Status: Triaged = In Progress

[Bug 688541] Re: race condition on shutdown (leads to corrupted fs)

2011-11-30 Thread Clint Byrum
** Also affects: mysql-5.5 (Ubuntu) Importance: Undecided Status: New ** Changed in: mysql-5.5 (Ubuntu) Status: New = In Progress ** Changed in: mysql-5.5 (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Server

[Bug 688541] Re: race condition on shutdown (leads to corrupted fs)

2011-11-30 Thread Clint Byrum
** Changed in: mysql-5.5 (Ubuntu) Assignee: (unassigned) = Clint Byrum (clint-fewbar) ** Changed in: mysql-5.1 (Ubuntu) Status: In Progress = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu

[Bug 688541] Re: race condition on shutdown (leads to corrupted fs)

2011-11-30 Thread Clint Byrum
I think ultimately no, mysql-5.5 shouldn't be changed for this, and agreed the change should be straight forward. I was not certain if we were willing to tackle the sysvinit change in precise.. but on second thought, of course we should be. So I'll hold back on the change to mysql-5.5 and take a

Re: [Bug 897303] Re: bacula-common-mysql uninstallable due to conflicting files

2011-11-30 Thread Clint Byrum
Excerpts from Serge Hallyn's message of Wed Nov 30 22:34:16 UTC 2011: Yup, the line: debian/tmp-install-mysql/usr/lib/bacula/libbaccats* usr/lib/bacula is in both debian/bacula-common.install and debian/bacula-common-mysql.install. It should be removed from

Re: [Bug 592442] Re: fopen fails on some SSL urls

2011-12-02 Thread Clint Byrum
Excerpts from Finjon Kiang's message of Fri Dec 02 15:28:56 UTC 2011: Three environments: # PHP Version 5.3.5-1ubuntu7.3 Suhosin Patch 0.9.10 Apache/2.2.17 (Ubuntu) OpenSSL 0.9.8o 01 Jun 2010 $ uname -a Linux xxx #50-Ubuntu SMP Mon Sep 12 21:51:23 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

<    1   2   3   4   5   6   7   8   9   10   >