[Bug 691590] Re: libvirt restore exactly the old ownership of images

2020-06-22 Thread Soren Hansen
Gosh. I'd happily forgotten about that video. I was so young and so
mumbly. :D

I'm not sure I understand. If you're not uploading to groovy, how are
you collecting test results?

Also, I don't know what sort of test facilities or processes you have
available, so I don't know how time consuming or expensive a complete
regression test run is, but in general I find that smaller changes are
better than larger, batched changes for finding problems and identifying
their cause. If something doesn't work after pushing a big batch of
changes, it can be really hard to identify which one of the many changes
is the culprit.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/691590

Title:
  libvirt restore exactly the old ownership of images

To manage notifications about this bug go to:
https://bugs.launchpad.net/libvirt/+bug/691590/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 691590] Re: libvirt restore exactly the old ownership of images

2020-06-22 Thread Soren Hansen
To clarify, I meant: Is there any particular reason to not just upload
this fix *to Groovy* now? I know an SRU needs validation first.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/691590

Title:
  libvirt restore exactly the old ownership of images

To manage notifications about this bug go to:
https://bugs.launchpad.net/libvirt/+bug/691590/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 691590] Re: libvirt restore exactly the old ownership of images

2020-06-22 Thread Soren Hansen
A non-root process that uses qemu:///system to run virtual machines
(which is required for most network configurations) will lose access to
its disk images for good as soon as the domain is started.

First it'll be changed to libvirt-qemu:kvm and once the domain is
terminated it will be set to root:root. As a regular user this is
nuisance that can be worked around with "sudo chown" (the vast majority
of users have this access), but for a daemon that doesn't run as root
and doesn't have a human to take care of it and needs access to *its
own* disk images, this makes libvirtd as shipped by ubuntu unusable.

I'd highly suggest an SRU for this.

I've been away from Ubuntu development for a while. Is there any
particular reason not to just upload the fixed version now?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/691590

Title:
  libvirt restore exactly the old ownership of images

To manage notifications about this bug go to:
https://bugs.launchpad.net/libvirt/+bug/691590/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 691590] Re: libvirt should not take ownership of ISO images

2020-06-22 Thread Soren Hansen
It's exceptionally frustrating.

It's been a while since it was solved upstream such that when a domain
is terminated, the image ownership gets restored to what it was when the
domain was launched. However, the way it tracks the original ownership
is by storing it in xattr's of the image... but we've been passing
--without-attr since 2014, due to a test failure on the Debian buildd's,
and without attr, no ownership memory.

Back when it was added I guess it didn't make much of a difference, but
now it's preventing this bug from being solved. The package builds just
fine on our buildd's (at least in my PPA).

Attached debdiff to fix this.

** Patch added: "libvirt-attr.diff"
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/691590/+attachment/5386068/+files/libvirt-attr.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/691590

Title:
  libvirt should not take ownership of ISO images

To manage notifications about this bug go to:
https://bugs.launchpad.net/libvirt/+bug/691590/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1796137] Re: huge and slow image 20181002 due to seeded lxd snap

2020-06-18 Thread Soren Hansen
I just used the focal cloud images on systems with no internet
connectivity and snapd is adding at least 20 seconds of delay:

Jun 18 14:04:59 ubuntu systemd[1]: Finished Service for snap application 
lxd.activate.
Jun 18 14:05:21 ubuntu snapd[1013]: stateengine.go:150: state ensure error: 
persistent network error: Get https://api.snapcraft.io/api/v1/snaps/sections: 
dial tcp: lookup api.snapcraft.io: Temporary failure in name resolution
Jun 18 14:05:22 ubuntu systemd[1]: Finished Wait until snapd is fully seeded.

This is pretty frustrating. I don't need neither snapd nor lxd on these
systems.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1796137

Title:
  huge and slow image 20181002 due to seeded lxd snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1796137/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1358162] Re: skb_get_rxhash prematurely renamed to skb_get_hash

2014-09-09 Thread Soren Hansen
** Tags removed: verification-needed-trusty
** Tags added: verification-done-trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1358162

Title:
  skb_get_rxhash prematurely renamed to skb_get_hash

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1358162] Re: skb_get_rxhash prematurely renamed to skb_get_hash

2014-08-18 Thread Soren Hansen
** Information type changed from Proprietary to Public

** Project changed: intel => linux (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1358162

Title:
  skb_get_rxhash prematurely renamed to skb_get_hash

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1290423] Re: maintainer scripts always/inconsistently run db_sync during upgrade

2014-03-13 Thread Soren Hansen
"Also affects distribition" is that little link below the bug task table
at the top of bug details pages. It's how you add bug tasks for other
packages.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1290423

Title:
  maintainer scripts always/inconsistently run db_sync during upgrade

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1142977] Re: Timeout module segfaults

2013-03-31 Thread Soren Hansen
Most recent upload says:
  * Build with -fno-tree-dce.  This fixes the ruby-ffi build.

Win.

** Changed in: ruby1.8 (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1142977

Title:
  Timeout module segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.8/+bug/1142977/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1147641] [NEW] Cannot use new clients with old servers

2013-03-05 Thread Soren Hansen
Public bug reported:

The version of send_nsca in Quantal and Raring bumped the max command
output length to 4096 (up from 512). When received by the server, this
gets truncated at 512 bytes. This makes the CRC32 check fail.

The newer nsca versions have code to detect this difference and can deal
perfectly well with clients with either setting, but older servers don't
work with newer clients.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1147641

Title:
  Cannot use new clients with old servers

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1142977] Re: Timeout module segfaults

2013-03-05 Thread Soren Hansen
As per the referenced URLs, I tried adding -fno-tree-dce to just CFLAGS
(and left CXXFLAGS alone). It worked perfectly for me as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1142977

Title:
  Timeout module segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.8/+bug/1142977/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1142977] Re: Timeout module segfaults

2013-03-04 Thread Soren Hansen
I rebuilt ruby1.8 with -fno-tree-dce added to both CFLAGS and CXXFLAGS.
This fixed the problem entirely for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1142977

Title:
  Timeout module segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.8/+bug/1142977/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1142977] [NEW] Timeout module segfaults

2013-03-03 Thread Soren Hansen
Public bug reported:

I was having trouble running Puppet on my Raring system. I'd get an
error like this:

# puppet apply --debug --noop manifests/site.pp 
info: Loading facts in /etc/puppet/modules/concat/lib/facter/concat_basedir.rb
/usr/lib/ruby/1.8/timeout.rb:60: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [x86_64-linux]

Line 60 of timeout.rb calls sleep. If I remove that call, I eventually get 
another segfault:
#  puppet apply --debug --noop manifests/site.pp 
info: Loading facts in /etc/puppet/modules/concat/lib/facter/concat_basedir.rb
/usr/lib/ruby/1.8/monitor.rb:231: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [x86_64-linux]

It turns out to be amazingly simpe to reproduce:

  require 'timeout'
  status = Timeout::timeout(5) {
puts "foo"
  }

Running that little snippet with ruby1.8 gives a segfault.

I found these:

   
http://serverfault.com/questions/456640/segfault-in-timeout-rb-using-gem-with-ruby-enterprise-edition-ree-1-8-7
  http://deadc.org/blog/2012/10/19/rvm-install-ruby-1-dot-8-7-with-gcc-4-dot-7/

which  might be of some help.

** Affects: ruby1.8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1142977

Title:
  Timeout module segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.8/+bug/1142977/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134227] [NEW] biosdevname always gets installed

2013-02-27 Thread Soren Hansen
Public bug reported:

The base-installer.d hook's logic for preventing biosdevname to get
installed is broken.

for i in $(cat /proc/cmdline); do
case $i in
biosdevname=0)
;;
*)
apt-install biosdevname || true
;;
esac
done

It will call apt-install for each word in the cmdline that isn't
"biosdevname=0".

** Affects: biosdevname (Ubuntu)
 Importance: High
 Assignee: Colin Watson (cjwatson)
 Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134227

Title:
  biosdevname always gets installed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1006898] Re: [SRU] dnsmasq fails at leasing issues when using vlan mode

2013-01-23 Thread Soren Hansen
Chuck, this is still assigned to you. Is it going anywhere?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006898

Title:
  [SRU] dnsmasq fails at leasing issues when using vlan mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1102488] Re: kvm suffering from dramatic performance regression

2013-01-21 Thread Soren Hansen
When invoked as kvm, it's a perfectly reasonable expectation that it
uses kvm. If this is indeed not the case, that's a bug.

** Changed in: qemu (Ubuntu)
   Status: Invalid => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1102488

Title:
  kvm suffering from dramatic performance regression

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1097952] [NEW] Please provide a way to prevent connection reuse and/or pipelining

2013-01-09 Thread Soren Hansen
Public bug reported:

The saga continues...

Adding the VfileUseRangeOps solved a *lot* of problems, but I still have
problems with the proxy that I'm stuck behind. It turns out that this
proxy has known issues with not just http pipelining which it doesn't
handle well *at all*, but also simple connection recycling. For a proxy
that reports HTTP 1.1 compliance, this is pretty sad, but that's what I
have to deal with.

Is there any chance you could add an option to prevent http pipelining
as well as forcing Connection: close on all outgoing connections?

** Affects: apt-cacher-ng (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1097952

Title:
  Please provide a way to prevent connection reuse and/or pipelining

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1097952/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1087230] Re: Too hard to just reinstall and partition any way I please

2012-12-06 Thread Soren Hansen
** Description changed:

  (Seen on Precise)
  
- I'm using a preseed to install a system. I'm don't care at all what was
- on the system before, I just want to apply my new partition layout and
+ I'm using a preseed to install a system. I don't care at all what was on
+ the system before, I just want to apply my new partition layout and
  install. However, due to a previous installation, I end up getting the
  partman-lvm/device_remove_lvm_span prompt.
  
  Glancing at the code, it seems I'd need to make sure all disks were
  listed in partman-auto/disk, but for this new install, I really just
- wnat to install on a single disk.
+ want to install on a single disk.
  
  I resorted to passing this in my preseed, but I feel that shouldn't be 
necessary:
  d-i partman/early_command string vgs --separator=: --noheadings | cut -f1 -d: 
| while read vg ; do vgchange -an $vg ; done ;\
-  pvs --separator=: --noheadings | cut -f1 -d: 
| while read pv ; do pvremove -ff -y $pv ; done
+  pvs --separator=: --noheadings | cut -f1 -d: 
| while read pv ; do pvremove -ff -y $pv ; done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1087230

Title:
  Too hard to just reinstall and partition any way I please

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/partman-lvm/+bug/1087230/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1087230] [NEW] Too hard to just reinstall and partition any way I please

2012-12-06 Thread Soren Hansen
Public bug reported:

(Seen on Precise)

I'm using a preseed to install a system. I'm don't care at all what was
on the system before, I just want to apply my new partition layout and
install. However, due to a previous installation, I end up getting the
partman-lvm/device_remove_lvm_span prompt.

Glancing at the code, it seems I'd need to make sure all disks were
listed in partman-auto/disk, but for this new install, I really just
wnat to install on a single disk.

I resorted to passing this in my preseed, but I feel that shouldn't be 
necessary:
d-i partman/early_command string vgs --separator=: --noheadings | cut -f1 -d: | 
while read vg ; do vgchange -an $vg ; done ;\
 pvs --separator=: --noheadings | cut -f1 -d: | 
while read pv ; do pvremove -ff -y $pv ; done

** Affects: partman-lvm (Ubuntu)
 Importance: Medium
 Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1087230

Title:
  Too hard to just reinstall and partition any way I please

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/partman-lvm/+bug/1087230/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1082306] Re: rebind.so not included

2012-11-23 Thread Soren Hansen
Oh, I see, it's in the websockify package now.

Well, in that case...

** Summary changed:

- rebind.so not included
+ No arch-dep files in the package, yet claims arch: any

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1082306

Title:
  No arch-dep files in the package, yet claims arch: any

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1082306] Re: No arch-dep files in the package, yet claims arch: any

2012-11-23 Thread Soren Hansen
...we shouldn't be wasting archive and buildd resources building it
everywhere.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1082306

Title:
  No arch-dep files in the package, yet claims arch: any

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1082306] [NEW] rebind.so not included

2012-11-23 Thread Soren Hansen
Public bug reported:

rebind.so is built but not included in any packages.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1082306

Title:
  rebind.so not included

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1077838] Re: qemu-nbd -r -c taints device for subsequent usage, even after -d

2012-11-12 Thread Soren Hansen
Happens on Precise as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1077838

Title:
  qemu-nbd -r -c taints device for subsequent usage, even after -d

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1077838/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-09-25 Thread Soren Hansen
Matt, no problem at all. Please be sure to report back if you encounter
the issue again after the hard reboot. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/997978

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/997978/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-09-25 Thread Soren Hansen
Matt, are the symptoms identical? You might be experiencing a different
bug entirely.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/997978

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/997978/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-09-24 Thread Soren Hansen
Lovely, thanks for the feedback. I've just uploaded this to precise-
proposed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/997978

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/997978/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 961871] Re: Use of python-swift on Ubuntu buildd fails, attempts to access /dev/log

2012-09-05 Thread Soren Hansen
** Changed in: swift
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/961871

Title:
  Use of python-swift on Ubuntu buildd fails, attempts to access
  /dev/log

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/961871/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-09-04 Thread Soren Hansen
Packages are ready for testing in the all new ubuntu-virt/kvm-network-
hang PPA.

It has a lower version than the test package Serge posted earlier, so
you'll need to first disable that other PPA and then enable this one and
upgrade.

This should do the trick:

# You can skip these first two commands if you didn't test Serge's packages 
earlier
sudo apt-get install ppa-purge
sudo ppa-purge -p backports ubuntu-virt

sudo add-apt-repository ppa:ubuntu-virt/kvm-network-hang
sudo apt-get update
sudo apt-get install qemu-kvm

Of course, use at your own risk, etc.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/997978

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/997978/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-09-03 Thread Soren Hansen
As Serge says, we think we've narrowed in on the set of commits that
will address this problem:

   a821ce5 virtio: order index/descriptor reads
   92045d8 virtio: add missing mb() on enable notification
   a281ebc virtio: add missing mb() on notification

I'd be happy to provide a SRU candidate in a PPA with just those patches
applied if anyone is willing to test?

Serge, would it be ok for me to use the ubuntu-virt/backports ppa for
this, or would you rather I create a new PPA?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/997978

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/997978/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-08-20 Thread Soren Hansen
Anecdotal evidence[1] suggests that this is a problem with the driver in
the guest. It would be interesting to learn when this problem appeared
and if it's gone with Quantal guests.

[1]: http://lists.openstack.org/pipermail/openstack-
operators/2012-August/001921.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/997978

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/997978/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1020313] Re: openstack-dashboard hijacks the web root

2012-08-15 Thread Soren Hansen
I don't understand what the problem is here? The bug is very clear:
Don't attach to the web root, but have the dashboard live under
/openstack or whatever.

Don't make everyone else suffer until you've figured out how you can get
your deployment stuff to adjust this post install.

Do you want me to do it?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1020313

Title:
  openstack-dashboard hijacks the web root

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 996840] Re: Libvirt error when trying to mount ISCSI volumes

2012-08-14 Thread Soren Hansen
Obviously, this is also just a workaround (there's no reason passing
cache="none" should cause libvirt or qemu or whatever to get stuck), but
a rather more elegant one than shelling out to virsh.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/996840

Title:
  Libvirt error when trying to mount ISCSI volumes

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/996840/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 996840] Re: Libvirt error when trying to mount ISCSI volumes

2012-08-14 Thread Soren Hansen
In my reading of libvirt:

   bus='virtio' is implied due to the device name beginning with "vd". So these 
are equal and unlikely to be the culprit.
   driver name="qemu" is the default for the qemu driver. Also equal, unlikely 
to be the culprit.
   driver type="raw" is the default for the qemu driver. Also equal, so 
unlikely to be the culprit.

The only thing left is the caching strategy. Virsh doesn't set one at
all, so (AFAICT) no "cache=XXX" is passed to QEmu. When cache='none' is
passed in the XML, def->cachemode gets set to
VIR_DOMAIN_DISK_CACHE_DISABLE. For QEMU_CAPS_DRIVE_CACHE_V2 translates
into ",cache=none". This seems like the only difference.

Just removing the  tag should do the trick, really. The XML
would end up being functionally identical to virsh's.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/996840

Title:
  Libvirt error when trying to mount ISCSI volumes

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/996840/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 996840] Re: Libvirt error when trying to mount ISCSI volumes

2012-08-14 Thread Soren Hansen
Actually, I just instrumented both nova and virsh to dump the respective
XML they build. These are the results:

Nova:

  
  
  


Virsh:

  
  


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/996840

Title:
  Libvirt error when trying to mount ISCSI volumes

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/996840/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 996840] Re: Libvirt error when trying to mount ISCSI volumes

2012-08-14 Thread Soren Hansen
danpb, did you ever have a chance to look into this?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/996840

Title:
  Libvirt error when trying to mount ISCSI volumes

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/996840/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1028849] Re: iptables applies "---uid-owner=root" to ALL users

2012-07-25 Thread Soren Hansen
Perhaps you, xor, could e-mail the netfilter mailing list asking for a
way to filter on the real id's rather than the effective id's?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1028849

Title:
  iptables applies "---uid-owner=root" to ALL users

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 996840] Re: Libvirt error when trying to mount ISCSI volumes

2012-07-12 Thread Soren Hansen
tl;dr: Don't please don't close this bug right now. There's still work
to do.


13:52 < ttx> soren: could you comment on the right way to fix 
https://bugs.launchpad.net/nova/+bug/996840 ?
13:52 < uvirtbot`> Launchpad bug 996840 in libvirt "Libvirt error when trying 
to mount ISCSI volumes" [Medium,Confirmed]
14:01 < danpb> ttx: it is a combination of a QEMU and libvirt issue
14:01 < ttx> danpb: right.. nothing to fix in Nova there, right ?
14:02 <+soren> ttx: Will do.
14:02 < ttx> soren: if it's a combination of a QEMU and libvirt issue, just 
redirect the bug to the corresponding packages and invalidate the nova task
14:04 <+soren> danpb: Well, it works when usingn attach-disk in virsh.
14:05 <+soren> danpb: So clearly there's a way to make it work with the same 
versions of libvirt and qemu.
14:06 <+soren> ttx: Don't close the nova bug. There's still work to do here. At 
the very least, we should rip out the virsh call as soon as we can. This bug 
would help us track that.
14:06 < ttx> ok, just add a comment so that nobody closes it. It's bugsquashing 
day so the temptation is high
14:06 < ttx> soren: ^
14:07  * soren adds another comment.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/996840

Title:
  Libvirt error when trying to mount ISCSI volumes

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/996840/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 996840] Re: Libvirt error when trying to mount ISCSI volumes

2012-07-12 Thread Soren Hansen
virsh has no back doors into libvirt. It consumes the C API directly, so
if we mimic what virsh does (with the Python API, though), we should be
golden. In fact, I'm fairly sure that's how the current code was written
(i.e. by looking at what virsh did), but clearly something got messed up
somewhere.

Shelling out to virsh makes me cry.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/996840

Title:
  Libvirt error when trying to mount ISCSI volumes

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/996840/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1021271] Re: KVM "enabling virtualization on CPU0 failed"

2012-07-05 Thread Soren Hansen
Do you perhaps have Virtualbox and/or VMWare installed as well?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021271

Title:
  KVM "enabling virtualization on CPU0 failed"

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1020313] [NEW] openstack-dashboard hijacks the web root

2012-07-02 Thread Soren Hansen
Public bug reported:

Upon installing openstack-dashboard, any and all vhosts are rendered
unusable for any purpose other than serving openstack-dashboard.

This is because openstack-dashboard's conf file in /etc/apache2/conf.d
says:

WSGIScriptAlias / /usr/share/openstack-
dashboard/openstack_dashboard/wsgi/django.wsgi

Traditionally, webapps configure themselves to live beneath a
predetermined, sensible path component (typically corresponding to their
package name). /openstack-dashboard would be the immediate choice, but I
guess /openstack would be acceptable as well.

If someone wants it at the root (with which I can certainly sympathize),
that's a post-install customisation. Simply blocking everything else is
not cool.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1020313

Title:
  openstack-dashboard hijacks the web root

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 952185] Re: ~/.pam_environment not parsed when HOME is encrypted

2012-06-15 Thread Soren Hansen
This bug is set to High importance, triaged and assigned.. As a fix on
its way?

Clearly pam_env can't read ~/.pam_environment if $HOME hasn't been
mounted yet. Adding pam_env after common-session in lightdm's pam config
fixes this and allows me to change the language of my desktop session.

I'm not sure why pam_env would need to be present before ecyptfs (as
suggested in comment #7), though?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/952185

Title:
  ~/.pam_environment not parsed when HOME is encrypted

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/952185/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 996840] Re: Libvirt error when trying to mount ISCSI volumes

2012-05-28 Thread Soren Hansen
Right, attach-disk is a virshism. It's not in the C api either.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/996840

Title:
  Libvirt error when trying to mount ISCSI volumes

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/996840/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 809646] Re: Init Script Problems

2012-05-20 Thread Soren Hansen
** Changed in: swift
 Assignee: Soren Hansen (soren) => (unassigned)

** Changed in: swift (Ubuntu)
 Assignee: Soren Hansen (soren) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/809646

Title:
  Init Script Problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/809646/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 983128] Re: Please provide a way to prevent If-Range header use

2012-04-16 Thread Soren Hansen
16. apr. 2012 18.25 skrev Eduard Bloch :
> Maybe not so far as you think, it's the first report of such kind (in
> almost five years).

Wow.

> IMHO not supporting If-Range correctly is an utterly stupid idea.

It is. I'm in the process of reporting the bug to the proxy vendor,
but it's a bit of a convoluted process.

> I will provide that option ASAP.

*Fantastic*. Thank you!

-- 
Soren Hansen             | http://linux2go.dk/
Senior Software Engineer | http://www.cisco.com/
Ubuntu Developer         | http://www.ubuntu.com/
OpenStack Developer      | http://www.openstack.org/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/983128

Title:
  Please provide a way to prevent If-Range header use

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/983128/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 983128] [NEW] Please provide a way to prevent If-Range header use

2012-04-16 Thread Soren Hansen
Public bug reported:

I'm stuck behind a proxy that seems to filter the if-range header from
requests from apt-cacher-ng.

This means that when apt-cacher-ng tries to refresh a volatile file by
passing "If-Range: ", all the remote server ever sees is the
request for the last byte. apt-cacher-ng gets a HTTP 206 response back
and concludes that the file hasn't changed.

This causes lots of grief because the Release file isn't updated, so the
trust path from Release.gpg -> Release -> Packages.bz2 -> checksums of
packages is busted.

I see this comment in apt-0.8.16~exp12ubuntu8/apt-pkg/acquire-item.cc:

  // File was already in place.  It needs to be re-downloaded/verified
  // because Release might have changed, we do give it a differnt
  // name than DestFile because otherwise the http method will
  // send If-Range requests and there are too many broken servers
  // out there that do not understand them

..suggesting that I'm far from alone with this problem.

** Affects: apt-cacher-ng (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/983128

Title:
  Please provide a way to prevent If-Range header use

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/983128/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 966115] [NEW] nova-api{, -os-compute, -ec2, -os-volume} relationship

2012-03-27 Thread Soren Hansen
Public bug reported:

Apt will happily install any and all of nova-api{,-os-compute,-ec2,-os-
volume,-metadata}, but nova-api is a single daemon that runs everything.
You should either state a Breaks: relationship against all the other
packages (as they'll try to run on the same port (and share the config
file, so you can't really just set one to run on one port and the other
to run on another)) or make nova-api a metapackage that depends on all
the other ones.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/966115

Title:
  nova-api{,-os-compute,-ec2,-os-volume} relationship

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 965356] [NEW] unnecessary dep: nova-api -> nova-cert

2012-03-26 Thread Soren Hansen
Public bug reported:

nova-cert and nova-api don't need to run on the same machine.

In fact, doing so means you keep certificates on a publically exposed
system, which is never a good idea.

Furthermore, there's no guarantee at all that reqeusts from nova-api to
nova-cert will reach the cert server on the same host as it goes through
the message queue, so if you have N nova-api servers, only one in every
N requests to the cert service from nova-api will work.

If there's some reason these need to reside on the same system, that's a
bug that should be filed against Nova. I know of no such bug.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/965356

Title:
  unnecessary dep: nova-api -> nova-cert

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 961277] Re: Cannot uninstall keystone

2012-03-21 Thread Soren Hansen
Hm, yeah, calling keystone-manage in postrm... That's probably not going
to work (hint: *post* removal scripts shouldn't be referencing things in
the package)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/961277

Title:
  Cannot uninstall keystone

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 944768] Re: mk-sbuild does not respect $no_proxy

2012-03-02 Thread Soren Hansen
The no_proxy setting also needs to be carried over into apt.conf.d/99mk-
sbuild-proxy.conf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/944768

Title:
  mk-sbuild does not respect $no_proxy

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 944768] [NEW] mk-sbuild does not respect $no_proxy

2012-03-02 Thread Soren Hansen
Public bug reported:

I have a proxy configured (using $http_proxy), but I have a local approx
running, too. To access that, I need to set
$no_proxy=localhost,127.0.0.1, otherwise those requests also get sent to
the $http_proxy. mk-sbuild passes http_proxy through to debootstrap, but
no $no_proxy, so debootstrap doesn't work for me with my local approx.

** Affects: ubuntu-dev-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/944768

Title:
  mk-sbuild does not respect $no_proxy

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 944367] Re: Ignores $http_proxy setting

2012-03-02 Thread Soren Hansen
Sorry, since it's https, the relevant environment variable is
https_proxy, obviously.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/944367

Title:
  Ignores $http_proxy setting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ssh-import-id/+bug/944367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 944367] Re: Ignores $http_proxy setting

2012-03-02 Thread Soren Hansen
Actually, I have to wonder why the environment is cleaned at all before
calling wget?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/944367

Title:
  Ignores $http_proxy setting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ssh-import-id/+bug/944367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 944367] [NEW] Ignores $http_proxy setting

2012-03-01 Thread Soren Hansen
Public bug reported:

Lately, I find myself stuck behind proxies more often than I'm used to.
ssh-import-id unfortunately ignores the commonly used http_proxy
environment variable. wget understands it, so it's just a matter of not
cleaning it from the environment before calling wget.

** Affects: ssh-import-id (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/944367

Title:
  Ignores $http_proxy setting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ssh-import-id/+bug/944367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 918179] [NEW] Can't run commands as root

2012-01-18 Thread Soren Hansen
Public bug reported:

You removed all the relevant commands from sudoers, but never told Nova
to use the alternate root-helper.

This means that Nova does not work *at all* right now.

** Affects: nova (Ubuntu)
 Importance: Medium
 Status: New

** Changed in: nova (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/918179

Title:
  Can't run commands as root

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 918131] [NEW] Sequences of a's get filtered from public keys

2012-01-18 Thread Soren Hansen
Public bug reported:

When using ranges in sed expressions, sed applies the user's locale to
determine whether something falls in the given range.

At the beginning of most (all?) ssh public keys, there's a sequence of
a's. "aa" is an old, but still valid, way of writing the Danish letter
"å". "Å" sorts after "Z", meaning that it's not included in the "A-Z"
range given in the recently added sed expression in ssh-import-id.
Consequently, it gets filtered out.

** Affects: ssh-import-id (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/918131

Title:
  Sequences of a's get filtered from public keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ssh-import-id/+bug/918131/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 914316] Re: Sync glusterfs 3.2.5-1 (universe) from Debian unstable (main)

2012-01-13 Thread Soren Hansen
This bug was fixed in the package glusterfs - 3.2.5-1
Sponsored for semiosis (semiosis)

---
glusterfs (3.2.5-1) unstable; urgency=low

  [ Louis Zuckerman ]
  * Add patch (03) to fix build errors

  [ Patrick Matthäi ]
  * New upstream release.

 -- Patrick Matthäi   Sat, 07 Jan 2012 14:19:57
+0100

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/914316

Title:
  Sync glusterfs 3.2.5-1 (universe) from Debian unstable (main)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 914316] Re: Sync glusterfs 3.2.5-1 (universe) from Debian unstable (main)

2012-01-12 Thread Soren Hansen
ACK

** Changed in: glusterfs (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/914316

Title:
  Sync glusterfs 3.2.5-1 (universe) from Debian unstable (main)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 913835] [NEW] cloud-images /release link is mutable

2012-01-09 Thread Soren Hansen
Public bug reported:

It turns out that on cloud-images.ubuntu.com, the various /release
directories are symlinks that change over time. This makes the /release
links unreliable.

** Affects: ubuntu
 Importance: Undecided
 Assignee: Ben Howard (utlemming)
 Status: New

** Changed in: ubuntu
 Assignee: (unassigned) => Ben Howard (utlemming)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913835

Title:
  cloud-images /release link is mutable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 891969] Re: Please include ixgbe driver in d-i

2011-11-18 Thread Soren Hansen
Sent a patch to this effect to kernel-t...@lists.ubuntu.com

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/891969

Title:
  Please include ixgbe driver in d-i

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 891969] [NEW] Please include ixgbe driver in d-i

2011-11-18 Thread Soren Hansen
Public bug reported:

I recently had to remotely set up a Dell C2100 with an Intel 10GbE NIC
add-on. The lack of the ixgbe driver in d-i was really awkward. Please
add it to d-i.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/891969

Title:
  Please include ixgbe driver in d-i

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 836997] Re: user-mode-linux: Missing build dependencies: linux-source-2.6.35

2011-10-10 Thread Soren Hansen
I'm going to set this to Fix Released, since the problem is entirely
different now and I've filed bug #871627 about the new issue.

** Changed in: user-mode-linux (Ubuntu Oneiric)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/836997

Title:
  user-mode-linux: Missing build dependencies: linux-source-2.6.35

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/user-mode-linux/+bug/836997/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 836997] Re: user-mode-linux: Missing build dependencies: linux-source-2.6.35

2011-10-10 Thread Soren Hansen
Yep, I was about to file a bug about that, but then had a revelation.
I'm doing a test build now to see if I've managed to fix it. I'll file
it anyway to have a bug reference for the upload.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/836997

Title:
  user-mode-linux: Missing build dependencies: linux-source-2.6.35

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/user-mode-linux/+bug/836997/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 871627] [NEW] FTBFS on i386

2011-10-10 Thread Soren Hansen
Public bug reported:

user-mode-linux ftbfs on i386 in Oneiric. This is due to our NX
hardening stuff on i386 which isn't compatible with UML's memory model.

** Affects: user-mode-linux (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: user-mode-linux (Ubuntu Oneiric)
 Importance: Undecided
 Status: New

** Also affects: user-mode-linux (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/871627

Title:
  FTBFS on i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/user-mode-linux/+bug/871627/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 836997] Re: user-mode-linux: Missing build dependencies: linux-source-2.6.35

2011-09-29 Thread Soren Hansen
Test build currently running. amd64 is in good shape, still waiting for
i386 to make it to the front of the queue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/836997

Title:
  user-mode-linux: Missing build dependencies: linux-source-2.6.35

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/user-mode-linux/+bug/836997/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 862728] Re: Please stop defaulting to VCS="bzr"

2011-09-29 Thread Soren Hansen
whoops

** Changed in: etckeeper (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: etckeeper (Ubuntu)
   Status: Won't Fix => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/862728

Title:
  Please stop defaulting to VCS="bzr"

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 862728] Re: Please stop defaulting to VCS="bzr"

2011-09-29 Thread Soren Hansen
If you have sound technical reasons why bzr shoulnd't be the default,
please elaborate.

Otherwise, I don't see why this needs to change. The default has been
bzr since etckeeper was added to Ubuntu. Changing the default would mean
that etckeeper would be broken (i.e. will have lost its history) for
people who have relied on the default. Also, many of us prefer bzr and
everywhere else in Ubuntu where we have a choice between VCS's, we
choose bzr, so I don't see why etckeeper should be any different.

** Changed in: etckeeper (Ubuntu)
   Importance: Wishlist => Undecided

** Changed in: etckeeper (Ubuntu)
   Status: Opinion => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/862728

Title:
  Please stop defaulting to VCS="bzr"

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 855124] Re: XRANDR operations very slow unless (phantom) HDMI1 disabled

2011-09-22 Thread Soren Hansen
** Attachment added: "dmesg with debugging output"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/855124/+attachment/2439226/+files/dmesg-debug.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/855124

Title:
  XRANDR operations very slow unless (phantom) HDMI1 disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/855124/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 855124] Re: XRANDR operations very slow

2011-09-20 Thread Soren Hansen
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/855124

Title:
  XRANDR operations very slow

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 855124] [NEW] XRANDR operations very slow

2011-09-20 Thread Soren Hansen
Public bug reported:

Any operation that probes stuff over XRANDR is really slow. Running just
"xrandr" takes slightly less than 4 seconds. A bit of experimentation
reveals that adding:

Section "Monitor"
Identifier "HDMI1"
Option "Ignore" "True"
EndSection

...to xorg.conf fixes it. I have no HDMI ports at all, so this is not a
problem.

Only HDMI1 seems to be the problem.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xorg 1:7.6+7ubuntu7
ProcVersionSignature: Ubuntu 3.0.0-11.17-generic 3.0.4
Uname: Linux 3.0.0-11-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 1.22.1-0ubuntu2
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,resize,snap,vpswitch,gnomecompat,imgpng,grid,unitymtgrabhandles,compiztoolbox,move,regex,mousepoll,animation,place,workarounds,session,expo,wall,ezoom,fade,scale,unityshell]
CompositorRunning: None
Date: Wed Sep 21 00:10:26 2011
DistUpgraded: Log time: 2011-08-09 13:47:39.295432
DistroCodename: oneiric
DistroVariant: ubuntu
EcryptfsInUse: Yes
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:20e4]
   Subsystem: Lenovo Device [17aa:20e4]
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha amd64 (20100202)
MachineType: LENOVO 7465CTO
ProcEnviron:
 PATH=(custom, user)
 LANG=da_DK.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-11-generic 
root=UUID=9c822cf3-46f9-426f-9fab-13ba9053c1ef ro quiet splash vt.handoff=7
SourcePackage: xorg
UnitySupportTest: Error: command ['/usr/lib/nux/unity_support_test', '-p', 
'-f'] failed with exit code -11:
UpgradeStatus: Upgraded to oneiric on 2011-08-09 (42 days ago)
dmi.bios.date: 05/16/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 6DET70WW (3.20 )
dmi.board.name: 7465CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr6DET70WW(3.20):bd05/16/2011:svnLENOVO:pn7465CTO:pvrThinkPadX200s:rvnLENOVO:rn7465CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 7465CTO
dmi.product.version: ThinkPad X200s
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.5.94+bzr2803-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu20
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


** Tags: amd64 apport-bug oneiric ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/855124

Title:
  XRANDR operations very slow

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Soren Hansen
Can you please share the configuration for the two domains in question?

** Changed in: libvirt (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/853580

Title:
  Unable to start second virtual machine

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 850687] Re: Should disable cap_module by default

2011-09-15 Thread Soren Hansen
Well, or use libvirt which already does this.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/850687

Title:
  Should disable cap_module by default

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 850687] [NEW] Should disable cap_module by default

2011-09-15 Thread Soren Hansen
Public bug reported:

By default, it seems you can insmod and rmmod from within containers.
This seems undesirable. We should probably add something like this:

lxc.cap.drop = sys_module

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/850687

Title:
  Should disable cap_module by default

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 836997] Re: user-mode-linux: Missing build dependencies: linux-source-2.6.35

2011-09-12 Thread Soren Hansen
If someone else wants to, please feel free to grab this, otherwise I'll
take a look in a couple of days.

** Changed in: user-mode-linux (Ubuntu Oneiric)
 Assignee: (unassigned) => Soren Hansen (soren)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/836997

Title:
  user-mode-linux: Missing build dependencies: linux-source-2.6.35

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/user-mode-linux/+bug/836997/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 844670] [NEW] Should be installed somewhere else

2011-09-08 Thread Soren Hansen
Public bug reported:

Debian Python policy says that python bytecode must be available for the
version of python available on the system. Due to installing everything
in /usr/share/openstack-dashboard/ rather than somewhere pythonic, this
doesn't happen.

Further more, this causes Apache to not be able to find the code,
because it's not in Python's usual search path.

I suggest you install it in /usr/lib/python2.{6,7,whatever} and let
dh_python2 sort out the rest (like where it's going to actually live,
fiddle with symlinks, bytecompile it all, etc.)

** Affects: openstack-dashboard (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/844670

Title:
  Should be installed somewhere else

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openstack-dashboard/+bug/844670/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 844664] [NEW] Installs multiple configs

2011-09-08 Thread Soren Hansen
Public bug reported:

openstack-dashboard dumps a config in /etc/openstack-
dashboard/apache2.conf. It's wrong for a number of reasons (references a
non-existant file, installs the dashboard at /, etc.). I expected to
find a symlink to that file in /etc/apache2 somewhere, but I didn't.
Instead, in /etc/apache2/conf.d/, there's a separate config file which
seems to be the "real" one.

Usual style dictates putting the config in /etc/openstack-dashboard and
symlinking from /etc/apache2. Please make it so.

** Affects: openstack-dashboard (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/844664

Title:
  Installs multiple configs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openstack-dashboard/+bug/844664/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 840925] Re: Please make /dev/kvm world-accessible in 45-qemu-kvm.rules

2011-09-07 Thread Soren Hansen
The problem back then was that anyone with access to /dev/kvm could
allocate an arbitrary amount of memory that could not be swapped out.
Dead-easy DoS. Since... I don't remember when, years ago at least,
memory used by kvm can be swapped out like all other memory, so it's in
terms of DoS by memory allocation, it's no more dangerous than giving
people access to run malloc. :)

You're also giving them access to execute certain cpu instructions they
otherwise wouldn't be able to, but -- modulo whatever security bugs
there might be, of course -- these aren't sensitive instructions (in the
way they're exposed through the kvm interface, that is). KVM was
designed to be safe to run this way.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840925

Title:
  Please make /dev/kvm world-accessible in 45-qemu-kvm.rules

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 842998] Re: Ubuntu 64-bit g++ dirent.d_type incorrect value

2011-09-06 Thread Soren Hansen
Reassigning to ubuntu/gcc-4.4

** Project changed: swift => gcc-4.4 (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/842998

Title:
  Ubuntu 64-bit g++ dirent.d_type incorrect value

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.4/+bug/842998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 840925] [NEW] Please make /dev/kvm world-accessible in 45-qemu-kvm.rules

2011-09-05 Thread Soren Hansen
The reasons for limiting access to /dev/kvm expired years ago. There's
no longer any particular reason to not make it world writable.

-- 
Soren Hansen        | http://linux2go.dk/
Ubuntu Developer    | http://www.ubuntu.com/
OpenStack Developer | http://www.openstack.org/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840925

Title:
  Please make /dev/kvm world-accessible in 45-qemu-kvm.rules

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 839796] [NEW] nova-manage complains about missing nova-compute.conf

2011-09-05 Thread Soren Hansen
Argh, I didn't realise there would be a warning if the file was missing.

Debian Policy forbids us from altering the contents of a conffile from
maintainer scripts, so we can't append to nova.conf when nova-compute
gets installed.

I suggest we either a --optional-flagfile that doesn't warn or perhaps
make it so that "--flagfile=@/some/path" silently ignores /some/path's
absence.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/839796

Title:
  nova-manage complains about missing nova-compute.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/839796/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 832507] Re: console.log grows indefinitely

2011-09-05 Thread Soren Hansen
It turns out that kvm gracefully handles it a listener on a named pipe
close()s its connection and opens it again (and buffers whatever output
would have been read in the mean time). This should make this a much
simpler fix.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/832507

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 841672] Re: ssh-add does not unlock ssh keys

2011-09-05 Thread Soren Hansen
Is your ssh agent running? What does "echo $SSH_AUTH_SOCK" say?

** Changed in: openssh (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841672

Title:
  ssh-add does not unlock ssh keys

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 368962] Re: Can't reboot kvm virtual machines using virsh

2011-09-02 Thread Soren Hansen
Yup, but unless you've installed acpid, it'll do exactly nothing. Just
FYI.

I'm honestly not sure whether Ubuntu server does that by default these
days.

Sent from my phone. Pardon my brevity.
Den 02/09/2011 17.27 skrev "Neil Wilson" :
> 0.9.3 libvirt has native qemu/kvm reboot support baked in now.
>
> --
> You received this bug notification because you are subscribed to libvirt
> in Ubuntu.
> https://bugs.launchpad.net/bugs/368962
>
> Title:
> Can't reboot kvm virtual machines using virsh
>
> To manage notifications about this bug go to:
>
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/368962/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/368962

Title:
  Can't reboot kvm virtual machines using virsh

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 834684] Re: Switcher shortcut to flip through windows breaks on !us layouts

2011-08-26 Thread Soren Hansen
Same on Danish keyboard. No "grave" only dead grave. I presume Compiz
(or whatever) sees the "grave" part of "grave", looks for a key by
that name, doesn't find it, assumes everything after "" is garbage,
and that's the end of a useful  key for me :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/834684

Title:
  Switcher shortcut to flip through windows breaks on !us layouts

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 804929] Re: Alt+middle click doesn't resize windows

2011-08-09 Thread Soren Hansen
..Alt-Middle click is what I've used for year and years to resize
windows.  Nowadays, when I middle click on a window (regardless of
whether I hold down Alt or not), the pointer stops moving and lets me
scroll up and down instead.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/804929

Title:
  Alt+middle click doesn't resize windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/804929/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 804929] Re: Alt+middle click doesn't resize windows

2011-08-09 Thread Soren Hansen
Alt-left click "picks up" the window and lets you move it.

** Changed in: gnome-shell (Ubuntu)
   Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/804929

Title:
  Alt+middle click doesn't resize windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/804929/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 809646] Re: Init Script Problems

2011-08-03 Thread Soren Hansen
** Changed in: swift (Ubuntu)
   Status: New => Confirmed

** Changed in: swift (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/809646

Title:
  Init Script Problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/809646/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 820047] [NEW] Installs top-level tests module

2011-08-02 Thread Soren Hansen
Public bug reported:

$ dpkg -L python-glance | grep tests
/usr/share/pyshared/tests
/usr/share/pyshared/tests/functional
/usr/share/pyshared/tests/functional/test_misc.py
/usr/share/pyshared/tests/functional/test_logging.py
/usr/share/pyshared/tests/functional/test_s3.py
[...]
/usr/share/pyshared/tests/unit/test_s3_store.py
/usr/share/pyshared/tests/unit/test_http_store.py
/usr/share/pyshared/tests/unit/test_swift_store.py
/usr/share/pyshared/tests/unit/test_wsgi.py


This is way bad. The only reason it doesn't break a bajillion things is because 
it doesn't include a __init__.py.

** Affects: glance
 Importance: Undecided
 Status: New

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

** Also affects: glance
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/820047

Title:
  Installs top-level tests module

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/820047/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 793602] Re: Fix 1.4.0 packaging to include swift-container-stats-logger

2011-07-11 Thread Soren Hansen
First of all, apologies for letting this linger for so long. :(

This is special. We have these packages in a lot of places:

Ubuntu proper:
  * Oneiric: Does not apply, as the stats stuff has been pulled from Swift 
proper.
  * Natty: (1.3.0) Did not yet have the binary in question.
  * Maverick: Ditto.

PPAs:
  * swift-core/trunk: As Oneiric above.
  * swift-core/milestone: Does have this problem.
  * openstack-release/2011.2: As Natty above.

So, the only place this still applies is in swift-core/milestone which
will be replaced at the next milestone in a couple of weeks at which
point it'll catch up with Oneiric and swift-core/trunk and remove this
binary altogether.  I'm not really sure it's worth the trouble fixing
this, considering the amount of time it'll take to fix it, validate the
changes, etc. only to see it rendered moot in shortly thereafter (by the
next milestone). If someone cares sufficiently, feel free to jump on it
and fix it. I'd be happy to sponsor the uploads. Resetting importance to
Low.

** Changed in: swift (Ubuntu)
   Importance: High => Low

** Changed in: swift (Ubuntu)
 Assignee: Soren Hansen (soren) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793602

Title:
  Fix 1.4.0 packaging to include swift-container-stats-logger

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/793602/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 806911] Re: Split nova-compute into nova-compute-{kvm,xen,etc.}

2011-07-07 Thread Soren Hansen
** Also affects: nova (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/806911

Title:
  Split nova-compute into nova-compute-{kvm,xen,etc.}

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/806911/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 660428] Re: nova-objectstore start errors after install

2011-06-25 Thread Soren Hansen
Can you post the exact error message, please? Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/660428

Title:
  nova-objectstore start errors after install

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 800465] [NEW] decode and encode are not each other's inverse

2011-06-21 Thread Soren Hansen
Public bug reported:

>>> cjson.decode(cjson.encode({'foo':'/dev/vdc'}))
{'foo': '\\/dev\\/vdc'}

** Affects: python-cjson (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/800465

Title:
  decode and encode are not each other's inverse

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-cjson/+bug/800465/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130740] Re: [needs-packaging] mysql-proxy

2011-06-21 Thread Soren Hansen
This was fixed 2007-11-07 :)

** Changed in: ubuntu
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/130740

Title:
  [needs-packaging] mysql-proxy

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 756138] Re: python-gflags version 1.3-1 failed to build on i386

2011-06-18 Thread Soren Hansen
** Changed in: python-gflags (Ubuntu Oneiric)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/756138

Title:
  python-gflags version 1.3-1 failed to build on i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-gflags/+bug/756138/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 797360] [NEW] Sync libcloud 0.5.0-1 (universe) from Debian unstable (main)

2011-06-14 Thread Soren Hansen
Public bug reported:

Please sync libcloud 0.5.0-1 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
Everything is included in Debian (I maintain it in Debian).

Changelog entries since current oneiric version 0.5.0-0ubuntu1:

libcloud (0.5.0-1) unstable; urgency=low

  * New upstream release (Closes: #598463)
  * Make myself Uploader instead of Maintainer and set DPMT as the
maintainer.
  * Adjust debian/watch now that libcloud is a toplevel Apache project.
  * Remove dependency on zope.interface (dropped upstream).
  * Convert to debhelper 7 and dh_python2.
  * Bumped Standards-Version to 3.9.2. No changes needed.
  * Bump debian/compat to 7.
  * Drop debian/pycompat.
  * Use debian/clean instead of overriding dh_auth_clean.

 -- Soren Hansen   Tue, 14 Jun 2011 13:27:50 +0200

** Affects: libcloud (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: libcloud (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: libcloud (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/797360

Title:
  Sync libcloud 0.5.0-1 (universe) from Debian unstable (main)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 675217] Re: this python project is vulnerable to MITM as it fails to verify the ssl validity of the remote destination.

2011-06-14 Thread Soren Hansen
This is fixed with the recent upload of 0.5.0 to Oneiric.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/675217

Title:
  this python project is vulnerable to MITM as it fails to verify the
  ssl validity of the remote destination.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 783864] Re: need a versioned depend on vgabios

2011-06-06 Thread Soren Hansen
2011/6/6 Martin Pitt :
> This SRU seems quite pointless to me: it does not fix anything for natty
> users, as the vgabios version is recent enoug there. Why is it worth
> spending the effort of preparing, building, and QAing this, and having a
> nonzero regression risk? Oneiric has the versioned dependency, so
> backports will have it, too. For the theoretical case of a natty->lucid
> backport, the dependency can be added for the backport upload.

Just as a reminder: If this ever does get backported to Lucid, I'd
recommend that the versioned dependency should be "vgabios (>=
0.6c-2ubuntu2~)" (notice the tilde at the end). This is because
vgabios will have to be backported as well and the backport will be
versioned as e.g. 0.6c-2ubuntu2~lucid1, so it would not satisfy the
tildeless versioned dependency.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/783864

Title:
  need a versioned depend on vgabios

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 791221] Re: Nova's test suite fails with python 2.7.2rc1

2011-06-02 Thread Soren Hansen
This reproduces the problem:


=== mymodule.py ===

class MyClass(object):
pass


=== reproduce.py ===

import mox
import mymodule

class Test(object):
def __init__(self):
self.mox = mox.Mox()
self.mox.StubOutWithMock(mymodule, 'MyClass', use_mock_anything=True)
self.mox.CreateMock(mymodule.MyClass)

Test()




I don't know if this is CPython changing its behaviour to be closer to spec and 
pymox depending on CPython implementation details. I'm hoping someone else can 
clear this up.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/791221

Title:
  Nova's test suite fails with python 2.7.2rc1

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 791221] Re: Nova's test suite fails with python 2.7.2rc1

2011-06-02 Thread Soren Hansen
** Changed in: nova (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/791221

Title:
  Nova's test suite fails with python 2.7.2rc1

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 791221] Re: Nova's test suite fails with python 2.7.2rc1

2011-06-02 Thread Soren Hansen
** Summary changed:

- Test suite fails with python 2.7.2rc1
+ Nova's test suite fails with python 2.7.2rc1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/791221

Title:
  Nova's test suite fails with python 2.7.2rc1

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 791221] Re: Test suite fails with python 2.7.2rc1

2011-06-01 Thread Soren Hansen
** Also affects: nova (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/791221

Title:
  Test suite fails with python 2.7.2rc1

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >