[Bug 939290] Re: package samba 2:3.6.3-1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-02-23 Thread James Page
** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  package samba 2:3.6.3-1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/939290/+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 777318] Re: ubuntu-vm-builder crashed with VMBuilderUserError in main()

2012-02-23 Thread James Page
Sounds like there is some debate as to whether this is a crash or an
error message.

I'm going to change status to 'Opinion' so that further discussion can
happen.

** Changed in: vm-builder (Ubuntu)
   Status: New = Opinion

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

Title:
  ubuntu-vm-builder crashed with VMBuilderUserError in main()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/777318/+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 804211] Re: package foo2zjs 20110210dfsg-1ubuntu2.1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2012-02-23 Thread James Page
** Changed in: samba (Ubuntu)
   Status: New = Incomplete

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

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

Title:
  package foo2zjs 20110210dfsg-1ubuntu2.1 failed to install/upgrade:
  problemas de dependencias - se deja sin configurar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/804211/+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 937941] Re: Upstream have withdrawn 2.7.10 due to several regressions

2012-02-23 Thread Jens Braeuer
PuppetLabs released 2.7.11 which fixes the issues with 2.7.10

https://projects.puppetlabs.com/projects/puppet/wiki/Release_Notes#2.7.11

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

Title:
  Upstream have withdrawn 2.7.10 due to several regressions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/937941/+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 939361] [NEW] ec2-get-console-output fails with xfire native error message with openjdk-7

2012-02-23 Thread James Page
Public bug reported:

jamespage@hendrix:~/src/precise/hdp/charms$ ec2-get-console-output i-bea8faf7
Unexpected error:
org.codehaus.xfire.fault.XFireFault: Library 
/usr/lib/x86_64-linux-gnu/libsoftokn3.so does not exist
at org.codehaus.xfire.fault.XFireFault.createFault(XFireFault.java:89)
at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:83)
at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:114)
at org.codehaus.xfire.client.Client.invoke(Client.java:336)
at 
org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77)
at org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57)
at $Proxy12.getConsoleOutput(Unknown Source)
at 
com.amazon.aes.webservices.client.Jec2Impl.getConsoleOutput(Jec2Impl.java:1575)
at 
com.amazon.aes.webservices.client.cmd.GetConsoleOutput.invokeOnline(GetConsoleOutput.java:64)
at 
com.amazon.aes.webservices.client.cmd.BaseCmd.invoke(BaseCmd.java:854)
at 
com.amazon.aes.webservices.client.cmd.GetConsoleOutput.main(GetConsoleOutput.java:72)
Caused by: java.security.ProviderException: Library 
/usr/lib/x86_64-linux-gnu/libsoftokn3.so does not exist
at sun.security.pkcs11.SunPKCS11.init(SunPKCS11.java:292)
at sun.security.pkcs11.SunPKCS11.init(SunPKCS11.java:103)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:224)
at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:206)
at java.security.AccessController.doPrivileged(Native Method)
at 
sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:206)
at sun.security.jca.ProviderConfig.getProvider(ProviderConfig.java:187)
at sun.security.jca.ProviderList.getProvider(ProviderList.java:232)
at 
sun.security.jca.ProviderList$ServiceList.tryGet(ProviderList.java:433)
at 
sun.security.jca.ProviderList$ServiceList.access$200(ProviderList.java:375)
at 
sun.security.jca.ProviderList$ServiceList$1.hasNext(ProviderList.java:485)
at sun.security.jca.GetInstance.getInstance(GetInstance.java:170)
at javax.net.ssl.SSLContext.getInstance(SSLContext.java:156)
at javax.net.ssl.SSLContext.getDefault(SSLContext.java:97)
at javax.net.ssl.SSLSocketFactory.getDefault(SSLSocketFactory.java:121)
at 
org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:82)
at 
org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:127)
at 
org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at 
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
at 
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
at 
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at 
org.codehaus.xfire.transport.http.CommonsHttpMessageSender.send(CommonsHttpMessageSender.java:369)
at 
org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChannel.java:123)
at 
org.codehaus.xfire.transport.http.HttpChannel.send(HttpChannel.java:48)
at 
org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.java:26)
at 
org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:79)
... 9 more

This might actually be the latest openjdk updates - I will take a look

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ec2-api-tools 1.5.0.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
Uname: Linux 3.2.0-17-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.92-0ubuntu1
Architecture: amd64
Date: Thu Feb 23 09:37:13 2012
PackageArchitecture: all
SourcePackage: ec2-api-tools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ec2-api-tools (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: openjdk-7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  ec2-get-console-output fails with xfire native error message with

[Bug 939361] Re: ec2-get-console-output fails with xfire native error message

2012-02-23 Thread James Page
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-tools in Ubuntu.
https://bugs.launchpad.net/bugs/939361

Title:
  ec2-get-console-output fails with xfire native error message with
  openjdk-7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ec2-api-tools/+bug/939361/+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 939361] Re: ec2-get-console-output fails with xfire native error message

2012-02-23 Thread James Page
Forgot I was running java 7 as default.

Switching back to java 6 resolves this issue but it still looks like a
problem.

Adding task for openjdk-7

** Also affects: openjdk-7 (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- ec2-get-console-output fails with xfire native error message
+ ec2-get-console-output fails with xfire native error message with openjdk-7

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

Title:
  ec2-get-console-output fails with xfire native error message with
  openjdk-7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ec2-api-tools/+bug/939361/+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 838010] Re: /usr/share/augeas/lenses/dist/aliases.aug does not parse valid /etc/aliases file

2012-02-23 Thread Iain Lane
Could you please make your changelog entries more descriptive? I had to
drill down to this bug to find out what you were patching in this and
the previous upload. Also patch headers would be useful.

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

Title:
  /usr/share/augeas/lenses/dist/aliases.aug does not parse valid
  /etc/aliases file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/838010/+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 938612] Re: Squid3 3.1.11-1ubuntu0.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-02-23 Thread Paul Shiner
Fixed - thanks!!

I won't lie - I have no idea what a trailing new line is!

But as this was a test system I was testing the upgrade on, I simply
moved the squid.conf to squid.conf.temp and put the default
squid.conf.dpkg as squid.conf

I then re ran apt-get upgrade and it ran without the error.

dpkg -s squid3 now thinks it's installed ok so I;m assuming it's all
happy again.

I shall work on removing the dodgy lines from our squid.conf as it is a
completely custom handwritten configuration file and more than likely to
have these dodgy trailing newlines.

I have to work on the squid.conf file anyway as squid upgrade has
completely change the way NTLM authentication works... as it's broken on
upgrade :(

Many Thanks for quick response.

Paul

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

Title:
  Squid3 3.1.11-1ubuntu0.1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/938612/+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 907518] Re: swift proxy cannot start when configured to use keystone

2012-02-23 Thread Chmouel Boudjnah
I think this is because documentation was outdated, a doc update was
added in fb4f37 which should show how to configure it properly.

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

Title:
  swift proxy cannot start when configured to use keystone

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/907518/+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 938612] Re: Squid3 3.1.11-1ubuntu0.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-02-23 Thread Paul Shiner
I got VI to show special characters

Looks like there were lots of random:

 ^I

characters (capital i) embedded in quite a few of the comments. Usually
just after the # character that shows it's a comment line, but some were
mid-way through the comment line.

I can't confirm, because I'm now running the latest version on my test
server. I can update you when I try update again, after cleaning up
config file.. but I suspect this is the reason when changing the config
file to vanilla one works.

Thanks,

Paul

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

Title:
  Squid3 3.1.11-1ubuntu0.1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/938612/+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 939462] Re: smbd crashed with SIGABRT in rep_strlcpy()

2012-02-23 Thread Apport retracing service
*** This bug is a duplicate of bug 913809 ***
https://bugs.launchpad.net/bugs/913809

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 #913809, 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/939462/+attachment/2774711/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/939462/+attachment/2774713/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/939462/+attachment/2774714/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/939462/+attachment/2774715/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/939462/+attachment/2774716/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/939462/+attachment/2774717/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/939462/+attachment/2774718/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 913809

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  smbd crashed with SIGABRT in rep_strlcpy()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/939462/+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 939361] Re: ec2-get-console-output fails with xfire native error message with openjdk-7

2012-02-23 Thread Dave Walker
** Changed in: ec2-api-tools (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  ec2-get-console-output fails with xfire native error message with
  openjdk-7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ec2-api-tools/+bug/939361/+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 777318] Re: ubuntu-vm-builder crashed with VMBuilderUserError in main()

2012-02-23 Thread Muelli
Well. I'm still surprised how this can seriously not be considered a crash.  
Yes it's an error message. Maybe even a good and meaningful one. But it's a 
crash nonetheless.
I'd use logging.exception to print the stack trace along with an error message 
instead of letting the Python exception handler handle it and make Apport show 
up.

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

Title:
  ubuntu-vm-builder crashed with VMBuilderUserError in main()

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

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


Re: [Bug 938699] Re: nova-compute runaway memory allocation

2012-02-23 Thread James Troup
James Troup james.tr...@canonical.com writes:

 We're running with this patch now.  Very early results seem positive,
 but we'll follow up later when it's been running long enough to be sure.

| 12018 nova  20   0 1667m  96m 2920 S2  0.4   3:17.56 nova-compute 

 
Same as it was over 9 hours ago and holding stable on all compute nodes.
Patch is a winner.

-- 
James

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

Title:
  nova-compute runaway memory allocation

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/938699/+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 937869] Re: MySQL security update tracking bug

2012-02-23 Thread Marc Deslauriers
** Summary changed:

- 5.1.x security update tracking bug
+ MySQL security update tracking bug

** Also affects: mysql-dfsg-5.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: New = In Progress

** Also affects: mysql-5.1 (Ubuntu Hardy)
   Importance: Undecided
   Status: New

** Also affects: mysql-dfsg-5.0 (Ubuntu Hardy)
   Importance: Undecided
   Status: New

** Also affects: mysql-dfsg-5.1 (Ubuntu Hardy)
   Importance: Undecided
   Status: New

** Changed in: mysql-5.1 (Ubuntu Hardy)
   Status: New = Invalid

** Changed in: mysql-dfsg-5.0 (Ubuntu Hardy)
   Status: New = Confirmed

** Changed in: mysql-dfsg-5.0 (Ubuntu Hardy)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

** Changed in: mysql-dfsg-5.0 (Ubuntu Lucid)
   Status: New = Invalid

** Changed in: mysql-dfsg-5.0 (Ubuntu Maverick)
   Status: New = Invalid

** Changed in: mysql-dfsg-5.0 (Ubuntu Natty)
   Status: New = Invalid

** Changed in: mysql-dfsg-5.0 (Ubuntu Oneiric)
   Status: New = Invalid

** Changed in: mysql-dfsg-5.1 (Ubuntu Hardy)
   Status: New = Invalid

** Description changed:

- This is the tracking bug for the mysql security update to 5.1.61.
+ This is the tracking bug for the mysql security update to 5.1.61 and
+ 5.0.95.
  
  http://www.oracle.com/technetwork/topics/security/cpujan2012-366304.html
  
  - CVE-2011-2262
  - CVE-2012-0075
+ - CVE-2012-0087
+ - CVE-2012-0101
+ - CVE-2012-0102
  - CVE-2012-0112
  - CVE-2012-0113
  - CVE-2012-0114
  - CVE-2012-0115
  - CVE-2012-0116
  - CVE-2012-0117
  - CVE-2012-0118
  - CVE-2012-0119
  - CVE-2012-0120
  - CVE-2012-0484
  - CVE-2012-0485
  - CVE-2012-0486
  - CVE-2012-0487
  - CVE-2012-0488
  - CVE-2012-0489
  - CVE-2012-0490
  - CVE-2012-0491
  - CVE-2012-0492
  - CVE-2012-0493
  - CVE-2012-0494
  - CVE-2012-0495
  - CVE-2012-0496

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

Title:
  MySQL security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/937869/+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 938699] Re: nova-compute runaway memory allocation

2012-02-23 Thread Russell Bryant
*** This bug is a duplicate of bug 934575 ***
https://bugs.launchpad.net/bugs/934575

** Changed in: nova
 Assignee: (unassigned) = Russell Bryant (russellb)

** Changed in: nova
   Status: Confirmed = Fix Committed

** Changed in: nova
Milestone: None = essex-4

** This bug has been marked a duplicate of bug 934575
   notifier endless loops in is_primitive

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

Title:
  nova-compute runaway memory allocation

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/938699/+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 938763] Re: nova compute manager traceback during _sync_power_states

2012-02-23 Thread Andrew Glen-Young
@Adam:

The upgrade was an upgrade of the Ubuntu packages from the Precise/Essex
(i.e. _not_ between Openstack releases). There were instances running at
the time.

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

Title:
  nova compute manager traceback during _sync_power_states

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/938763/+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 927883] Re: lxc-execute fails due to missing /dev/shm

2012-02-23 Thread Serge Hallyn
Works for me now in oneiric-proposed.

** Tags removed: verification-needed
** Tags added: verification-done

** Description changed:

  The 'lxc-init' (a lightweight init process used by lxc-execute in place
  of upstart etc) tries to mount /dev/shm during startup.  If that fails
  (for instance /dev/shm does not exist) then it aborts execution and
  returns -1.  This is unreasonable as very few applications actually need
  /dev/shm.
  
  =
  SRU Justification:
  1. Impact: lxc-execute fails
  2. Development fix: ignore failure of mounting /dev/shm.
  3. Stable fix: same as development fix
  4. Test case (on a precise host):
-1. lxc-create -t ubuntu -n test1 -- -r oneiric
-2. chroot /var/lib/lxc/test1/rootfs apt-get install lxc
-3. rm -rf /var/lib/lxc/test1/rootfs/dev/shm  # probably not needed
-3. lxc-execute -n test1 -- /bin/ls
-4. echo $?
-This will return 255 without the fix, and return 0 (and show a directory 
listing) with.
+    1. lxc-create -t ubuntu -n test1 -- -r oneiric
+    2. chroot /var/lib/lxc/test1/rootfs apt-get install lxc
+    3. rm -rf /var/lib/lxc/test1/rootfs/dev/shm  # probably not needed
+    3. lxc-execute -n test1 -- /bin/ls
+    4. echo $?
+    This will return 255 without the fix, and return 0 (and show a directory 
listing) with.  (Note that you must add -proposed and upgrade inside the 
chroot!)
  5. Regression potential: none
  =

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

Title:
  lxc-execute fails due to missing /dev/shm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/927883/+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 924337] Re: lxc on precise is not working with lucid containers (container does not reach runlevel 2)

2012-02-23 Thread Serge Hallyn
Confirmed, lxcguest from oneiric-proposed fixes this in an oneiric
guest.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  lxc on precise is not working with lucid containers (container does
  not reach runlevel 2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/924337/+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 931236] Re: keystone install is unnecessarily interactive

2012-02-23 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/keystone/essex

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

Title:
  keystone install is unnecessarily interactive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/931236/+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 907518] Re: swift proxy cannot start when configured to use keystone

2012-02-23 Thread Joseph Heck
** Changed in: keystone
Milestone: None = essex-4

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

Title:
  swift proxy cannot start when configured to use keystone

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

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


Re: [Bug 919068] Re: bridge_ports all doesn't work at boot time

2012-02-23 Thread Daniel Senderowicz
Hi Stephane,

I updated bridge-utils and rebooted. The problem still remains. I had to
restart /etc/init.d/networking and then it worked. I am attaching the
information you requested. Thank you very much.

Regards,

Daniel

On Wed, 2012-02-22 at 16:41 +, Stéphane Graber wrote:

 An SRU has been uploaded to Ubuntu 11.10 fixing some timing issues at
 boot time.
 
 Can you make sure your system is fully up to date including bridge-utils
 at version 1.5-2ubuntu1.1?
 
 If the problem still happens after that, the following would probably be 
 useful:
  - ls -l /run/network/
  - initctl list
  - /var/log/kernel.log
  - /var/log/syslog
  - ip link show
  - ip addr show
  - brctl show
 
 Thanks
 



** Attachment added: requested_info.txt.gz
   
https://bugs.launchpad.net/bugs/919068/+attachment/2775823/+files/requested_info.txt.gz

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

Title:
  bridge_ports all doesn't work at boot time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/919068/+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 939361] Re: ec2-get-console-output fails with xfire native error message with openjdk-7

2012-02-23 Thread James Page
** Changed in: ec2-api-tools (Ubuntu)
   Status: New = Invalid

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

Title:
  ec2-get-console-output fails with xfire native error message with
  openjdk-7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ec2-api-tools/+bug/939361/+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 939765] [NEW] lxc-clone should duplicate original size for lvm devices

2012-02-23 Thread Serge Hallyn
Public bug reported:

lxc-clone of a container backed by a 5G lvm device should make the
device baking the new container 5G unless otherwise specified on the
command line.

** Affects: lxc (Ubuntu)
 Importance: Medium
 Assignee: Serge Hallyn (serge-hallyn)
 Status: In Progress

** Changed in: lxc (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

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

** Changed in: lxc (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  lxc-clone should duplicate original size for lvm devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/939765/+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 934534] Re: metadata ami-launch-index always returning 1

2012-02-23 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/4459

** Changed in: nova
   Status: New = In Progress

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

Title:
  metadata ami-launch-index always returning 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/934534/+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 939765] Re: lxc-clone should duplicate original size for lvm devices

2012-02-23 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  lxc-clone should duplicate original size for lvm devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/939765/+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 514379] Re: Lack of documentation

2012-02-23 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   Status: Triaged = In Progress

** Changed in: lxc (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

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

Title:
  Lack of documentation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/514379/+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 939795] [NEW] package lxc (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-23 Thread Karl Hegbloom
Public bug reported:

I'm updating the system. I don't use lxc and don't remember installing
it. Sorry, I don't know why it failed to upgrade or install.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: lxc (not installed)
ProcVersionSignature: Ubuntu 3.2.0-8001.1~ppa1-generic-tuxonice 3.2.5
Uname: Linux 3.2.0-8001-generic-tuxonice x86_64
ApportVersion: 1.93-0ubuntu1
Architecture: amd64
Date: Fri Feb 17 16:55:59 2012
DuplicateSignature:
 Setting up lxc (0.7.5-3ubuntu27) ...
 start: Job failed to start
 invoke-rc.d: initscript lxc-net, action start failed.
 dpkg: error processing lxc (--configure):
  subprocess installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110301.7)
SourcePackage: lxc
Title: package lxc (not installed) failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-01-14 (40 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package lxc (not installed) failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/939795/+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 939795] Re: package lxc (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-23 Thread Karl Hegbloom
-- 
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/939795

Title:
  package lxc (not installed) failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/939795/+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 939795] Re: package lxc (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-23 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package lxc (not installed) failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/939795/+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 939774] [NEW] dnsmasq should run as lxc-dnsmasq user

2012-02-23 Thread Serge Hallyn
Public bug reported:

This is to mirror bug 938255 in libvirt.

** Affects: lxc (Ubuntu)
 Importance: High
 Assignee: Serge Hallyn (serge-hallyn)
 Status: Confirmed

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

** Changed in: lxc (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

** Changed in: lxc (Ubuntu)
   Importance: Undecided = High

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

Title:
  dnsmasq should run as lxc-dnsmasq user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/939774/+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 920020] Re: NOT FOUND answer on OPTIONS request

2012-02-23 Thread Paolo Rotolo
** Description changed:

  SIP OPTIONS req resulted in:
- 
  
  --- SIP read from UDP:82.101.62.99:5060 ---
  OPTIONS sip:80.101.134.148:61304 SIP/2.0
  Via: SIP/2.0/UDP 82.101.63.5:5060;branch=0
  From: sip:pin...@sip.c5ng.b3g-telecom.com;tag=0
  To: sip:80.101.134.148:61304
  Call-ID: d34db33f-1325692477-3368860901@folays
  CSeq: 1 OPTIONS
  Content-Length: 0
  
  -
  --- (7 headers 0 lines) ---
  Looking for  in default (domain 80.101.134.148:61304)
  
  --- Transmitting (no NAT) to 82.101.62.99:5060 ---
  SIP/2.0 404 NOT FOUND
  Via: SIP/2.0/UDP 82.101.63.5:5060;branch=0;received=82.101.62.99
  From: sip:pin...@sip.c5ng.b3g-telecom.com;tag=0
  
  Can be fixed by applying issue18348_v1.8.patch.
  
  https://issues.asterisk.org/jira/browse/18348
  
- Can this be included in new version of ubunte package
+ Can this be included in new version of ubuntu package

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

Title:
  NOT FOUND answer on OPTIONS request

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/920020/+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 939795] Re: package lxc (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-23 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  package lxc (not installed) failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/939795/+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 939795] Re: package lxc (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-23 Thread Serge Hallyn
@Karl,

thanks for reporting this bug.  I'm sorry it's causing you trouble.

To give an idea of why this happened, could you show the result of the
following commands:

   ifconfig -a
   brctl show
   ps -ef | grep dnsmasq
   dpkg -l | grep dnsmasq
   cat /etc/default/lxc
   sudo stop lxc;  sudo start lxc

Hopefully those will give an idea of what went wrong.  Then, to get past
this error, since you don't actually want lxc, you can try:

sudo apt-get purge lxc

If that fails, then edit /etc/default/lxc and set
USE_LXC_BRIDGE=false.  Then do 'sudo apt-get install -f' followed by
'sudo apt-get purge lxc'.

Please let me know (by replying here) if you need any more help or if
the above did not work.


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

** Changed in: lxc (Ubuntu)
   Importance: Medium = High

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

Title:
  package lxc (not installed) failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/939795/+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 918807] Re: [precise] virbr0 not created during fresh install when dnsmasq is running with --except-interface=virbr0

2012-02-23 Thread Serge Hallyn
*** This bug is a duplicate of bug 928524 ***
https://bugs.launchpad.net/bugs/928524

** This bug has been marked a duplicate of bug 928524
   lxcbr0 fails to come up when dnsmasq is installed

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

Title:
  [precise] virbr0 not created during fresh install when dnsmasq is
  running with --except-interface=virbr0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/918807/+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 939774] Re: dnsmasq should run as lxc-dnsmasq user

2012-02-23 Thread Serge Hallyn
Fix is pushed to bzr tree ubuntu:lxc.  We're in beta freeze, so I can't
push to archive.

** Changed in: lxc (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  dnsmasq should run as lxc-dnsmasq user

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

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


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

2012-02-23 Thread Clint Byrum
Blueprint changed by Clint Byrum:

Whiteboard changed:
  Status: spec needed, place-holder work items added to get a better
  handle on the scope of work.
  
  Work Items:
  [clint-fewbar] write spec for charm testing facility: DONE
- implement specified testing framework: TODO
+ implement specified testing framework: INPROGRESS
  deploy testing framework for use with local provider: TODO
  deploy testing framework for use against ec2: TODO
  deploy testing framework for use against canonistack: TODO
  deploy testing framework for use against orchestra (managing VMs instead of 
machines): TODO
  write charm tests for mysql: TODO
  [clint-fewbar]  write charm tests for haproxy: TODO
  [clint-fewbar]  write charm tests for wordpress: TODO
  [mark-mims]  write charm tests for hadoop: TODO
  [james-page]  add openstack tests: TODO
  [mark-mims]  jenkins charm to spawn basic charm tests: DONE
  [mark-mims]  basic charm tests... just test install hooks for now: DONE
  
  Session notes:
  Welcome to Ubuntu Developer Summit!
  #uds-p #track #topic
  put your session notes here
  Requirements of automated testing of charms:
  * LET'S KEEP IT SIMPLE! :-)
  * Detect breakage of a charm relating to an interface
  * Identification of individual change which breaks a given relationship
  * Maybe implement tests that mock a relation to ensure implementers are 
compliant
  * Test dependent charms when a provider charm changes
  * Run test NxN of providers and requirers so all permutations are sane 
(_very_ expensive, probably impossible)
  * Run testing against multiple environment providers (EC2/OpenStack/BareMetal)
  * Notify maintainers when the charm breaks, rather than waiting for polling
  * Verify idempotency of hooks
  * Tricky to _verify_, and not an enforced convention at the moment, so 
not sure
  * be able to specify multiple scenarios
  * For functional tests, they are in fact exercising multiple charms. Should 
those sit
    within the charms, or outside since it's in fact exercising the whole graph?
    * The place for these composed tests seem to be the stack
  * As much data as possible should be collected about the running tests so 
that a broken
    charm can be debugged and fixed.
  * Provide rich artifacts for failure analysis
  * Ideally tests will be run in lock step mode, so that breaking charms can 
be individually
    identified, but this is hard because changes may be co-dependent
  * It would be nice to have interface-specific tests that can run against any 
charms that
    implement such interfaces. In addition to working as tests, this is also a 
pragmatic
    way to document the interface.
  * support gerrit-like topics?  (What's that? :-) i.e., change-sets (across 
different branches)
  * We need a way to know which charms trigger which tests
  * Keep it simple
  * James mentioned he'd like to have that done by Alpha 1 (December) so that 
he can take
    that into account for the OpenStack testing effort.
  ACTIONS:
  [niemeyer] spec
  [james-page] add openstack tests
  
  Proposal below is too complicated, rejected (Kept for posterity)
  
  Proposal:
  
  Each charm has a tests directory
  
  Under tests, you have executables:
  
  __install__ -- test to run after charm is installed with no relations
  
  Then two directories:
  provides/
  requires/
  
  These directories have a directory underneath for each interface
  provided/required. Those directories contain executables to run.
  
  The test runner follows the following method:
  
  deploy charm
  wait for installed status
  run __install__ script, FAIL if exits non-zero
  destroy service
  for interface in provides ; do
  calculate graph of all charms in store which require interface and all of 
its dependency combinations
  deploy requiring charm w/ dependencies and providing service
  add-relation between requiring/providing
  for test in provides/interface ; do
    run test with name of deployed requiring service
  for interface in requires ; do
  repeat process above with provides/requires transposed
  
  Each commit to any branch in charm store will queue up a run with only
  that change applied, none that have been done after it, and record
  pass/fail

-- 
Juju: automated testing of charms
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-juju-charm-testing

-- 
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 939765] Re: lxc-clone should duplicate original size for lvm devices

2012-02-23 Thread Serge Hallyn
Fix is in ubuntu:lxc.  Will be pushed to archive after beta freeze.

** Changed in: lxc (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  lxc-clone should duplicate original size for lvm devices

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

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


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

2012-02-23 Thread Clint Byrum
Blueprint changed by Clint Byrum:

Whiteboard changed:
- Status: spec needed, place-holder work items added to get a better
- handle on the scope of work.
+ Status: Spec nearing final approval. Merge proposals submitted against
+ juju to implement some parts of the wrapper inside juju itself:
+ http://pad.lv/939932 , http://pad.lv/939944
  
  Work Items:
  [clint-fewbar] write spec for charm testing facility: DONE
  implement specified testing framework: INPROGRESS
  deploy testing framework for use with local provider: TODO
  deploy testing framework for use against ec2: TODO
  deploy testing framework for use against canonistack: TODO
  deploy testing framework for use against orchestra (managing VMs instead of 
machines): TODO
  write charm tests for mysql: TODO
  [clint-fewbar]  write charm tests for haproxy: TODO
  [clint-fewbar]  write charm tests for wordpress: TODO
  [mark-mims]  write charm tests for hadoop: TODO
  [james-page]  add openstack tests: TODO
  [mark-mims]  jenkins charm to spawn basic charm tests: DONE
  [mark-mims]  basic charm tests... just test install hooks for now: DONE
  
  Session notes:
  Welcome to Ubuntu Developer Summit!
  #uds-p #track #topic
  put your session notes here
  Requirements of automated testing of charms:
  * LET'S KEEP IT SIMPLE! :-)
  * Detect breakage of a charm relating to an interface
  * Identification of individual change which breaks a given relationship
  * Maybe implement tests that mock a relation to ensure implementers are 
compliant
  * Test dependent charms when a provider charm changes
  * Run test NxN of providers and requirers so all permutations are sane 
(_very_ expensive, probably impossible)
  * Run testing against multiple environment providers (EC2/OpenStack/BareMetal)
  * Notify maintainers when the charm breaks, rather than waiting for polling
  * Verify idempotency of hooks
  * Tricky to _verify_, and not an enforced convention at the moment, so 
not sure
  * be able to specify multiple scenarios
  * For functional tests, they are in fact exercising multiple charms. Should 
those sit
    within the charms, or outside since it's in fact exercising the whole graph?
    * The place for these composed tests seem to be the stack
  * As much data as possible should be collected about the running tests so 
that a broken
    charm can be debugged and fixed.
  * Provide rich artifacts for failure analysis
  * Ideally tests will be run in lock step mode, so that breaking charms can 
be individually
    identified, but this is hard because changes may be co-dependent
  * It would be nice to have interface-specific tests that can run against any 
charms that
    implement such interfaces. In addition to working as tests, this is also a 
pragmatic
    way to document the interface.
  * support gerrit-like topics?  (What's that? :-) i.e., change-sets (across 
different branches)
  * We need a way to know which charms trigger which tests
  * Keep it simple
  * James mentioned he'd like to have that done by Alpha 1 (December) so that 
he can take
    that into account for the OpenStack testing effort.
  ACTIONS:
  [niemeyer] spec
  [james-page] add openstack tests
  
  Proposal below is too complicated, rejected (Kept for posterity)
  
  Proposal:
  
  Each charm has a tests directory
  
  Under tests, you have executables:
  
  __install__ -- test to run after charm is installed with no relations
  
  Then two directories:
  provides/
  requires/
  
  These directories have a directory underneath for each interface
  provided/required. Those directories contain executables to run.
  
  The test runner follows the following method:
  
  deploy charm
  wait for installed status
  run __install__ script, FAIL if exits non-zero
  destroy service
  for interface in provides ; do
  calculate graph of all charms in store which require interface and all of 
its dependency combinations
  deploy requiring charm w/ dependencies and providing service
  add-relation between requiring/providing
  for test in provides/interface ; do
    run test with name of deployed requiring service
  for interface in requires ; do
  repeat process above with provides/requires transposed
  
  Each commit to any branch in charm store will queue up a run with only
  that change applied, none that have been done after it, and record
  pass/fail

-- 
Juju: automated testing of charms
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-juju-charm-testing

-- 
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 939303] Re: could see the video but not my voice

2012-02-23 Thread joachim breucha
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/939303

Title:
  could see the video but not my voice

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

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


[Bug 938302] Re: Screen keyboard shows, even though it's turned off in accessibility settings

2012-02-23 Thread marmuta
 An alternative might be to consider the unlock screen as the exception 
 instead of the display manager.
That's safer, yes. We can probably check if the parent process is 
gnome-screensaver. If this fails in the future, the worst that can happen is 
that this bug reappears. I try this.

 About the RUNNING_UNDER_GDM: Does this not mean that Onboard will depend on 
 specific display managers to even start up? 
RUNNING_FROM_GDM would suggest that, but last time I checked it's usage wasn't 
restricted to GDM.

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

Title:
  Screen keyboard shows, even though it's turned off in accessibility
  settings

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

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


[Bug 914417] Re: No NLA support in FreeRDP

2012-02-23 Thread kvdveer
1.0 has been released, and NLA seems to be supported just fine. ;-)
yeah!

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

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

Title:
  No NLA support in FreeRDP

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

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


Re: [Bug 917668] Re: system freeze (hard LOCKUP), warn_slowpath_common+0x7f in sock_aio_read

2012-02-23 Thread Ming Lei
I think the bug has been fixed in 3.3-rc4, and the commit is below:

commit bced76aeaca03b45e3b4bdb868cada328e497847
Author: Peter Zijlstra a.p.zijls...@chello.nl
Date:   Wed Jan 11 13:11:12 2012 +0100

sched: Fix lockup by limiting load-balance retries on lock-break

Bryce, so could you feedback the test result with -rc4?


On Thu, Feb 23, 2012 at 5:11 AM, Joseph Salisbury
joseph.salisb...@canonical.com wrote:
 It would be great if you could test with 3.3-rc4-precise.  This could
 also test if the issue in bug 938894 is resolved upstream.

 --
 You received this bug notification because you are subscribed to linux
 in Ubuntu.
 https://bugs.launchpad.net/bugs/917668

 Title:
  system freeze (hard LOCKUP), warn_slowpath_common+0x7f in
  sock_aio_read

 Status in “linux” package in Ubuntu:
  Incomplete

 Bug description:
  I've had sporadic freezes on this system before since upgrading to
  Precise, but I haven't had the resources to try and ssh in prior to
  this, so I can't tell if this has occurred before. Now that I have an
  additional laptop I can hopefully catch this again if it occurs.

  I screwed up with the logs first, but then managed to salvage dmesg
  with a Trace from terminal buffer. I'll attach it separately below.

  I wasn't active on the desktop when the freeze happened (had my hands
  on the laptop). At least Chromium, Transmission and Google Music were
  running at the time.

  (I'm not familiar with Traces so I'll just pick something from the
  first line as title. Feel free to change it if needed.)

  [19199.961223] [ cut here ]
  [19199.961223] WARNING: at /build/buildd/linux-3.2.0/kernel/watchdog.c:241 
 watchdog_overflow_callback+0x9a/0xc0()
  [19199.961223] Hardware name: System Product Name
  [19199.961223] Watchdog detected hard LOCKUP on cpu 0
  [19199.961223] Modules linked in: nls_iso8859_1 nls_cp437 vfat fat sit 
 tunnel4 bnep rfcomm binfmt_misc dm_crypt snd_hda_codec_hdmi 
 snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
 snd_seq_midi usbhid snd_rawmidi snd_seq_midi_event btusb bluetooth hid 
 snd_seq snd_timer snd_seq_device snd sp5100_tco soundcore snd_page_alloc 
 i2c_piix4 edac_core shpchp dm_multipath ppdev asus_atk0110 edac_mce_amd 
 k10temp mac_hid parport_pc lp parport usb_storage uas dm_raid45 xor dm_mirror 
 dm_region_hash dm_log radeon ttm drm_kms_helper drm r8169 wmi i2c_algo_bit 
 pata_atiixp
  [19199.961223] Pid: 1387, comm: Xorg Not tainted 3.2.0-9-generic #16-Ubuntu
  [19199.961223] Call Trace:
  [19199.961223]  NMI  [810651df] warn_slowpath_common+0x7f/0xc0
  [19199.961223]  [810652d6] warn_slowpath_fmt+0x46/0x50
  [19199.961223]  [8101adf9] ? sched_clock+0x9/0x10
  [19199.961223]  [810d5fba] watchdog_overflow_callback+0x9a/0xc0
  [19199.961223]  [81110736] __perf_event_overflow+0x96/0x1e0
  [19199.961223]  [8110dcc1] ? perf_event_update_userpage+0x11/0xc0
  [19199.961223]  [81110c84] perf_event_overflow+0x14/0x20
  [19199.961223]  [81023fc7] x86_pmu_handle_irq+0xd7/0x120
  [19199.961223]  [816559c1] perf_event_nmi_handler+0x21/0x30
  [19199.961223]  [81655289] default_do_nmi+0x69/0x220
  [19199.961223]  [816554c0] do_nmi+0x80/0x90
  [19199.961223]  [816548b0] nmi+0x20/0x30
  [19199.961223]  [8103ba95] ? __ticket_spin_lock+0x25/0x30
  [19199.961223]  EOE  [8103bb29] 
 default_spin_lock_flags+0x9/0x10
  [19199.961223]  [816540fe] _raw_spin_lock_irqsave+0x2e/0x40
  [19199.961223]  [81088cc0] remove_wait_queue+0x20/0x70
  [19199.961223]  [811890d8] poll_freewait+0x98/0xe0
  [19199.961223]  [81189c17] do_select+0x557/0x600
  [19199.961223]  [8105d99e] ? try_to_wake_up+0x18e/0x200
  [19199.961223]  [81189120] ? poll_freewait+0xe0/0xe0
  [19199.961223]  [81189210] ? __pollwait+0xf0/0xf0
  [19199.961223]  [81189210] ? __pollwait+0xf0/0xf0
  [19199.961223]  [81189210] ? __pollwait+0xf0/0xf0
  [19199.961223]  [81189210] ? __pollwait+0xf0/0xf0
  [19199.961223]  [81189210] ? __pollwait+0xf0/0xf0
  [19199.961223]  [81189210] ? __pollwait+0xf0/0xf0
  [19199.961223]  [81189210] ? __pollwait+0xf0/0xf0
  [19199.961223]  [81189210] ? __pollwait+0xf0/0xf0
  [19199.961223]  [81189210] ? __pollwait+0xf0/0xf0
  [19199.961223]  [81189eac] core_sys_select+0x1ec/0x370
  [19199.961223]  [815241ad] ? sock_aio_read+0x2d/0x40
  [19199.961223]  [81175c02] ? do_sync_read+0xd2/0x110
  [19199.961223]  [8130fc24] ? timerqueue_del+0x34/0x90
  [19199.961223]  [8108c6a0] ? __remove_hrtimer+0x60/0xc0
  [19199.961223]  [8108cc80] ? hrtimer_try_to_cancel+0x50/0xc0
  [19199.961223]  [8101a6f9] ? read_tsc+0x9/0x20
  [19199.961223]  [81092f3d] ? ktime_get_ts+0xad/0xe0
  [19199.961223]  [8118a280] sys_select+0xc0/0x100
  [19199.961223]  

[Bug 938012] Re: Add Unity Launcher Quicklist

2012-02-23 Thread Eduard Gotwig
how would that work? and for which options?

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

Title:
  Add Unity Launcher Quicklist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adobe-flashplugin/+bug/938012/+subscriptions

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


[Bug 938019] Re: Add Unity Launcher Quicklist

2012-02-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: blender (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/938019

Title:
  Add Unity Launcher Quicklist

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

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


[Bug 934451] Re: FFE: armadaxp enablement

2012-02-23 Thread Launchpad Bug Tracker
This bug was fixed in the package debian-installer - 20101020ubuntu112

---
debian-installer (20101020ubuntu112) precise; urgency=low

  * Added armadaxp images (LP: #934451)
 -- Michael Casadevall mcasadev...@ubuntu.com   Wed, 22 Feb 2012 23:38:35 
-0800

** Changed in: debian-installer (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/934451

Title:
  FFE: armadaxp enablement

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-installer/+bug/934451/+subscriptions

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


[Bug 938019] Re: Add Unity Launcher Quicklist

2012-02-23 Thread Eduard Gotwig
** Changed in: blender (Ubuntu)
 Assignee: (unassigned) = Eduard Gotwig (gotwig)

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

Title:
  Add Unity Launcher Quicklist

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

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


[Bug 937533] Re: opendkim crashes on invalid sender address

2012-02-23 Thread Christian Schlittchen
Thanks a lot for the quick response. The patch looks good so far and a
few quick tests were successful. I will keep it running on one of our
outgoing servers for a few days, then update the rest of the farm.

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

Title:
  opendkim crashes on invalid sender address

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

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


[Bug 891932] Re: Indicator-power needs an accessible description.

2012-02-23 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-power - 1.91-0ubuntu1

---
indicator-power (1.91-0ubuntu1) precise; urgency=low

  * New upstream release.
* Fix for the icon not changing when state changes (LP: #933466)
* Fix accessible descriptions (LP: #891932)
 -- Ted Gould t...@ubuntu.com   Thu, 23 Feb 2012 00:35:31 -0600

** Branch linked: lp:~ubuntu-desktop/indicator-power/ubuntu

** Changed in: indicator-power (Ubuntu)
   Status: Triaged = 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/891932

Title:
  Indicator-power needs an accessible description.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-power/+bug/891932/+subscriptions

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


[Bug 939304] [NEW] Update manager icon appears but not possible to activate update manager

2012-02-23 Thread alex
Public bug reported:

When an automatic update is available the icon appears, wiggles and
shows the number of updates and stays in the launcher. But pressing the
update manager results in nothing happening. I can right click and get
the quick menu but going to update manager that route results in nothing
happening. This is an intermittent bug, but one I see regularly. The
global menu for update manager is visible at the top but no GUI for
update manager.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.28.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu4
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,regex,resize,place,imgpng,obs,vpswitch,grid,session,move,animation,gnomecompat,snap,unitymtgrabhandles,expo,mousepoll,ezoom,wall,fade,workarounds,scale,unityshell]
CompositorRunning: compiz
Date: Thu Feb 23 07:49:20 2012
DistUpgraded: Log time: 2011-10-22 11:11:18.814821
DistroCodename: oneiric
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Mobile 945GME Express Integrated Graphics Controller 
[8086:27ae] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Micro-Star International Co., Ltd. Device [1462:0110]
   Subsystem: Micro-Star International Co., Ltd. Device [1462:0110]
InstallationMedia: Ubuntu-Netbook 10.10 Maverick Meerkat - Release i386 
(20101007)
MachineType: DIXONSXP Advent 4211
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-16-generic 
root=UUID=a63dd3c5-3196-4545-9dc0-533155d07add ro quiet splash pcie_aspm=force 
vt.handoff=7
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2011-10-22 (123 days ago)
dmi.bios.date: 07/16/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4.6.3
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Advent 4211
dmi.board.vendor: DIXONSXP
dmi.board.version: Ver.001
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: DIXONSXP
dmi.chassis.version: Ver.001
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.3:bd07/16/2008:svnDIXONSXP:pnAdvent4211:pvrVer.001:rvnDIXONSXP:rnAdvent4211:rvrVer.001:cvnDIXONSXP:ct3:cvrVer.001:
dmi.product.name: Advent 4211
dmi.product.version: Ver.001
dmi.sys.vendor: DIXONSXP
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu6.1
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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


** Tags: apport-bug compiz-0.9 i386 oneiric running-unity ubuntu

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

Title:
  Update manager icon appears but not possible to activate update
  manager

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

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


[Bug 939304] Re: Update manager icon appears but not possible to activate update manager

2012-02-23 Thread alex
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/939304

Title:
  Update manager icon appears but not possible to activate update
  manager

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

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


[Bug 937714] Re: command-not-found crashing with incomplete locale settings

2012-02-23 Thread Martin Mrazik
/home  is a separate partition so all I did was that I wiped my root
filesystem /.

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

Title:
  command-not-found crashing with incomplete locale settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/937714/+subscriptions

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


[Bug 817041] Re: Ubuntu-desktop depends on nvidia-common

2012-02-23 Thread ThomasA
I thought I had to when I replaced the Ubuntu-supplied Nvidia drivers by these 
https://launchpad.net/~ubuntu-x-swat/+archive/x-updates. It seems that was not 
necessary.
Thanks for clarifying.

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

Title:
  Ubuntu-desktop depends on nvidia-common

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

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


[Bug 939303] [NEW] could see the video but not my voice

2012-02-23 Thread joachim breucha
Public bug reported:

Aspire 6935 During Systemtest Icould see via buildin camer the video but
did not hear my audeo.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: python-gst0.10 0.10.21-2.1ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-12.21-generic-pae 3.2.2
Uname: Linux 3.2.0-12-generic-pae i686
ApportVersion: 1.91-0ubuntu1
Architecture: i386
CasperVersion: 1.303
CheckboxCommand: camera_test -t video
CheckboxTest: camera/video
Date: Thu Feb 23 07:32:23 2012
LiveMediaBuild: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20120201.2)
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
SourcePackage: gst0.10-python
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug capture checkbox-bug i386 precise running-unity

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

Title:
  could see the video but not my voice

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

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


[Bug 939295] Re: rhythmbox-metadata crashed with SIGSEGV in _start()

2012-02-23 Thread Apport retracing service
*** This bug is a duplicate of bug 815837 ***
https://bugs.launchpad.net/bugs/815837

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 #815837, 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/939295/+attachment/2773927/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/939295/+attachment/2773929/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/939295/+attachment/2773931/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/939295/+attachment/2773932/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/939295/+attachment/2773933/+files/Registers.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/939295/+attachment/2773934/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 815837
   rhythmbox-metadata crashed with SIGSEGV in _start()

** Visibility changed 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/939295

Title:
  rhythmbox-metadata crashed with SIGSEGV in _start()

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

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


[Bug 939306] [NEW] ns2 package has mangled test/example suite

2012-02-23 Thread Andreas Nilsson
Public bug reported:

After installing ns2{,doc,examples} and trying to run the validation
there are a couple of problems:

The validation script is gziped (
/usr/share/doc/ns2/examples/validate.gz )

All testsuites in /usr/share/doc/ns2/examples/tcl/test/ are gziped.

The test driver  /usr/share/doc/ns2/examples/tcl/test/test-all-
template1.gz is gziped.

After gunziping the necessary files and running the validation suite
further problems ensue:

ns: _o4 cleanup file7 timersA2_(timestamps,_fine-grained_clock): Can't open 
perl script ../../bin/set_flow_id: No such file or directory
Can't open perl script ../../bin/getrc: No such file or directory
Can't open perl script ../../bin/raw2xg: No such file or directory
while executing
exec $PERL ../../bin/set_flow_id -s all.tr |  $PERL ../../bin/getrc -s 2 -d 3 
|  $PERL ../../bin/raw2xg -s 0.01 -m 90 -t $file  temp.rands

Imho you should ship a script that unpacks the test suite into a user
specified directory and ship the nescessary perl files to run the test
suite.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ns2 2.35~rc10+dfsg-1
Uname: Linux 3.2.6-030206-generic x86_64
ApportVersion: 1.92-0ubuntu1
Architecture: amd64
Date: Thu Feb 23 08:48:03 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
ProcEnviron:
 LANGUAGE=
 TERM=xterm
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ns2
UpgradeStatus: Upgraded to precise on 2012-02-11 (11 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  ns2 package has mangled test/example suite

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

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


[Bug 939306] Re: ns2 package has mangled test/example suite

2012-02-23 Thread Andreas Nilsson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/939306

Title:
  ns2 package has mangled test/example suite

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

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


[Bug 939303] Re: could see the video but not my voice

2012-02-23 Thread Ubuntu Foundation's Bug Bot
** Package changed: ubuntu = gst0.10-python (Ubuntu)

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

Title:
  could see the video but not my voice

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

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


[Bug 939279] Re: video lens slows down pc makes it unusable

2012-02-23 Thread Alexander Langanke
I am using the standard Videos Folder which contains several subfolders.
I am using the default .cache folder.

My Video Folder contains 1692 Files totalling at 1.0 Tb.

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

Title:
  video lens slows down pc makes it unusable

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

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


[Bug 939231] Re: Dlink DWA-160 (Atheros AR9170 802.11n ) is broken

2012-02-23 Thread Ubuntu Foundation's Bug Bot
** Package changed: ubuntu = linux (Ubuntu)

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

Title:
  Dlink DWA-160 (Atheros AR9170 802.11n ) is broken

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

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


[Bug 925341] Re: Xorg crashed with SIGSEGV in WriteToClient()

2012-02-23 Thread Esa-leirivaara
Hi Bryce.

I have 295.20 driver, just checked. And this xorg -crash happened only
once if i remember correctly, so... Maybe it's long gone.

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

Title:
  Xorg crashed with SIGSEGV in WriteToClient()

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

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


[Bug 939308] [NEW] Sound muted at first volume change after reboot ( via Media-Keys)

2012-02-23 Thread Jens B.
Public bug reported:

First of all I don't know if the package set above is correct. So please
change if it is wrong.

The behaviour I see is that after a boot the first voume change always results 
in muting the volume.
The following changes, all done via the Media Keys on the keyboard, work 
completely fine.

So it is just one small, but sometimes annoying, bug.

I used ubuntu-bug to collect the data, but if there is any other
information I can gather or contribute, I'd be more than glad to help.

Thanks!

Jens

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: alsa-base 1.0.24+dfsg-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic-pae 3.0.17
Uname: Linux 3.0.0-16-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu4
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jab1625 F pulseaudio
 /dev/snd/pcmC0D0p:   jab1625 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf070 irq 42'
   Mixer name   : 'Intel IbexPeak HDMI'
   Components   : 'HDA:14f15066,17aa21c5,00100302 
HDA:80862804,80860101,0010'
   Controls  : 12
   Simple ctrls  : 6
Card29.Amixer.info:
 Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
84HT22WW-1.168000'
   Mixer name   : 'ThinkPad EC 84HT22WW-1.168000'
   Components   : ''
   Controls  : 1
   Simple ctrls  : 1
Card29.Amixer.values:
 Simple mixer control 'Console',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Thu Feb 23 09:02:43 2012
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: Internes Audio - HDA Intel
Symptom_Jack: Speaker, Internal
Symptom_Type: Volume slider, or mixer problems
Title: [02173CG, Conexant CX20582 (Pebble), Speaker, Internal] volume slider 
problem
UpgradeStatus: Upgraded to oneiric on 2012-01-20 (34 days ago)
dmi.bios.date: 02/14/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 84ET24WW (1.08 )
dmi.board.name: 02173CG
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr84ET24WW(1.08):bd02/14/2011:svnLENOVO:pn02173CG:pvrThinkPadEdge:rvnLENOVO:rn02173CG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 02173CG
dmi.product.version: ThinkPad Edge
dmi.sys.vendor: LENOVO

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  Sound muted at first volume change after reboot ( via Media-Keys)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/939308/+subscriptions

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


[Bug 939308] Re: Sound muted at first volume change after reboot ( via Media-Keys)

2012-02-23 Thread Jens B.
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/939308

Title:
  Sound muted at first volume change after reboot ( via Media-Keys)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/939308/+subscriptions

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


[Bug 937980] Re: Application needs hi-res or SVG icon

2012-02-23 Thread Adrien Cunin
The size of /usr/share/pixmaps/filezilla.png is 48x48. What's the
required size for the application switcher?

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

** Changed in: filezilla (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Application needs hi-res or SVG icon

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

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


[Bug 907739]

2012-02-23 Thread Guillaume-desmottes
Merged to master; will be in 0.15.4.

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

Title:
  empathy cannot call to android phones

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/907739/+subscriptions

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


[Bug 189124] Re: [nvidia amd64] ripples crashed with SIGSEGV in gettimeofday()

2012-02-23 Thread Matthew R. Tober
Linux T5246 3.2.0-17-generic #26-Ubuntu SMP Fri Feb 17 21:35:49 UTC 2012
x86_64 x86_64 x86_64 GNU/Linux

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu precise (development branch)
Release:12.04
Codename:   precise


Still happening. Happened with apple2 screensaver this time.

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

Title:
  [nvidia amd64] ripples crashed with SIGSEGV in gettimeofday()

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

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


[Bug 560334] Re: xchat crashed with SIGSEGV in g_signal_emit_valist()

2012-02-23 Thread Bryce Harrington
Wonder if this relates at all to bug #755244

** Changed in: xchat (Ubuntu)
   Importance: Medium = High

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

Title:
  xchat crashed with SIGSEGV in g_signal_emit_valist()

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

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


[Bug 935052] Re: Please remove clutter-gtk-0.10 from precise

2012-02-23 Thread Micah Gersten
** Summary changed:

- clutter-gtk-0.10 version 0.10.8-1ubuntu2 FTBFS on armhf in precise
+ Please remove clutter-gtk-0.10 from precise

** Changed in: clutter-gtk-0.10 (Ubuntu Precise)
   Status: New = Confirmed

** Description changed:

+ This package fails to build from source in precise. All reverse
+ dependencies have been resolved.  lyricue is a false positive as it has
+ alternative build dependencies.  This was a temporary package that's no
+ longer necessary as we have clutter 1.0 now.
+ 
+ ---
  
  This is a semi-automatic report based on the latest archive rebuild results 
[1].
  Apologies if it reaches you in error.
  
  Excerpt from the buildlog:
  
  make[4]: Nothing to be done for `all'.
  make[4]: Leaving directory 
`/build/buildd/clutter-gtk-0.10-0.10.8/build/autotools'
  make[4]: Entering directory `/build/buildd/clutter-gtk-0.10-0.10.8/build'
  make[4]: Nothing to be done for `all-am'.
  make[4]: Leaving directory `/build/buildd/clutter-gtk-0.10-0.10.8/build'
  make[3]: Leaving directory `/build/buildd/clutter-gtk-0.10-0.10.8/build'
  Making all in clutter-gtk
  make[3]: Entering directory 
`/build/buildd/clutter-gtk-0.10-0.10.8/clutter-gtk'
  \
- # source='./gtk-clutter-embed.c' 
object='libclutter_gtk_0.10_la-gtk-clutter-embed.lo' libtool=yes 
+ # source='./gtk-clutter-embed.c' 
object='libclutter_gtk_0.10_la-gtk-clutter-embed.lo' libtool=yes
  /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I. -I.. -DG_LOG_DOMAIN=\Clutter-Gtk\ -DPREFIX=\/usr\ 
-DLIBDIR=\/usr/lib\ -DCLUTTER_GTK_COMPILATION -DG_DISABLE_DEPRECATED 
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED -DCOGL_DISABLE_DEPRECATED -DCLUTTER_DISABLE_DEPRECATED 
-DCLUTTER_GTK_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -D_FORTIFY_SOURCE=2  
-pthread -I/usr/include/gtk-2.0 -I/usr/lib/arm-linux-gnueabihf/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 
-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security 
-Wall -c -o libclutter_gtk_0.10_la-gtk-clutter-embed.lo `test -f 
'./gtk-clutter-embed.c' || echo './'`./gtk-clutter-embed.c
  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. 
-DG_LOG_DOMAIN=\Clutter-Gtk\ -DPREFIX=\/usr\ -DLIBDIR=\/usr/lib\ 
-DCLUTTER_GTK_COMPILATION -DG_DISABLE_DEPRECATED 
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED -DCOGL_DISABLE_DEPRECATED -DCLUTTER_DISABLE_DEPRECATED 
-DCLUTTER_GTK_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -D_FORTIFY_SOURCE=2 -pthread 
-I/usr/include/gtk-2.0 -I/usr/lib/arm-linux-gnueabihf/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 
-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security 
-Wall -c ./gtk-clutter-embed.c  -fPIC -DPIC -o 
.libs/libclutter_gtk_0.10_la-gtk-clutter-embed.o
  In file included from ./gtk-clutter-embed.c:43:0:
  ./gtk-clutter-embed.h:31:29: fatal error: clutter/clutter.h: No such file or 
directory
  compilation terminated.
  make[3]: *** [libclutter_gtk_0.10_la-gtk-clutter-embed.lo] Error 1
  make[3]: Leaving directory `/build/buildd/clutter-gtk-0.10-0.10.8/clutter-gtk'
  make[2]: *** [all-recursive] Error 1
  make[2]: Leaving directory `/build/buildd/clutter-gtk-0.10-0.10.8'
  make[1]: *** [all] Error 2
  make[1]: Leaving directory `/build/buildd/clutter-gtk-0.10-0.10.8'
  make: *** [debian/stamp-makefile-build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2
  **
  Build finished at 20120206-1718
  FAILED [dpkg-buildpackage died]
  
+ The full buidlog can be found at https://launchpad.net/ubuntu/+archive
+ /test-rebuild-20120201/+build/3141978/+files/buildlog_ubuntu-precise-
+ armhf.clutter-gtk-0.10_0.10.8-1ubuntu2_FAILEDTOBUILD.txt.gz.
  
- The full buidlog can be found at 
https://launchpad.net/ubuntu/+archive/test-rebuild-20120201/+build/3141978/+files/buildlog_ubuntu-precise-armhf.clutter-gtk-0.10_0.10.8-1ubuntu2_FAILEDTOBUILD.txt.gz.
- 
- 
- [1] 
http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-rebuild-20120201-precise.html
+ [1] http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-
+ rebuild-20120201-precise.html

-- 
You received this 

[Bug 909525] Re: Unable to connect with Juniper's Java Secure Application Manager

2012-02-23 Thread David Edwards
*** This bug is a duplicate of bug 907682 ***
https://bugs.launchpad.net/bugs/907682

** This bug has been marked a duplicate of bug 907682
   openjdk and Juniper VPN

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

Title:
  Unable to connect with Juniper's Java Secure Application Manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icedtea-web/+bug/909525/+subscriptions

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


[Bug 907739] Re: empathy cannot call to android phones

2012-02-23 Thread Bug Watch Updater
** Changed in: telepathy-gabble
   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/907739

Title:
  empathy cannot call to android phones

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/907739/+subscriptions

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


[Bug 860696] Re: oneconf-service crashed with KeyError in __getitem__(): 'xulmext-mozvoikko:i386'

2012-02-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: python-apt (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/860696

Title:
  oneconf-service crashed with KeyError in __getitem__(): 'xulmext-
  mozvoikko:i386'

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

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


[Bug 939305] Re: oneconf-service crashed with KeyError in __getitem__(): 'psqtils'

2012-02-23 Thread Apport retracing service
*** This bug is a duplicate of bug 860696 ***
https://bugs.launchpad.net/bugs/860696

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 #860696, 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.

** Tags removed: need-duplicate-check

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/939305/+attachment/2774011/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/939305/+attachment/2774012/+files/ProcStatus.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 860696
   oneconf-service crashed with KeyError in __getitem__(): 
'xulmext-mozvoikko:i386'

** Visibility changed 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/939305

Title:
  oneconf-service crashed with KeyError in __getitem__(): 'psqtils'

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

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


[Bug 939315] [NEW] it doesn't work on gnome shell

2012-02-23 Thread Simon
Public bug reported:

When I try to edit or add new entries:

$ alacarte
Traceback (most recent call last):
  File /usr/share/alacarte/Alacarte/MainWindow.py, line 311, in 
on_new_item_button_clicked
process = subprocess.Popen(['gnome-desktop-item-edit', file_path], 
env=os.environ)
  File /usr/lib/python2.7/subprocess.py, line 679, in __init__
errread, errwrite)
  File /usr/lib/python2.7/subprocess.py, line 1239, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: alacarte 0.13.2-2ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-16.25-i7 3.2.6
Uname: Linux 3.2.0-16-i7 x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Thu Feb 23 09:17:53 2012
PackageArchitecture: all
SourcePackage: alacarte
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  it doesn't work on gnome shell

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

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


[Bug 939315] Re: it doesn't work on gnome shell

2012-02-23 Thread Simon
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/939315

Title:
  it doesn't work on gnome shell

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

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


[Bug 939300]

2012-02-23 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/939300/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  precise 12.04: consider adding Apache 2.4 ?

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

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


[Bug 939228] Re: Windows randomly changing workspaces

2012-02-23 Thread Nick Moffitt
I see this a lot now, but also that when I return to a workspace, all my
windows are rammed up against the top.   I'm not sure if it's related,
but it sort of feels like it's part of the same bug (started at the same
time, has to do with windows not being where I left them when I switch
workspaces, etc.)

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

Title:
  Windows randomly changing workspaces

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

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


[Bug 939232]

2012-02-23 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/939232/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  nfs mount fails and rpc.idmapd fails

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

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


[Bug 939023] Re: X server crashes when evdev is enabled

2012-02-23 Thread Bryce Harrington
It's in the archive, so unless you have a slow mirror or something, just
update normally.

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

Title:
  X server crashes when evdev is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/939023/+subscriptions

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


[Bug 937792] Re: Left launcher does not revel when in autohide mode on multi-monitor setups

2012-02-23 Thread Bryce Harrington
I don't think there is a formal rule about it.  Generally I dupe to
whichever one has the better information.  Sometimes the newer bug is
better since it's tested against more recent bits, or because the
reporter is more active, or something.  All else being equal I'll
default to the chronologically first, but really the only rule of thumb
is do whatever is most likely to get the bug solved soonest.  :-)

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

Title:
  Left launcher does not revel when in autohide mode on multi-monitor
  setups

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

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


[Bug 936504] Re: Launcher doesn't respond in autohide mode

2012-02-23 Thread Bryce Harrington
*** This bug is a duplicate of bug 937792 ***
https://bugs.launchpad.net/bugs/937792

** This bug is no longer a duplicate of bug 935766
   Unity Launcher does not reveal itself when hidden
** This bug has been marked a duplicate of bug 937792
   Left launcher does not revel when in autohide mode on multi-monitor setups

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

Title:
  Launcher doesn't respond in autohide mode

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

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


[Bug 936045] Re: gnome-language-selector crashed with SIGSEGV

2012-02-23 Thread Alex. K.
ok, I have installed some dev packages for python, valgrind, gdb, strace. and 
somehow run it
Here's logs


** Attachment added: lang-sel-logs.tar.gz
   
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/936045/+attachment/2774049/+files/lang-sel-logs.tar.gz

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

Title:
  gnome-language-selector crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/936045/+subscriptions

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


[Bug 935708] Re: Launcher never reveals in hidden mode

2012-02-23 Thread Bryce Harrington
*** This bug is a duplicate of bug 937792 ***
https://bugs.launchpad.net/bugs/937792

** This bug is no longer a duplicate of bug 935766
   Unity Launcher does not reveal itself when hidden
** This bug has been marked a duplicate of bug 937792
   Left launcher does not revel when in autohide mode on multi-monitor setups

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

Title:
  Launcher never reveals in hidden mode

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

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


[Bug 935766] Re: Unity Launcher does not reveal itself when hidden

2012-02-23 Thread Bryce Harrington
*** This bug is a duplicate of bug 937792 ***
https://bugs.launchpad.net/bugs/937792

** This bug has been marked a duplicate of bug 937792
   Left launcher does not revel when in autohide mode on multi-monitor setups

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

Title:
  Unity Launcher does not reveal itself when hidden

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

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


[Bug 507062] Re: synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID: Assertion `ret != inval_id' failed.

2012-02-23 Thread Adam Thompson
Sad to say, folks, that I've been seeing this bug VERY intermittently on 
multiple generations of hardware, although I think I can safely make these 
assertions:
-only since GTK became widespread (this definitely did not occur back in the 
Athena, Motif, OpenWindows, etc. days)
 **specifically, I don't think I've ever seen this bug appear when I wasn't 
running GTK+-linked or GTK2-linked software**
-only since GL extensions became widespread (including software, e.g. MESA)
-mostly but not exclusively on Linux systems (at least once under Solaris 
shortly after GNOME became the default desktop)
-some (hardware) systems tended to produce this error more than others
-certain applications tend to cause it more often than others (notably 
Synaptic, per the Ubuntu reports)
-I *think* higher compiler optimization causes it to happen more often, not sure
-not exclusively on multiprocessor systems: I've definitely seen this error on 
a Pentium III 1.0GHz (ULV mobile) and a Sparc IIi (~400MHz?).

It's almost certainly a race condition, since nothing else would produce this 
sort of intermittent behaviour across 10+ years and multiple hardware platforms.
It may not be a regression - it's likely we're dealing with a design flaw that 
has existed since some piece of code was written, but is being triggered more 
and more often because of the proliferation of multiprocessor platforms with 
multithreaded libs  and multithread-generating-compilers.

Unfortunately, this all means that finding it will be nearly impossible.
So much for the all bugs are shallow theory :-).

Or it could just be something low-level in GTK, which would explain why
it's been cropping up more and more.

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

Title:
  synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID:
  Assertion `ret != inval_id' failed.

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

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


[Bug 734726] Re: [Upstream] master text styles show up on actual slides

2012-02-23 Thread Spartan117
i'm not the only person who has decided that this was a problem from a class 
mates presentation... Can LibreOffice please fix this bug!
It's really important I have received power point slides for Ancient History 
from my teacher and they are 40mb! plus!!! i can't convert all of the pptx 
files as it takes to long with online converters and saving them in microsoft 
office 2010 on windows as odp is a complete disaster...  I am using an unstable 
development version of libreoffice 3.6 LOdev 3.6.0alpha0+  
e9d045f-f8506ca-8a74106-f0d66f on a mac and I even have libreoffice 3.5 on 
ubuntu. I am also going to report this bug to libreoffice mailing list... it  
is really important that it gets fixed because everything else in the pptx file 
works really except this annoying bug these powerpoints have more than 40 
slides! can some help ressolve this issue instead of deleting the text 
one by one on all the slides... i tried saving these on mac office 2011, as a 
ppt file and it just crashed!!!1? 
If a fix is released in a daily version unstable release of libreoffice on one 
of the mirrors even if its windows mac or linux.. i can access that version and 
save those slides as an odp so that it works really well with libreoffice 3.5.. 
on my ubuntu desktop as an odp file!!!
bash321

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

Title:
  [Upstream] master text styles show up on actual slides

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/734726/+subscriptions

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


[Bug 939317] [NEW] package ttf-root-installer 5.18.00-2.3ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 4

2012-02-23 Thread praveen
Public bug reported:

I was unable to install microsoft true fonts on my system. 
I have installed macbuntu theme for lucid lynx.
regards and thanks.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: ttf-root-installer 5.18.00-2.3ubuntu4
ProcVersionSignature: Ubuntu 2.6.32-38.83-generic 2.6.32.52+drm33.21
Uname: Linux 2.6.32-38-generic x86_64
NonfreeKernelModules: nvidia
AptOrdering:
 ttf-root-installer: Install
 ttf-root-installer: Configure
Architecture: amd64
Date: Thu Feb 23 13:36:47 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 4
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
PackageArchitecture: all
SourcePackage: root-system
Title: package ttf-root-installer 5.18.00-2.3ubuntu4 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 4

** Affects: root-system (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

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

Title:
  package ttf-root-installer 5.18.00-2.3ubuntu4 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/root-system/+bug/939317/+subscriptions

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


[Bug 939317] Re: package ttf-root-installer 5.18.00-2.3ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 4

2012-02-23 Thread praveen
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/939317

Title:
  package ttf-root-installer 5.18.00-2.3ubuntu4 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/root-system/+bug/939317/+subscriptions

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


[Bug 939313] Re: moved a screen and compiz or unity crashed and recoveredw

2012-02-23 Thread Apport retracing service
*** This bug is a duplicate of bug 926379 ***
https://bugs.launchpad.net/bugs/926379

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 #926379, 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/939313/+attachment/2774061/+files/CoreDump.gz

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/939313/+attachment/2774074/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/939313/+attachment/2774076/+files/ProcStatus.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 926379
   compiz crashed with SIGSEGV in intel_miptree_release() (Needs mesa-8.0.1)

** Visibility changed 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/939313

Title:
  moved a screen and compiz or unity crashed and recoveredw

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

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


[Bug 507062]

2012-02-23 Thread Jeremy Huddleston
Dupe of #23690?

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

Title:
  synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID:
  Assertion `ret != inval_id' failed.

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

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


[Bug 925341] Re: Xorg crashed with SIGSEGV in WriteToClient()

2012-02-23 Thread Bryce Harrington
Alright, thanks.  Let's go ahead and close it out then.  If it comes
back, feel free to reopen or file anew at your discretion.  Thanks for
following up!

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete = 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/925341

Title:
  Xorg crashed with SIGSEGV in WriteToClient()

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

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


[Bug 939285] Re: dash forgets display preferres between sessions

2012-02-23 Thread Corey Buckingham
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/939285

Title:
  dash forgets display preferres between sessions

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

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


[Bug 938003] Re: Add Unity Launcher Quicklist

2012-02-23 Thread Adrien Cunin
Do we want to add more diff with Debian and upstream for such a change?
How useful is it to be able to launch the site manager directly from the
Unity launcher?

** Changed in: filezilla (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Add Unity Launcher Quicklist

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

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


[Bug 853060] Re: ubuntuone-installer crashed with GError in function(): Failed to execute child process ubuntuone-control-panel-gtk (No such file or directory)

2012-02-23 Thread zzecool
Ubuntu one allready installed but keeps asking me to install it and
crashed in the process .

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

Title:
  ubuntuone-installer crashed with GError in function(): Failed to
  execute child process ubuntuone-control-panel-gtk (No such file or
  directory)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-installer/+bug/853060/+subscriptions

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


[Bug 907682] Re: openjdk and Juniper VPN

2012-02-23 Thread David Edwards
Bug #909525 notes that a patch to icedtea-web has been submitted and was 
accepted upstream:
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2011-December/016562.html
http://icedtea.classpath.org/hg/release/icedtea-web-1.1/rev/cdd0bbf399e8

Have added icedtea-web package to the affects list, since the problem
might not be with openjdk-6 itself.

** Also affects: icedtea-web (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/907682

Title:
  openjdk and Juniper VPN

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icedtea-web/+bug/907682/+subscriptions

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


[Bug 939279] Re: video lens slows down pc makes it unusable

2012-02-23 Thread David Callé
Thank you for your help.

** Changed in: unity-lens-video (Ubuntu)
 Assignee: (unassigned) = David Callé (davidc3)

** Changed in: unity-lens-video (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  video lens slows down pc makes it unusable

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

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

[Bug 939326] [NEW] package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: le sous-processus script post-removal installé a retourné une erreur de sortie d'état 2

2012-02-23 Thread Lorenzi
Public bug reported:

?

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: fglrx 2:8.723.1-0ubuntu5
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
AptOrdering: fglrx: Remove
Architecture: i386
Date: Thu Feb 23 05:36:51 2012
DkmsStatus:
 bcmwl, 5.60.48.36+bdcom, 2.6.32-37-generic, i686: installed 
 bcmwl, 5.60.48.36+bdcom, 2.6.32-25-generic, i686: installed
ErrorMessage: le sous-processus script post-removal installé a retourné une 
erreur de sortie d'état 2
Lsusb:
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Acer,Inc. Aspire 1350
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-37-generic 
root=UUID=6e2446ee-2efc-4e23-8e81-785639c1ef7b ro splash quiet
SourcePackage: fglrx-installer
Title: package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: le 
sous-processus script post-removal installé a retourné une erreur de sortie 
d'état 2
dmi.bios.date: 07/29/2004
dmi.bios.vendor: Acer
dmi.bios.version: 3A29
dmi.board.name: Aspire 1350
dmi.board.vendor: Acer,Inc.
dmi.board.version: Rev.A
dmi.chassis.asset.tag: 
dmi.chassis.type: 10
dmi.chassis.vendor: Acer,Inc.
dmi.chassis.version: 3A18
dmi.modalias: 
dmi:bvnAcer:bvr3A29:bd07/29/2004:svnAcer,Inc.:pnAspire1350:pvr3A18:rvnAcer,Inc.:rnAspire1350:rvrRev.A:cvnAcer,Inc.:ct10:cvr3A18:
dmi.product.name: Aspire 1350
dmi.product.version: 3A18
dmi.sys.vendor: Acer,Inc.
glxinfo: Error: [Errno 2] Aucun fichier ou dossier de ce type
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-37-generic

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: le sous-
  processus script post-removal installé a retourné une erreur de sortie
  d'état 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/939326/+subscriptions

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

[Bug 939326] Re: package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: le sous-processus script post-removal installé a retourné une erreur de sortie d'état 2

2012-02-23 Thread Lorenzi
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/939326

Title:
  package fglrx 2:8.723.1-0ubuntu5 failed to install/upgrade: le sous-
  processus script post-removal installé a retourné une erreur de sortie
  d'état 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/939326/+subscriptions

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

[Bug 939325] [NEW] Integrity of wireshark source cannot be verified

2012-02-23 Thread Kasper Dupont
Public bug reported:

apt-get source wireshark reports the following:

gpgv: Signature made 2010-04-01T14:06:35 CEST using DSA key ID A5674EC1
gpgv: Can't check signature: public key not found

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: wireshark 1.2.7-1
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
Architecture: i386
Date: Thu Feb 23 09:31:46 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: wireshark

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


** Tags: apport-bug i386 lucid

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

Title:
  Integrity of wireshark source cannot be verified

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

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


[Bug 939325] Re: Integrity of wireshark source cannot be verified

2012-02-23 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/939325

Title:
  Integrity of wireshark source cannot be verified

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wireshark/+bug/939325/+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   >