** Changed in: munin (Ubuntu Oneiric)
Assignee: Vibhav Pant (vibhavp) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in Ubuntu.
https://bugs.launchpad.net/bugs/598385
Title:
[SRU] munin plugin exim_mailque
BTW if you don't have a board to reproduce this issue, it is also reproducible
in an armhf container created with:
$ sudo lxc-create -n raring-arm -t ubuntu -- -r raring -a armhf
then install python3-lxc into this container
--
You received this bug notification because you are a member of Ubunt
Public bug reported:
Apple PPC hardware
ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: ibmasm-utils 3.0-1ubuntu9
ProcVersionSignature: Ubuntu 2.6.32-42.95-powerpc 2.6.32.59+drm33.24
Uname: Linux 2.6.32-42-powerpc ppc
Architecture: powerpc
Date: Tue Mar 26 09:15:27 2013
ErrorMessage: Er
** Bug watch added: Debian Bug tracker #703970
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703970
** Also affects: samba (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703970
Importance: Unknown
Status: Unknown
--
You received this bug notification because you
** Summary changed:
- package ibmasm-utils 3.0-1ubuntu9 failed to install/upgrade: ErrorMessage:
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
+ ibmasm-utils.postinst fails when ibmasm module is unavailable
** Changed in: ibmasm-utils (Ubuntu)
Importance: Und
Thank you for taking the time to report this bug and helping to make
Ubuntu better.
It sounds like this would need fundamental changes to pwmconfig to
detect and fix. This would best be reported and addressed in the
upstream lm-sensors project, rather than in Ubuntu directly. Are you
able to repor
Thank you for your report.
Since lm-sensors can only manipulate pwm controls exposed by the kernel,
failing to find pwm sensors isn't a bug in lm-sensors directly, so I'm
marking this bug as Invalid against the lm-sensors package.
If your computer is overheating on a default installation, or if y
This bug was fixed in the package openssh - 1:6.1p1-4
---
openssh (1:6.1p1-4) experimental; urgency=low
[ Gunnar Hjalmarsson ]
* debian/openssh-server.sshd.pam: Explicitly state that ~/.pam_environment
should be read, and move the pam_env calls from "auth" to "session" so
** Changed in: samba (Debian)
Status: Unknown => New
--
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/1159715
Title:
winbind_krb5_locator plugin is missing from winbind 3.6.3
To
Public bug reported:
After upgrading php to
ii libapache2-mod-php5 5.3.10-1ubuntu3.6
ii php5-cli 5.3.10-1ubuntu3.6
We noticed that we've got some temporary problems with loading wsdl by soap
client, it doesn't no matter abou
** Description changed:
After upgrading php to
- ii libapache2-mod-php5 5.3.10-1ubuntu3.6
- ii php5-cli 5.3.10-1ubuntu3.6
+ ii libapache2-mod-php5 5.3.10-1ubuntu3.6
+ ii php5-cli 5.3.1
** Description changed:
After upgrading php to
ii libapache2-mod-php5 5.3.10-1ubuntu3.6
ii php5-cli 5.3.10-1ubuntu3.6
We noticed that we've got some temporary problems with loading wsdl by
soap client, it doesn't no matter about location of ws
well i have the same issue upgrading to raring
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-novaclient in Ubuntu.
https://bugs.launchpad.net/bugs/1157687
Title:
Upgrade to raring fails in prerm
To manage notifications abou
Public bug reported:
Raring armv7l
lxc: 0.9.0~rc1-0ubuntu1
flash-kernel: 3.0~rc.4ubuntu29
initramfs-tools: 0.103ubuntu0.7
When the kernel is upgraded inside an armhf LXC container running on armv7l,
the upgrade fails with:
===
Setting up initramfs-tools (0.103ubuntu0.7) ...
update-initramfs: de
Public bug reported:
I'm using Ubuntu 13.04 dev with vsftpd 3.0.2-1ubuntu1. local_enable and
write_enable are set to YES but I'm not able to login:
sworddragon@ubuntu:~$ ftp localhost
Connected to localhost.
220 (vsFTPd 3.0.2)
Name (localhost:sworddragon): sworddragon
331 Please specify the passw
This is interesting - thanks Jean-Baptiste.
So do we need to:
- Not have a kernel image package installed in the container in the first
place?
- Arrange for flash-kernel not to be run inside a container (kernel postinst?
update-initramfs postinst?)?
- Make flash-kernel depend on u-boot-tools
It is even more annoying because if you specify "apt_upgrade: true" in a
cloud-config script and there is a package that triggers kernel hooks,
then it breaks the provisioning of the lxc guest.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscrib
it breaks even without that directive.
Another test case to run on a day with a package upgrade that will run
kernel hooks
1. Create the user-data file with the following content:
8<8<8<8<8<
#cloud-config
locale: en_US.UTF-8
password: ubuntu
chpasswd: { ex
Sure, I just didn't know where to report this and this is the only place
I found :)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors in Ubuntu.
https://bugs.launchpad.net/bugs/1155107
Title:
pwmconfig assumes no fan control
** Description changed:
lightdm precise and gdm precise SRU proposals
-
[Impact]
As was originally stated in the bug summary, ~/.pam_environment is not read
at login if $HOME is encrypted. The lightdm (Precise) and gdm (Precise) SRUs
fix that i
** Branch linked: lp:~cjwatson/ubuntu/precise/openssh/precise-proposed
--
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/952185
Title:
~/.pam_environment not parsed by default
To mana
** Changed in: openssh (Ubuntu Precise)
Status: Triaged => In Progress
** Changed in: openssh (Ubuntu Precise)
Assignee: (unassigned) => Colin Watson (cjwatson)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubu
@Robie: The right solution here is to do the same hack we have in grub,
which is to using "running-in-container" to detect LXC and skip that
part of the code.
/etc/kernel/postinst.d/zz-update-grub can be used as an example for that
change if you're interested in fixing this issue yourself.
I'm al
Reproducing was easy, understanding the problem wasn't ;)
Anyway, I figured it out and sent a patch upstream for inclusion in the final
0.9.
Once it's accepted upstream (hopefully in a few minutes), I'll push it to
Ubuntu.
--
You received this bug notification because you are a member of Ubunt
** Changed in: lxc (Ubuntu)
Status: Triaged => Fix Committed
--
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/1159817
Title:
python module lxc failed to import on ARM with: Unicode
** Changed in: lxc (Ubuntu)
Status: Fix Committed => Fix Released
--
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/1089629
Title:
lxc-attach must switch to container's apparmor pro
Public bug reported:
If /etc/ssl/openssl.cnf is unreadable by bind9 process, or is symlinked
from another file (regardless of whether the target is readable by bind9
or not), bind9 will not start.
This is apparently the same issue as what was discussed on the Debian side in
2010:
http://bugs.deb
** Changed in: qemu-kvm (Ubuntu)
Importance: Medium => High
** Changed in: qemu-kvm (Ubuntu)
Status: Confirmed => Triaged
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/110
** Package changed: apache2 (Ubuntu) => raringautomatedsuggestions
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/939300
Title:
Update Apache to 2.4
To manage notifications about t
** Changed in: horizon (Ubuntu Raring)
Assignee: (unassigned) => James Page (james-page)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1157918
Title:
Network selection tab whe
I think the last SRU solved this, at least I can't reproduce this
anymore on precise.
** Changed in: lxc (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launch
Blueprint changed by Chuck Short:
Work items changed:
Work items:
Release and package nova, glance, keystone, cinder, swift, horizon, quantum,
and ceilometer for main: INPROGRESS
MIR dependencies that need to be done for ceilometer: DONE
- SSL support openstack endpoints: TODO
- Apparmor pr
** Changed in: lxc (Ubuntu)
Status: New => Incomplete
--
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/1157332
Title:
/etc/dnsmasq.d-available/lxc circular link
To manage notifica
** Changed in: lxc (Ubuntu)
Status: Confirmed => Triaged
** Changed in: lxc (Ubuntu)
Importance: Medium => Wishlist
** Summary changed:
- debian guests get different IPv4 at every reboot
+ Make lxc-debian use persistent hwaddr
--
You received this bug notification because you are a m
** Changed in: nova (Ubuntu Raring)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1066845
Title:
nova-novncproxy is not running; Suggest: n
I believe we fixed that in 0.9 with the rewrite in python.
** Changed in: lxc (Ubuntu)
Status: Confirmed => Fix Released
--
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/969604
Titl
Blueprint changed by Jorge O. Castro:
Work items changed:
- Work items:
+ Work items for ubuntu-13.04-month-6:
[jorge] "Contribute to this charm!" link in the charm store.: BLOCKED
[jorge] Tell people they can help. There's no mention of how to help on
jujucharms.com. That sucks. Not "make so
Blueprint changed by Jorge O. Castro:
Work items changed:
- Work items:
+ Work items for ubuntu-13.04-month-6:
[evilnick] Define structural elements of HTML5 doc: TODO
[evilnick] Create sample "getting Started Guide": TODO
[evilnick] Create list of screencasts: TODO
[jorge] Develop screen
ith the command (replace user-data
by the path to the user-data file you created above)
$ sudo lxc-create -n raring-armhf-20130326 -t ubuntu-cloud -- -r raring -a
amd64 -s daily -u user-data
3. Start the container and wait
$ sudo lxc-start -n raring-armhf-20130326
ProblemType: Bug
DistroRelease
I've not been able to reproduce this issue and it's unclear whether it'd
still affect new users or was only a temporary glitch while we were
fixing the dnsmasq config handling.
I'm marking this incomplete for now in the hope that someone can produce
a step by step procedure to trigger this.
--
Y
Blueprint changed by Jorge O. Castro:
Whiteboard changed:
--- UDS 1303 Discussion ---
PAD URL: http://pad.ubuntu.com/uds-1303-servercloud-1303-juju-docs
-Leave behind RST!
-pandoc doesn't support some of the newer HTML5 elements (asides, etc)
HTML5 w/ JavaScript it is!
-Make s
Public bug reported:
In Precise the Bind9 db.root file is outdated. We need to keep this
file updated especially as Precise gets older over time. As time passes
this file will become more and more out of date. It may be possible to
backport just the single file and that would make an SRU easier
This bug was fixed in the package lxc - 0.9.0~rc1-0ubuntu2
---
lxc (0.9.0~rc1-0ubuntu2) raring; urgency=low
* Fix python3-lxc on armhf (LP: #1159817).
-- Stephane GraberTue, 26 Mar 2013 11:21:46 -0400
** Changed in: lxc (Ubuntu)
Status: Fix Committed => Fix Released
--
Blueprint changed by Jorge O. Castro:
Work items changed:
Work items for ubuntu-13.04-month-6:
[jorge] "Contribute to this charm!" link in the charm store.: BLOCKED
[jorge] Tell people they can help. There's no mention of how to help on
jujucharms.com. That sucks. Not "make something and ge
Jean-Baptiste kindly tested this attached change, but it didn't work. He
said that it still broke in the initramfs-tools postinst as it did
before.
But I wonder - why is flash-kernel installed at all in the cloud images?
Can we fix this by not including flash-kernel at all?
** Patch added: "flash
** Also affects: cloud-init
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1160462
Title:
Don't run resizefs hook during installation
This bug was fixed in the package ceilometer - 2013.1~rc1-0ubuntu1
---
ceilometer (2013.1~rc1-0ubuntu1) raring; urgency=low
[ Chuck Short ]
* New upstream release.
* debian/watch: point to the right releases.
* debian/rules: Enable testsuite.
* debian/ceilometer-agent-comput
** Branch linked: lp:cloud-init
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1160462
Title:
Don't run resizefs hook during installation of an LXC container with
cloud-init
T
** Changed in: libvirt (Ubuntu Quantal)
Status: Triaged => In Progress
** Changed in: libvirt (Ubuntu Quantal)
Assignee: (unassigned) => Serge Hallyn (serge-hallyn)
** Changed in: libvirt (Ubuntu Precise)
Status: Triaged => In Progress
** Changed in: libvirt (Ubuntu Precise)
Validated Precise, Quantal and Raring against PPA branch. Waiting on MP
to be accepted for Raring.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to walinuxagent in Ubuntu.
https://bugs.launchpad.net/bugs/1158465
Title:
update Windows
** Branch linked: lp:ubuntu/raring-proposed/walinuxagent
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to walinuxagent in Ubuntu.
https://bugs.launchpad.net/bugs/1158465
Title:
update Windows Azure WALinuxAgent to 1.3.2 (12.04.2, 12.1
This bug was fixed in the package walinuxagent - 1.3.2-0ubuntu1
---
walinuxagent (1.3.2-0ubuntu1) raring; urgency=low
* Updated to 1.3.2 as part of Windows Azure requirement (LP: #1158465).
* Upstream now supports packaging; incorporated upstream packaging into
Ubuntu Packagin
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report. In
the event that you encounter a regression
This bug was fixed in the package cobbler - 2.2.2-0ubuntu33.2
---
cobbler (2.2.2-0ubuntu33.2) precise-proposed; urgency=low
* debian/patches/70_replace_pxe_menu_title.patch: Drop. No need to change
PXE BOOt menu title to other than default (LP: #1027219).
-- Andres Rodriguez
Post #21 fixed issue for me, had to login as root, but it worked
--
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/967410
Title:
Windows clients cannot connect to shared printers
To man
I've rejected this upload from the precise-proposed queue in favour of
the older libvirt SRU already in there. If you think this should be
folded in, please feel free to fold it into a new upload and we can
process them all at once.
--
You received this bug notification because you are a member o
** Branch linked: lp:~ubuntu-branches/ubuntu/raring/ipvsadm/raring-
proposed
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipvsadm in Ubuntu.
https://bugs.launchpad.net/bugs/1077874
Title:
installation of ipvsadm is broken : unknow
This bug was fixed in the package ipvsadm - 1:1.26-2ubuntu1
---
ipvsadm (1:1.26-2ubuntu1) raring; urgency=low
* Merge from Debian unstable (LP: #1077874). Remaining changes:
- debian/control:
+ Add Build-Depends on pkg-config.
+ Update Build-Depends libnl3-dev -> lib
58 matches
Mail list logo