[Bug 1099155] Re: [raring] No ip assigned to bridge and no routes added for virtual networks

2013-01-18 Thread Roman Yepishev
So, it looks like not only custom libvirt network is affected but the
standard default too effectively rendering libvirt machines in a desktop
session without any kind of network.

** Summary changed:

- [raring] No ip assigned to bridge and no routes added for routed network
+ [raring] No ip assigned to bridge and no routes added for virtual networks

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

Title:
  [raring] No ip assigned to bridge and no routes added for virtual
  networks

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

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


[Bug 1100936] Re: init script cannot find java7 from oracle

2013-01-18 Thread James Page
As its impossible to support the multitude of paths that might contain a
Java install, the correct way to use a non-distro version of Java is to
set JAVA_HOME in /etc/default/tomcat[6|7].  This will override any auto-
detection in the init script.

Marking 'Won't Fix' as sufficient capability exists to configure this
manually.

** Changed in: tomcat6 (Ubuntu)
   Status: Confirmed = Won't Fix

** Changed in: tomcat7 (Ubuntu)
   Status: Confirmed = Won't Fix

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

Title:
  init script cannot find java7 from oracle

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

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


[Bug 1101160] [NEW] sa-update-hooks.d/amavisd-new needs to be executable

2013-01-18 Thread Florian Effenberger
Public bug reported:

The script at /etc/mail/spamassassin/sa-update-hooks.d/amavisd-new needs
to be executable in order to reload amavis upon SpamAssassin updates.

** Affects: amavisd-new (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  sa-update-hooks.d/amavisd-new needs to be executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1101160/+subscriptions

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


[Bug 1101160] Re: sa-update-hooks.d/amavisd-new needs to be executable

2013-01-18 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

I couldn't reproduce this on amavisd-new 1:2.7.1-2ubuntu3 on raring:

$ stat /etc/spamassassin/sa-update-hooks.d/amavisd-new 
  File: ‘/etc/spamassassin/sa-update-hooks.d/amavisd-new’
  Size: 710 Blocks: 8  IO Block: 4096   regular file
Device: fd01h/64769dInode: 148134  Links: 1
Access: (0755/-rwxr-xr-x)  Uid: (0/root)   Gid: (0/root)
Access: 2013-01-18 11:54:43.324885767 +
Modify: 2012-09-22 18:18:51.0 +
Change: 2013-01-18 11:54:43.324885767 +
 Birth: -
$ dpkg-query -W amavisd-new
amavisd-new 1:2.7.1-2ubuntu3

Please provide detailed steps to reproduce this problem and add detailed
bug information using the command apport-collect 1101160. Once done,
please change the bug status back to New.

** Changed in: amavisd-new (Ubuntu)
   Status: New = Incomplete

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

Title:
  sa-update-hooks.d/amavisd-new needs to be executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1101160/+subscriptions

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


[Bug 1101160] Re: sa-update-hooks.d/amavisd-new needs to be executable

2013-01-18 Thread Florian Effenberger
Thanks for the fast reply! I'm on precise (12.04.1 LTS), and there, the
file was not executable.

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

Title:
  sa-update-hooks.d/amavisd-new needs to be executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1101160/+subscriptions

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


[Bug 1094830] Re: brcompat failed to be loaded

2013-01-18 Thread James Page
The brcompat module does work in raring; however you need to make sure
that

1) you are using the dkms version of the openvswitch module, not the
stock kernel one

You can do this by stopping the openvswitch-* daemons, unloading the
openvswitch module and then reloading it to pickup the dkms version

sudo service openvswitch-switch stop
sudo rmmod openvswitch
sudo modprobe openvswitch

Always make sure that you install the DKMS package prior to installing
openvswitch-switch itself other wise you may hit this issue.

2) make sure that you don't already have the bridge module loaded

sudo rmmod bridge

After ensuring 1  2 are OK then you should be able to load the brcompat
module.

BUT - please note this module is deprecated upstream and will disappear
- so try to move to using openvswitch

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

Title:
  brcompat failed to be loaded

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

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


[Bug 1101187] [NEW] in case ow two networks on the same bridge nova overwrites dnsmasq config

2013-01-18 Thread Bolke de Bruin
Public bug reported:

Some background: I run a private cloud environment (folsom/stable,
FlatDhcp) in the 172.17.11.XXX/24 range. The private range for instances
is 192.168.100.XX/24 . Basically if I add a floating IP it get's
assigned from the 172.17.11.XX/24 range. Recently, I needed to assign
172.17.11.XX fixed addresses for local usage.

nova-manage network list

1   192.168.100.0/24None192.168.100.2   8.8.4.4 
NoneNone  
3   172.17.11.224/28None172.17.11.226   8.8.8.8 
NoneNone 

This should happen on the same bridge (br100).

Now when activating an instance with a fixed ip, /var/lib/nova/networks
/nova-br100.conf gets overwitten. So I end up with only the
172.17.11.XXX fixed ip in that list. While i would expect 192.168
addresses and 172.17.11 addresses. It seems that nova is not able to
handle multiple ipranges/dnsmasq on one bridge?

As a workaround I activated the network on a new bridge. I needed to
activate proxy_arp and change some iptables to make sure traffic gets to
the instance. Not something really maintainable :).

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

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

Title:
  in case ow two networks on the same bridge nova overwrites dnsmasq
  config

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

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


[Bug 1003656] Re: bridge-utils/vlan udev hooks prevent execution of upstart hook, slowing down boot

2013-01-18 Thread Hungerburg
Please excuse the incomplete information; But I highly suspect it is
releated, and maybe some bells ring with the experts.

The week a system that I manage (xubuntu 12.04.1) failed to connect to
the net on reboot. The br0 bridge interface does not get fully
configured. There is nothing in syslog that points at a specific
failure. The startup GUI shows waiting for network and waiting 60
more seconds for network before the greeter comes up.

The bridge interface is used to bridge eth1 and OpenVPN tap0. It is
solely configured from /etc/network/interfaces.

I found that after tearing down the bridge completely, ifup br0
successfully completes. But it fails at boot time. bridge-utils may be
the only package update between the last reboot, when thins still were
fine (some 80 days ago).

Next week I may collect more information (ifquery br0 # of the
disfunctional bridge, brctl show, etc).

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

Title:
  bridge-utils/vlan udev hooks prevent execution of upstart hook,
  slowing down boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/1003656/+subscriptions

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


[Bug 1094830] Re: brcompat failed to be loaded

2013-01-18 Thread James Page
Looks like a similar issue you are having on precise:

ubuntu@ovs-testing-precise:~$ lsmod | grep bridge
ubuntu@ovs-testing-precise:~$ sudo modprobe bridge
ubuntu@ovs-testing-precise:~$ lsmod | grep bridge
bridge 90989  0 
stp12976  1 bridge
ubuntu@ovs-testing-precise:~$ sudo modprobe brcompat_mod
FATAL: Error inserting brcompat_mod 
(/lib/modules/3.2.0-36-generic/updates/dkms/brcompat_mod.ko): Invalid module 
format
ubuntu@ovs-testing-precise:~$ sudo rmmod bridge
ubuntu@ovs-testing-precise:~$ sudo modprobe brcompat_mod
ubuntu@ovs-testing-precise:~$ 

bridge module is conflicting with brcompat_mod.

** Changed in: openvswitch (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  brcompat failed to be loaded

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

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


[Bug 1039627] Re: etckeeper init with git gives error

2013-01-18 Thread Robie Basak
** Changed in: etckeeper (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  etckeeper init with git gives error

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

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


[Bug 1101158] Re: depends on jsonschema==0.2, broken in raring

2013-01-18 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1098688 ***
https://bugs.launchpad.net/bugs/1098688

This bug was fixed in the package python-warlock - 0.1.0-0ubuntu2

---
python-warlock (0.1.0-0ubuntu2) raring; urgency=low

  * debian/pathces/update-requirements.patch: Bump jsonschema to =0.2.
(LP: #1101158)
 -- Chuck Short zul...@ubuntu.com   Fri, 18 Jan 2013 07:17:04 -0600

** Changed in: python-warlock (Ubuntu)
   Status: New = Fix Released

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

Title:
  depends on jsonschema==0.2, broken in raring

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

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


[Bug 1100491] Re: [SRU] apt_sources broken in 0.6.3-0ubuntu1.3 [regression]

2013-01-18 Thread Scott Moser
Just to make sure, I've verified this is fixed in the latest daily of
precise builds.  Using the user-data attached above, ssh'd into
instance, and saw the following in 0.6.3-0ubuntu1.4/output.log.

cloud-init  0.6.3-0ubuntu1.4
== sources.list.d ===
total 4
-rw-r--r-- 1 root root 178 Jan 18 13:57 
ubuntu-server-ec2-testing-dev-testing-precise.list
== grep Traceback /var/log/cloud-init.log ==
== apt-cache policy smhello ==
smello:
  Installed: (none)
  Candidate: 0.3~ppa1
  Version table:
 0.3~ppa1 0
500 
http://ppa.launchpad.net/ubuntu-server-ec2-testing-dev/testing/ubuntu/ 
precise/main amd64 Packages
== removing proposed list ==
== Done ==


I just did that test in:
us-east-1 ami-d375feba canonical
ebs/ubuntu-precise-daily-amd64-server-20130117.1

So the only precise / 12.04 images affected by this bug are the daily
builds of 20130117. (fixed in 20130117.1 and later)

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

Title:
  [SRU] apt_sources broken in 0.6.3-0ubuntu1.3 [regression]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1100491/+subscriptions

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


[Bug 1100877] Re: lxc-start fails after upgrade to raring

2013-01-18 Thread Serge Hallyn
*** This bug is a duplicate of bug 1099155 ***
https://bugs.launchpad.net/bugs/1099155

Thanks for the info - could you show the contents of /var/log/upstart
/lxc-net.log?

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

Title:
  lxc-start fails after upgrade to raring

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

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


[Bug 1099793] Re: php 5.3.10 openssl_encrypt empty data

2013-01-18 Thread Marc Deslauriers
Introduced in 5.3.9 by:

http://git.php.net/?p=php-
src.git;a=commitdiff;h=095cbc48a8f0090f3b0abc6155f2b61943c9eafb

Fixed in 5.3.14 by:

http://git.php.net/?p=php-
src.git;a=commitdiff;h=270a406ac94b5fc5cc9ef59fc61e3b4b95648a3e

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

Title:
  php 5.3.10 openssl_encrypt empty data

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

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


[Bug 1100877] Re: lxc-start fails after upgrade to raring

2013-01-18 Thread Martin Albisetti
beuno@beuno-laptop:~$ sudo cat /var/log/upstart/lxc-net.log

dnsmasq: failed to create listening socket for 10.0.3.1: Cannot assign
requested address

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

Title:
  lxc-start fails after upgrade to raring

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

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


[Bug 1100877] Re: lxc-start fails after upgrade to raring

2013-01-18 Thread Serge Hallyn
** This bug has been marked a duplicate of bug 1099155
   [raring] No ip assigned to bridge and no routes added for virtual networks

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

Title:
  lxc-start fails after upgrade to raring

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

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


[Bug 1100877] Re: lxc-start fails after upgrade to raring

2013-01-18 Thread Serge Hallyn
** This bug is no longer a duplicate of bug 1099155
   [raring] No ip assigned to bridge and no routes added for virtual networks

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

Title:
  lxc-start fails after upgrade to raring

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

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


[Bug 1080841] Re: should reload configuration if an upstart job is added

2013-01-18 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/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/1080841

Title:
  should reload configuration if an upstart job is added

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

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


[Bug 1100877] Re: lxc-start fails after upgrade to raring

2013-01-18 Thread Stéphane Graber
*** This bug is a duplicate of bug 1099155 ***
https://bugs.launchpad.net/bugs/1099155

Sorry for the confusion, after closer inspection, it's indeed a
duplicate of 1099155.

** This bug has been marked a duplicate of bug 1099155
   [raring] No ip assigned to bridge and no routes added for virtual networks

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

Title:
  lxc-start fails after upgrade to raring

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

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


[Bug 1090482] Re: over-riding distro config still broken

2013-01-18 Thread Scott Moser
** Changed in: cloud-init (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

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

Title:
  over-riding distro config still broken

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

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


[Bug 1003656] Re: bridge-utils/vlan udev hooks prevent execution of upstart hook, slowing down boot

2013-01-18 Thread Stéphane Graber
The most relevant log files are in /var/log/upstart/network*

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

Title:
  bridge-utils/vlan udev hooks prevent execution of upstart hook,
  slowing down boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/1003656/+subscriptions

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


[Bug 1100545] Re: It should be possible to access the ConfigDrive as a CDROM drive as well

2013-01-18 Thread Scott Moser
This was fixed in trunk in revision 760.


** Changed in: cloud-init
   Status: Confirmed = Fix Committed

** Changed in: cloud-init
 Assignee: (unassigned) = Scott Moser (smoser)

** Also affects: cloud-init (Ubuntu)
   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/1100545

Title:
  It should be possible to access the ConfigDrive as a CDROM drive as
  well

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

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


[Bug 1100545] Re: It should be possible to access the ConfigDrive as a CDROM drive as well

2013-01-18 Thread Scott Moser
Fixed in 0.7.1-0ubuntu5.

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided = Low

** Changed in: cloud-init (Ubuntu)
   Status: New = Fix Released

** Changed in: cloud-init (Ubuntu)
 Assignee: (unassigned) = Scott Moser (smoser)

** Also affects: cloud-init (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Changed in: cloud-init (Ubuntu Precise)
   Status: New = Triaged

** Changed in: cloud-init (Ubuntu Quantal)
   Status: New = Triaged

** Changed in: cloud-init (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: cloud-init (Ubuntu Quantal)
   Importance: Undecided = Medium

** Changed in: cloud-init (Ubuntu Precise)
 Assignee: (unassigned) = Scott Moser (smoser)

** Changed in: cloud-init (Ubuntu Quantal)
 Assignee: (unassigned) = Scott Moser (smoser)

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

Title:
  It should be possible to access the ConfigDrive as a CDROM drive as
  well

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

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


[Bug 1100545] Re: It should be possible to access the ConfigDrive as a CDROM drive as well

2013-01-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/ubuntu/quantal/cloud-init/sru

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

Title:
  It should be possible to access the ConfigDrive as a CDROM drive as
  well

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

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


[Bug 1080841] Re: should reload configuration if an upstart job is added

2013-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.1-0ubuntu5

---
cloud-init (0.7.1-0ubuntu5) raring; urgency=low

  * catchup-751-760.patch (sync to 760)
* DataSourceConfigDrive: allow config-drive data to come from a
  CD-ROM (LP: #1100545)
* Allow 'sr0' to be used as a source for mount config [Vlastimil Holer]
* do not log passwords provided via config (LP: #1096417)
* DataSourceCloudStack: Attempt to find the 'virtual router' as provided
  from dhcp responses, rather than assuming it is the default route
  (LP: #1089989) [Gerard Dethier]
  in the CloudStack environment use virtual router rather than default route
* notify upstart after writing upstart jobs to support filesystems that
  do not support inotify such as overlayfs (LP: #1080841)
* fix cloud-config 'lock_password' user setup (LP: #1096423)
  * debian/README.source: minor improvements.
 -- Scott Moser smo...@ubuntu.com   Fri, 18 Jan 2013 10:12:34 -0500

** Changed in: cloud-init (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  should reload configuration if an upstart job is added

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

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


[Bug 1099793] Re: php 5.3.10 openssl_encrypt empty data

2013-01-18 Thread Marc Deslauriers
CVE requested:

http://www.openwall.com/lists/oss-security/2013/01/18/5

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

Title:
  php 5.3.10 openssl_encrypt empty data

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

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


[Bug 1101160] Re: sa-update-hooks.d/amavisd-new needs to be executable

2013-01-18 Thread Robie Basak
Thanks. I've successfully reproduced this on 1:2.6.5-0ubuntu3.2
(precise-updates). It looks like the root cause was fixed in 1:2.7.0-1,
so that includes quantal and raring. But there is still an upgrade path
problem, so users installing precise who then upgrade will still be
affected.

I've reported this in Debian in http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=698446

** Bug watch added: Debian Bug tracker #698446
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698446

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

** Changed in: amavisd-new (Ubuntu)
   Status: Incomplete = Triaged

** Changed in: amavisd-new (Ubuntu)
   Importance: Undecided = High

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

Title:
  sa-update-hooks.d/amavisd-new needs to be executable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1101160/+subscriptions

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


[Bug 1099793] Re: php 5.3.10 openssl_encrypt empty data

2013-01-18 Thread Robie Basak
Sorry, wrong bug.

** Bug watch added: Debian Bug tracker #698446
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698446

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

** No longer affects: php5 (Debian)

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

Title:
  php 5.3.10 openssl_encrypt empty data

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

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


[Bug 1084000] Re: libcap2: List of capabilities not in sync with the linux kernel

2013-01-18 Thread Ross Patterson
** Also affects: lxc (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  libcap2: List of capabilities not in sync with the linux kernel

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

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


[Bug 1084000] Re: libcap2: List of capabilities not in sync with the linux kernel

2013-01-18 Thread Stéphane Graber
libcap2 builds a binary at build time which is run to extract the list of 
capabilities and generate an header used for the rest of the build.
I assume that's what's causing the problem here as you'll essentially be 
getting the list of capabilities that are supported by the kernel on the build 
machine rather than the capabilities supported by the kernel on the user 
machine...

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

Title:
  libcap2: List of capabilities not in sync with the linux kernel

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

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


[Bug 1101002] KernLog.txt

2013-01-18 Thread Nick Salyzyn
apport information

** Attachment added: KernLog.txt
   
https://bugs.launchpad.net/bugs/1101002/+attachment/3487655/+files/KernLog.txt

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

Title:
  Frequently stops working for 15-30 seconds at a time on Ubuntu 12.10

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

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


[Bug 1101002] Re: Frequently stops working for 15-30 seconds at a time on Ubuntu 12.10

2013-01-18 Thread Nick Salyzyn
apport information

** Tags added: apport-collected quantal

** Description changed:

- I'm not the only one experiencing this issue in the office.  I've set up
- *.dev to point to 127.0.0.1 following the steps here:
- http://groups.drupal.org/node/16862.  Usually when I ping
- something.dev, it works, but sometimes it fails.  I can hit
- something.dev:80 repeatedly with a web browser and eventually it will
- work.  Restarting bind9 via `service bind9 restart` also works.  This
- happens every 30 minutes or so.
+ I'm not the only one experiencing this issue in the office.  I've set up 
*.dev to point to 127.0.0.1 following the steps here: 
http://groups.drupal.org/node/16862.  Usually when I ping something.dev, it 
works, but sometimes it fails.  I can hit something.dev:80 repeatedly with a 
web browser and eventually it will work.  Restarting bind9 via `service bind9 
restart` also works.  This happens every 30 minutes or so.
+ --- 
+ ApportVersion: 2.6.1-0ubuntu9
+ Architecture: amd64
+ DistroRelease: Ubuntu 12.10
+ InstallationDate: Installed on 2012-12-04 (44 days ago)
+ InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
+ MarkForUpload: True
+ Package: bind9 1:9.8.1.dfsg.P1-4.2ubuntu3.1
+ PackageArchitecture: amd64
+ ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.5.0-21-generic 
root=UUID=db53fba3-0464-4bcf-b53f-19c7f1a3c63d ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
+ RelatedPackageVersions:
+  bind9utils 1:9.8.1.dfsg.P1-4.2ubuntu3.1
+  apparmor   2.8.0-0ubuntu5
+ SyslogBind9:
+  
+ Tags:  quantal
+ Uname: Linux 3.5.0-21-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo www-data
+ modified.conffile..etc.bind.named.conf.local: [modified]
+ mtime.conffile..etc.bind.named.conf.local: 2013-01-14T14:18:34.000718

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1101002/+attachment/3487654/+files/Dependencies.txt

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

Title:
  Frequently stops working for 15-30 seconds at a time on Ubuntu 12.10

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

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


[Bug 1101002] ProcEnviron.txt

2013-01-18 Thread Nick Salyzyn
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1101002/+attachment/3487656/+files/ProcEnviron.txt

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

Title:
  Frequently stops working for 15-30 seconds at a time on Ubuntu 12.10

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

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


[Bug 1100803] Re: Glance install fails with Ubuntu Testing Packages

2013-01-18 Thread Adam Gandelman
** Changed in: glance
   Status: New = Invalid

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

Title:
  Glance install fails with Ubuntu Testing Packages

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

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


[Bug 1099155] Re: [raring] No ip assigned to bridge and no routes added for virtual networks

2013-01-18 Thread Mathieu Trudel-Lapierre
** Changed in: network-manager (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: network-manager (Ubuntu)
 Assignee: (unassigned) = Mathieu Trudel-Lapierre (mathieu-tl)

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

Title:
  [raring] No ip assigned to bridge and no routes added for virtual
  networks

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

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


[Bug 1099793] Re: php 5.3.10 openssl_encrypt empty data

2013-01-18 Thread Marc Deslauriers
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-6113

** Also affects: php5 (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: php5 (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: php5 (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Changed in: php5 (Ubuntu Quantal)
   Status: New = Fix Released

** Changed in: php5 (Ubuntu Raring)
   Status: New = Fix Released

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

** Changed in: php5 (Ubuntu Precise)
   Importance: Undecided = Medium

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

Title:
  php 5.3.10 openssl_encrypt empty data

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

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


[Bug 1099793] Re: php 5.3.10 openssl_encrypt empty data

2013-01-18 Thread Jamie Strandboge
** Changed in: php5 (Ubuntu)
   Status: Fix Released = Confirmed

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

Title:
  php 5.3.10 openssl_encrypt empty data

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

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


[Bug 1084000] Re: libcap2: List of capabilities not in sync with the linux kernel

2013-01-18 Thread Serge Hallyn
** No longer affects: lxc (Ubuntu)

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

Title:
  libcap2: List of capabilities not in sync with the linux kernel

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

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


[Bug 1099793] Re: php 5.3.10 openssl_encrypt empty data

2013-01-18 Thread Marc Deslauriers
** Changed in: php5 (Ubuntu Raring)
   Status: Confirmed = Fix Released

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

Title:
  php 5.3.10 openssl_encrypt empty data

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

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


[Bug 1099793] Re: php 5.3.10 openssl_encrypt empty data

2013-01-18 Thread Marc Deslauriers
** Changed in: php5 (Ubuntu Precise)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

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

Title:
  php 5.3.10 openssl_encrypt empty data

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

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


[Bug 1100843] Re: Live Migration Causes Performance Issues

2013-01-18 Thread Mark Petersen
I don't see qemu-kvm 1.3.0 yet. Will test when you get it pushed,
hopefully Tuesday (01/22/2013) if you've pushed by then.

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

Title:
  Live Migration Causes Performance Issues

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

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


[Bug 1099155] Re: [raring] No ip assigned to bridge and no routes added for virtual networks

2013-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package network-manager -
0.9.6.0+git201301021750.e78c3e8-0ubuntu2

---
network-manager (0.9.6.0+git201301021750.e78c3e8-0ubuntu2) raring; urgency=low

  * debian/patches/bridge_ignore_without_connections.patch: Ignore bridge
devices that don't have configured connections, so as not to compete with
lxc or libvirt and trample their config. (LP: #1099155)
 -- Mathieu Trudel-Lapierre mathieu...@ubuntu.com   Fri, 18 Jan 2013 15:20:08 
-0500

** Changed in: network-manager (Ubuntu)
   Status: In Progress = 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/1099155

Title:
  [raring] No ip assigned to bridge and no routes added for virtual
  networks

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

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


[Bug 1084178] Re: auto.net does not handle mutliple mount points from a remote

2013-01-18 Thread Serge Hallyn
Managed to reproduce this on raring.

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

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

Title:
  auto.net does not handle mutliple mount points from a remote

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

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


[Bug 1084178] Re: auto.net does not handle mutliple mount points from a remote

2013-01-18 Thread Serge Hallyn
This turns out to not be a bug, but a misconfiguration.

Your /etc/exports specifies 'fsid=0' for both exports.  You don't have
to specify an fsid, but if you do, it takes the place of the default
uuid which nfsd would use to identify the filesystems.  In other words,
you told the server that both are the same.

** Changed in: autofs (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  auto.net does not handle mutliple mount points from a remote

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

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


[Bug 1101090] [NEW] application menu can not we shown in applications

2013-01-18 Thread Søren Holm
Public bug reported:


After tyring out having the application menu in the top of the screen, I wanted 
to switch it back to being within the applications. That did only work for 
currently running application. All other application started after changing the 
setting just had the menuline hidden - it was'nt even shown in the top of the 
screen.

Steps to reproduce:
1. Change menuline location to top of the screen
2. Apply and close the dialog. Menus should now be in the global menu.
3. Change  menuline location to Within application
4. Notice how currently running applications (in my case Kate) get their menu 
back.
5. Clsoe Kate and start it up again - the menuline is now gone.

Exspected result:
Kate and all other application should also have their menuline available after 
restarting.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: appmenu-qt 0.2.7daily13.01.17-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-0.4-generic 3.8.0-rc3
Uname: Linux 3.8.0-0-generic i686
ApportVersion: 2.8-0ubuntu2
Architecture: i386
Date: Fri Jan 18 08:47:02 2013
InstallationDate: Installed on 2012-11-28 (50 days ago)
InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha i386 (20121128)
MarkForUpload: True
SourcePackage: appmenu-qt
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: appmenu-qt (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 raring

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

Title:
  application menu can not we shown in applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appmenu-qt/+bug/1101090/+subscriptions

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


[Bug 1086345] Re: Quantal-LTS-stack: Showing low-resolution screen on shutdown/reboot

2013-01-18 Thread Shih-Yuan Lee
** Also affects: oem-priority
   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/1086345

Title:
  Quantal-LTS-stack: Showing low-resolution screen on shutdown/reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1086345/+subscriptions

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


[Bug 1074758] Re: Timely Logouts, Restarts, and Shutdowns with Unity Desktop

2013-01-18 Thread Lonnie Lee Best
** Also affects: sysvinit
   Importance: Undecided
   Status: New

** Also affects: molly-guard
   Importance: Undecided
   Status: New

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

** Also affects: insserv
   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/1074758

Title:
  Timely Logouts, Restarts, and Shutdowns with Unity Desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session/+bug/1074758/+subscriptions

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


[Bug 1003813] Re: Kernel Oops during mount.cifs (CIFS VFS: could not allocate crypto hmacmd5)

2013-01-18 Thread Robert Hrovat
Is this one realated:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/976964

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

Title:
  Kernel Oops during mount.cifs (CIFS VFS: could not allocate crypto
  hmacmd5)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/1003813/+subscriptions

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


[Bug 1098312] Re: firefox-locale-ca does not work in Firefox 18

2013-01-18 Thread Chris Coulson
Hmmm, this doesn't need a SRU justification and isn't going out via the
SRU route (it's going out through the security pocket, and builds were
done yesterday in the security PPA already). We didn't write SRU
justifications for any of the other few thousand changesets that were in
the Firefox 18 update.

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

Title:
  firefox-locale-ca does not work in Firefox 18

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

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


[Bug 1090967] Re: NVIDIA drivers not detect videocard after installing

2013-01-18 Thread Paul E
*** This bug is a duplicate of bug 1076281 ***
https://bugs.launchpad.net/bugs/1076281

** Tags added: quantal

** This bug is no longer a duplicate of bug 1085123
   headers not installed in kernel upgrade - nvidia kernel drivers not build - 
bummer
** This bug has been marked a duplicate of bug 1076281
   kernel 3.5.0-18 update does not include headers update - nvidia_current 
stops working

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

Title:
  NVIDIA drivers not detect videocard after installing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1090967/+subscriptions

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


[Bug 1085123] Re: headers not installed in kernel upgrade - nvidia kernel drivers not build - bummer

2013-01-18 Thread Paul E
*** This bug is a duplicate of bug 1076281 ***
https://bugs.launchpad.net/bugs/1076281

** This bug has been marked a duplicate of bug 1076281
   kernel 3.5.0-18 update does not include headers update - nvidia_current 
stops working

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

Title:
  headers not installed in kernel upgrade - nvidia kernel drivers not
  build - bummer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1085123/+subscriptions

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


[Bug 578506] Re: [Kernel] ACPI: EC: input buffer is not empty, aborting transaction

2013-01-18 Thread Grecu Ionut Florin
I'm waiting for the same thing.. Now i'm back to 3.5.0-21-generic kernel since 
the 3.7.1 wasn't stable enough.
I have an acer aspire 5930G. Maybe there's something with the laptop's BIOS... 
I could not find an update since v. 1.24 from 2008. 
I've read in this thread about patching, but I didn't quite understand how to 
do it.. 
Hope to fix this as soon as possible!

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

Title:
  [Kernel] ACPI: EC: input buffer is not empty, aborting transaction

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

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


[Bug 1101060] Re: Qpening the Appearance panel resets 'Desktop size' to default of 2x2

2013-01-18 Thread Doug McMahon
** Also affects: gnome-control-center-unity
   Importance: Undecided
   Status: New

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

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

Title:
  Qpening the  Appearance panel  resets  'Desktop size'  to default of
  2x2

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

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


[Bug 1074758] Re: Timely Logouts, Restarts, and Shutdowns with Unity Desktop

2013-01-18 Thread Steve Langasek
** No longer affects: upstart

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

Title:
  Timely Logouts, Restarts, and Shutdowns with Unity Desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session/+bug/1074758/+subscriptions

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


[Bug 1101093] Re: ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build

2013-01-18 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to
  build

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

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


[Bug 1101094] [NEW] The SCons Java builder does not handle generated .java files

2013-01-18 Thread Tanubi
Public bug reported:

I am trying to generate Java files and then compile those with the Java 
compiler.
Unfortunately, the Java compiler is never invoked on the first run of scons.
However, it works all good with a vanilla SCons.

I tracked it down to the patch java_ignore_nonexistent_files.patch, which is 
applied by Ubuntu.
With this patch, nonexistent Java files are ignored. But the check is performed 
at a time where this is almost always true for generated files.

The simplest example I can come up with is just the following SConstruct file:
Command('src/a/Bar.java', '', 'touch $TARGET')
Java('classes', 'src')

And this is the scons output:
scons --tree=prune 
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
touch src/a/Bar.java
+-.
  +-classes
  +-sconstruct
  +-src
+-src/a
  +-src/a/Bar.java
scons: done building targets.


As you can see, the javac compiler is never invoked and the dependency tree is 
all wrong.

I then just reversed the patch I mentioned before and ran scons again:
scons --tree=prune 
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
touch src/a/Bar.java
javac -d classes -sourcepath src/a src/a/Bar.java
+-.
  +-classes
  | +-classes/Bar.class
  |   +-src/a/Bar.java
  |   +-/usr/bin/javac
  +-sconstruct
  +-src
+-src/a
  +-src/a/Bar.java
scons: done building targets.


Here, the javac compiler is invoked and the dependencies are good.

So please do not apply the patch java_ignore_nonexistent_files.patch
anymore.

** Affects: scons (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/1101094

Title:
  The SCons Java builder does not handle generated .java files

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

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


[Bug 1101093] [NEW] ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build

2013-01-18 Thread Claudia Putignani
Public bug reported:

I don't know, I saw the message in my computer.

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: ndiswrapper-dkms 1.57-1ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
DKMSKernelVersion: 3.5.0-22-generic
Date: Fri Jan 18 08:48:32 2013
InstallationDate: Installed on 2011-12-14 (400 days ago)
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 1.57-1ubuntu1
SourcePackage: ndiswrapper
Title: ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build
UpgradeStatus: Upgraded to quantal on 2013-01-01 (16 days ago)

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


** Tags: apport-package i386 quantal

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

Title:
  ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to
  build

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

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


[Bug 1074758] Re: Timely Logouts, Restarts, and Shutdowns with Unity Desktop

2013-01-18 Thread Steve Langasek
** Project changed: sysvinit = sysvinit (Ubuntu)

** No longer affects: sysvinit (Ubuntu)

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

Title:
  Timely Logouts, Restarts, and Shutdowns with Unity Desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session/+bug/1074758/+subscriptions

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


[Bug 1074758] Re: Timely Logouts, Restarts, and Shutdowns with Unity Desktop

2013-01-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: sysvinit (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/1074758

Title:
  Timely Logouts, Restarts, and Shutdowns with Unity Desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session/+bug/1074758/+subscriptions

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


[Bug 1098312] Re: firefox-locale-ca does not work in Firefox 18

2013-01-18 Thread Walter Garcia-Fontes
Great, thank you, good to know.

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

Title:
  firefox-locale-ca does not work in Firefox 18

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

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


[Bug 802759] Re: /etc/network/if-up.d/gogoc breaks ifup post-up scripts

2013-01-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gogoc (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/802759

Title:
  /etc/network/if-up.d/gogoc breaks ifup post-up scripts

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

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


[Bug 1087257] [NEW] in Slingshot the the strings in the bubble of the Software Updater isn't localized

2013-01-18 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

See the attached screenshot about the problem.
I couldn't find the opportunity to translate it.
Could you tell me where can I find it, or is there a translatable string anyway?

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New

-- 
in Slingshot the the strings in the bubble of the Software Updater isn't 
localized
https://bugs.launchpad.net/bugs/1087257
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

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


[Bug 802759] Re: /etc/network/if-up.d/gogoc breaks ifup post-up scripts

2013-01-18 Thread Thomas Klute
** Tags added: quantal

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

Title:
  /etc/network/if-up.d/gogoc breaks ifup post-up scripts

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

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


[Bug 1099828] Re: Tab bar is not displayed when there is only one page open in a window

2013-01-18 Thread winnie666
Linux Mint 14 - Nadia 64bit, Xfce 4.10
Chromium 23.0.1271.97

Same problem here, quite annoying.

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

Title:
  Tab bar is not displayed when there is only one page open in a window

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1099828/+subscriptions

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


[Bug 1087257] Re: in Slingshot the the strings in the bubble of the Software Updater isn't localized

2013-01-18 Thread Matthew Paul Thomas
** Project changed: software-center = software-center (Ubuntu)

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

Title:
  in Slingshot the the strings in the bubble of the Software Updater
  isn't localized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1087257/+subscriptions

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


[Bug 1086787] Re: IN6_IS_ADDR_ requires enabling non standard extensions

2013-01-18 Thread Adam Conrad
This would be much better reported as an upstream glibc bug, we're
certainly not going to deviate locally on something like this.

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

Title:
  IN6_IS_ADDR_ requires enabling non standard extensions

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

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


[Bug 802759] Re: /etc/network/if-up.d/gogoc breaks ifup post-up scripts

2013-01-18 Thread Thomas Klute
I think this is the nicer way to fix this, hope the patch makes the bug
go away quickly. ;-)

** Patch added: Patch based on Matthias Andree's solution
   
https://bugs.launchpad.net/ubuntu/+source/gogoc/+bug/802759/+attachment/3487106/+files/gogoc-if-up-d.patch

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

Title:
  /etc/network/if-up.d/gogoc breaks ifup post-up scripts

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

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


[Bug 35347] Re: bookmarks need subfolders

2013-01-18 Thread thijs van severen
+1
i just really need this feature too
wit 50+ 'places' it gets really hard to find what you need :-(

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

Title:
  bookmarks need subfolders

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

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


[Bug 1100952] Re: Sync apt 0.9.7.7 (main) from Debian unstable (main)

2013-01-18 Thread Daniel Holbach
Looks like 0.9.7.7 was merged from Debian instead.
https://launchpad.net/ubuntu/+source/apt/0.9.7.7ubuntu1

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

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

Title:
  Sync apt 0.9.7.7 (main) from Debian unstable (main)

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

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


[Bug 1099155] Re: [raring] No ip assigned to bridge and no routes added for virtual networks

2013-01-18 Thread Roman Yepishev
So, it looks like not only custom libvirt network is affected but the
standard default too effectively rendering libvirt machines in a desktop
session without any kind of network.

** Summary changed:

- [raring] No ip assigned to bridge and no routes added for routed network
+ [raring] No ip assigned to bridge and no routes added for virtual networks

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

Title:
  [raring] No ip assigned to bridge and no routes added for virtual
  networks

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

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


[Bug 1100174] Re: ubiquity crash when installing if there are 2 systems and one of them is Ubuntu

2013-01-18 Thread kobe
** Information type changed from Private Security to Public

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

Title:
  ubiquity crash when installing if there are 2 systems and one of them
  is Ubuntu

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

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


[Bug 1065640] Re: bits/in.h does not include IP_UNICAST_IF from linux/in.h

2013-01-18 Thread Adam Conrad
This is fixed in glibc 2.16 and beyond.  Is there any compelling reason
we really need this backported to precise?

** Changed in: eglibc (Ubuntu Raring)
   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/1065640

Title:
  bits/in.h does not include IP_UNICAST_IF from linux/in.h

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

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


[Bug 1065477] Re: update failure because of libc

2013-01-18 Thread Adam Conrad
This is not a bug.  It's quite intentional that libs's preinst bombs if
you have extra copies of libc (in this case, an ancient libc 2.11?) in
your search path.  Is there a reason you need that there?

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

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

Title:
  update failure because of libc

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

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


[Bug 1101104] [NEW] gtester2xunit failed to fully convert a gtester xml file

2013-01-18 Thread Jean-Baptiste Lallement
Public bug reported:

gtester2xunit only convert the first test from a gtester xml file.

For example the gtester test report attached is the result of 'make 
test-report' for dconf and is converted to:

?xml version=1.0?
testsuite name=paths tests=1 time=0.53 failures=0
  testcase classname=paths name=g_test time=0.53/
/testsuite


ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gtester2xunit 0.1daily12.11.29.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
Uname: Linux 3.7.0-7-generic x86_64
ApportVersion: 2.8-0ubuntu2
Architecture: amd64
Date: Fri Jan 18 09:50:16 2013
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gtester2xunit
UpgradeStatus: Upgraded to raring on 2012-01-31 (352 days ago)

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


** Tags: amd64 apport-bug qa-manual-testing raring running-unity

** Attachment added: test-report.xml
   
https://bugs.launchpad.net/bugs/1101104/+attachment/3487163/+files/test-report.xml

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

Title:
  gtester2xunit failed to fully convert a gtester xml file

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

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


[Bug 1101101] [NEW] gnome-shell depends of evolution-data-server

2013-01-18 Thread Sergio Costas
Public bug reported:

Yesterday I did a dist-upgrade in my Ubuntu 12.10, and apt removed
evolution-data-server. Today, when I tried to enter my session, gnome-
shell didn't start. Launching it manually showed an error when launching
the calendar.

I reinstalled manually evolution-data-server and everything worked fine
again.

Please, be sure to add evolution-data-server in the dependencies of
gnome-shell, to avoid these problems.

I also put this in bug #1044408; but since that bug is marked as fix
released, I preferred to launch a new bug report.

** Affects: gnome-shell (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/1101101

Title:
  gnome-shell depends of evolution-data-server

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

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


[Bug 1101099] Re: Xorg crashed with SIGABRT

2013-01-18 Thread Apport retracing service
*** This bug is a duplicate of bug 1033533 ***
https://bugs.launchpad.net/bugs/1033533

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1033533, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1101099/+attachment/3487121/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1101099/+attachment/3487124/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1101099/+attachment/3487135/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1101099/+attachment/3487137/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1101099/+attachment/3487138/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1101099/+attachment/3487139/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1101099/+attachment/3487140/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1033533
   Xorg crashed with SIGABRT: exaMemcpyBox with src=0x0 on nouveau with SW 
rendering

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  Xorg crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1101099/+subscriptions

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


[Bug 1099710] Re: add some translation for new derivation version

2013-01-18 Thread kobe
** Changed in: gfxboot-theme-ubuntu (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/1099710

Title:
  add some translation for new derivation version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gfxboot-theme-ubuntu/+bug/1099710/+subscriptions

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


[Bug 1044408] Re: gnome-shell-calendar-server crashed with signal 5 in source_registry_object_manager_thread()

2013-01-18 Thread Sergio Costas
Yesterday I did a dist-upgrade in my Ubuntu 12.10, and apt removed
evolution-data-server. Today, when I tried to enter my session, gnome-
shell didn't start. Launching it manually showed an error when launching
the calendar. I reinstalled manually evolution-data-server and
everything worked fine again.

Please, be sure to add evolution-data-server in the dependencies of
gnome-shell, to avoid these problems.

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

Title:
  gnome-shell-calendar-server crashed with signal 5 in
  source_registry_object_manager_thread()

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

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


[Bug 978015] Re: Clementine display font too large.

2013-01-18 Thread Adolfo Jayme Barrientos
Marking Invalid as this seems to be a configuration problem and not an
issue in Clementine.

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

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

Title:
  Clementine display font too large.

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

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


[Bug 923809] Re: Upgrade bcmwl to version 6.20.55.19 (r300276) or greater

2013-01-18 Thread Ara Pulido
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Upgrade bcmwl to version 6.20.55.19 (r300276) or greater

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/923809/+subscriptions

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


[Bug 1044408] Re: gnome-shell-calendar-server crashed with signal 5 in source_registry_object_manager_thread()

2013-01-18 Thread Sergio Costas
I'm not sure if I should launch a new bug report, since this one seems
marked as 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/1044408

Title:
  gnome-shell-calendar-server crashed with signal 5 in
  source_registry_object_manager_thread()

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

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


[Bug 1100936] Re: init script cannot find java7 from oracle

2013-01-18 Thread James Page
As its impossible to support the multitude of paths that might contain a
Java install, the correct way to use a non-distro version of Java is to
set JAVA_HOME in /etc/default/tomcat[6|7].  This will override any auto-
detection in the init script.

Marking 'Won't Fix' as sufficient capability exists to configure this
manually.

** Changed in: tomcat6 (Ubuntu)
   Status: Confirmed = Won't Fix

** Changed in: tomcat7 (Ubuntu)
   Status: Confirmed = 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/1100936

Title:
  init script cannot find java7 from oracle

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

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


[Bug 1080947] Re: damageScreen() in UnityScreen::nuxDamageCompiz() severely hurts Unity performance

2013-01-18 Thread Scott Deagan
I'm here from bug 1007857. I have tried to make a video of the problem,
but the stuttering doesn't look that bad in the video. I think my phone
camera doesn't record at a high enough refresh rate:

http://www.youtube.com/watch?v=T9Q879m9J2k

In short, when I run on a single monitor (a Dell U2711 at 2560x1440)
using either an nVidia GTX 460 or AMD Radeon 7870, dragging windows
around near the top bar or the Unity Launcher results in very stuttery
movement (it's not fluid).

The problem is not noticeable on my laptop which runs an Intel HD 4000
integrated graphics. With the Intel HD 4000 everything feels buttery
smooth and super responsive. I did, however, find that with two monitors
(one set to 1080p, the other to 1440p) that some animations were jerky
(such as SuperKey + W and SuperKey + S).

Just adding my observations here in case it helps somehow.

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

Title:
  damageScreen() in UnityScreen::nuxDamageCompiz() severely hurts Unity
  performance

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

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


Re: [Bug 578506] Re: [Kernel] ACPI: EC: input buffer is not empty, aborting transaction

2013-01-18 Thread Luca Zenatti
This bug still present in all kernel version that i have used before the
first occurence.

The solution remain ever the same that i have posted before.


2013/1/18 Grecu Ionut Florin proto...@yahoo.co.uk

 I'm waiting for the same thing.. Now i'm back to 3.5.0-21-generic kernel
 since the 3.7.1 wasn't stable enough.
 I have an acer aspire 5930G. Maybe there's something with the laptop's
 BIOS... I could not find an update since v. 1.24 from 2008.
 I've read in this thread about patching, but I didn't quite understand how
 to do it..
 Hope to fix this as soon as possible!

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/578506

 Title:
   [Kernel] ACPI: EC: input buffer is not empty, aborting transaction

 Status in “linux” package in Ubuntu:
   Confirmed

 Bug description:
   Hi,
   on upgrade to 10.04 version.

   After few minuts of use apci stop to wrok (don't recognize ac/dc or
   battery, don't change lcd blacklight, etcc..) and start to flood dmes
   with this messages:

   [  767.208058] ACPI: EC: input buffer is not empty, aborting transaction
   [  767.208072] ACPI Exception: AE_TIME, Returned by Handler for
 [EmbeddedControl] (20090903/evregion-424)
   [  767.208106] ACPI Error (psparse-0537): Method parse/execution failed
 [\_SB_.PCI0.LPCB.EC0_.GBST] (Node f7017030), AE_TIME
   [  767.208197] ACPI Error (psparse-0537): Method parse/execution failed
 [\_SB_.PCI0.LPCB.EC0_.BAT0._BST] (Node f7017120), AE_TIME
   [  767.208277] ACPI Exception: AE_TIME, Evaluating _BST
 (20090903/battery-393)


   Trying to reboot (or to shutdown and restart) my pc don't want to boot!
 Unique solution: get out the battery and replace.

   PC: notebook acer aspire 5930G

   lspci
   00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory
 Controller Hub (rev 07)
   00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI
 Express Graphics Port (rev 07)
   00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
 Controller #4 (rev 03)
   00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
 Controller #5 (rev 03)
   00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
 Controller #6 (rev 03)
   00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI
 Controller #2 (rev 03)
   00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio
 Controller (rev 03)
   00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express
 Port 1 (rev 03)
   00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express
 Port 2 (rev 03)
   00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express
 Port 3 (rev 03)
   00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express
 Port 4 (rev 03)
   00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express
 Port 5 (rev 03)
   00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
 Controller #1 (rev 03)
   00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
 Controller #2 (rev 03)
   00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
 Controller #3 (rev 03)
   00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI
 Controller #1 (rev 03)
   00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
   00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller
 (rev 03)
   00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI
 Controller (rev 03)
   00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller
 (rev 03)
   01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 9300M
 GS] (rev a1)
   02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8071 PCI-E
 Gigabit Ethernet Controller (rev 16)
   03:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100


   uname -a
   Linux luca-laptop 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30
 UTC 2010 i686 GNU/Linux

   ProblemType: Bug
   DistroRelease: Ubuntu 10.04
   Package: linux-headers-2.6.32-21-generic 2.6.32-21.32
   Regression: Yes
   Reproducible: No
   ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
   Uname: Linux 2.6.31-19-generic i686
   AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.20.
   Architecture: i386
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  luca   5325 F pulseaudio
/dev/snd/pcmC0D0p:   luca   5325 F...m pulseaudio
   CRDA: Error: [Errno 2] Nessun file o directory
   Card0.Amixer.info:
Card hw:0 'Intel'/'HDA Intel at 0xf650 irq 21'
  Mixer name : 'Nvidia MCP78 HDMI'
  Components : 'HDA:10ec0888,1025013f,00100202
 HDA:11c11040,11c10001,00100200 HDA:10de0003,10de0101,0010'
  Controls  : 39
  Simple ctrls  : 21
   Date: Mon May 10 23:25:40 2010
   Frequency: Once a day.
   HibernationDevice: RESUME=UUID=96cdf22d-d1a9-4285-818c-c7751f7b8bd4
 

[Bug 1100456] Re: Every screen change triggers full screen XDamage event

2013-01-18 Thread Vincent Ladeuil
Hi there, reading the comments and having issues myself that seem
similar to this bug, I tried enabling the 'Show Repaint' plugin.

I soon as I activate it, my whole screen is constantly blinking: full
screen receives a pink overlay then some small area receives the pink
overlay once out of three (subjective feeling).

And that's without touching the mouse nor typing anything.

Let me know if there is some way for me to provide more information.

FTR, since I upgraded to quantal, the dash became very slow even when I
login. It then becomes slower and slower  and I usually need to
login/logout every day to restore some usability.

About this computer/Graphics says: 
  Driver: GeForce 7300 GT/PCIe/SSE2
  Experience: Standard 

Cough, I hope that's not  the standard experience ;)

And I can see it's specific to this desktop, my other one is slower but
still usable. Unfortunately, the other says Driver: unknown

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

Title:
  Every screen change triggers full screen XDamage event

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

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


[Bug 1092872] Re: Dash - the range filter (size, decade) widget text size is not as designed.

2013-01-18 Thread Adolfo Jayme Barrientos
** Changed in: unity (Ubuntu)
   Importance: Undecided = High

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

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

Title:
  Dash - the range filter (size, decade) widget text size is not as
  designed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1092872/+subscriptions

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


[Bug 935253] Re: Dash - some filter label aren't visible (replaced by …) when using translations

2013-01-18 Thread Adolfo Jayme Barrientos
*** This bug is a duplicate of bug 1092872 ***
https://bugs.launchpad.net/bugs/1092872

** This bug has been marked a duplicate of bug 1092872
   Dash - the range filter (size, decade) widget text size is not as designed.

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

Title:
  Dash - some filter label aren't visible  (replaced by …) when using
  translations

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

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

[Bug 990893] Re: All Button Size in Filter Menu

2013-01-18 Thread Adolfo Jayme Barrientos
*** This bug is a duplicate of bug 1092872 ***
https://bugs.launchpad.net/bugs/1092872

** This bug is no longer a duplicate of bug 935253
   Dash - some filter label aren't visible  (replaced by …) when using 
translations
** This bug has been marked a duplicate of bug 1092872
   Dash - the range filter (size, decade) widget text size is not as designed.

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

Title:
  All Button Size in Filter Menu

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

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

Re: [Bug 1025283] Re: LiveCD/USB will not boot in UEFI mode

2013-01-18 Thread Michael Doube
The only current workaround for this bug is to avoid UEFI altogether and
install and boot both Windows and Ubuntu in legacy mode, if dual booting
those OSes.


On 17 January 2013 16:43, Douglas Russell r...@dpwrussell.com wrote:

 I have also tested daily build as of the 17th of Jan 2013, same error as
 above poster and my original error. Sorry for long abscence.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1025283

 Title:
   LiveCD/USB will not boot in UEFI mode

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


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

Title:
  LiveCD/USB will not boot in UEFI mode

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

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


[Bug 1098061] Re: [gm45] GPU lockup IPEHR: 0x60020100

2013-01-18 Thread Timo Aaltonen
Chris: 'apt-get upgrade' will never pull a new kernel, since it refuses
to install new packages.. you need to use dist-upgrade

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

Title:
  [gm45] GPU lockup  IPEHR: 0x60020100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1098061/+subscriptions

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


[Bug 985975] Re: [wacom]: no support for tablet calibration

2013-01-18 Thread Timo Aaltonen
please try on raring which has all kinds of updates

** Changed in: libwacom (Ubuntu)
   Status: Triaged = Incomplete

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

Title:
  [wacom]: no support for tablet calibration

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

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


[Bug 696690] Re: pulse sometimes fails to initialise with webcam (w/ USB mic) plugged in.

2013-01-18 Thread Joni Rannila
I can confirm the bug on 64-bit 12.10. In addition of the pulseaudio not
working, the networking is also down until I unplug the webcam, so there
might be bug at the kernel level also.

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

Title:
  pulse sometimes fails to initialise with webcam (w/ USB mic) plugged
  in.

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

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


[Bug 578506] Re: [Kernel] ACPI: EC: input buffer is not empty, aborting transaction

2013-01-18 Thread Grecu Ionut Florin
How do I apply the patch for my 3.5.0-21-generic kernel...? 
I am beginner  and didn't quite understand it... Could you please explain again?

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

Title:
  [Kernel] ACPI: EC: input buffer is not empty, aborting transaction

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

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


[Bug 881236] Re: valgrind on amd64 no longer works with 32-bit binaries

2013-01-18 Thread Adam Conrad
Right, so this seems to be working fine for = precise by installing the
multiarch libc6-dbg.  Marking the eglibc task done, but opening one for
valgrind to perhaps improve the error message to suggest this.

** Also affects: valgrind (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: eglibc (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/881236

Title:
  valgrind on amd64 no longer works with 32-bit binaries

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

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


[Bug 1100694] Re: display OS in existing partitions

2013-01-18 Thread kobe
** Patch added: the patch file of displaying existing os
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1100694/+attachment/3487188/+files/ubiquity-display-os.patch

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

Title:
  display OS in existing partitions

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

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


[Bug 1100174] Re: ubiquity crash when installing if there are 2 systems and one of them is Ubuntu

2013-01-18 Thread abel
** Changed in: ubiquity (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/1100174

Title:
  ubiquity crash when installing if there are 2 systems and one of them
  is Ubuntu

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

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


[Bug 834146] Re: libc6-dev dependencies are broken

2013-01-18 Thread Adam Conrad
libc6 and libc6-dev are always updated in lockstep (as they're built
from the same source).  If you had a version mismatch, it would be
because you upgraded libc6 from updates/security (for example), and then
disabled those pockets and tried to install libc6-dev.

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

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

Title:
  libc6-dev dependencies are broken

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

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


Re: [Bug 1000690] Re: Kubuntu 12.04 doesn't logout/reboot/shutdown

2013-01-18 Thread estolle
Good morning!

I'm very sorry but I can't deliver any data anymore because I'm already
with kubuntu 12.10.

Cheers.


On 01/09/2013 11:46 AM, Harald Sitter wrote:
 Data requested still not present.

 ** Changed in: kde-workspace (Ubuntu)
Status: Confirmed = Invalid


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

Title:
  Kubuntu 12.04 doesn't logout/reboot/shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1000690/+subscriptions

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


[Bug 1097643] Re: Multiple vulnerabilities, remote code execution - CVE-2013-0156

2013-01-18 Thread bootlog
** Changed in: rails (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Multiple vulnerabilities, remote code execution - CVE-2013-0156

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

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


[Bug 882667] Re: C headers are missing from armel 11.10

2013-01-18 Thread Adam Conrad
I can't reproduce this and, obviously, neither can our build daemons, or
nothing in oneiric would actually build.  I'm assuming you've since
moved past oneiric, but if you have any meaningful way to reproduce this
situation, I'd be curious to know what is/was wrong.

** Changed in: eglibc (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/882667

Title:
  C headers are missing from armel 11.10

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

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