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

2012-06-07 Thread James Page
Thanks for taking the time to report this bug.

This might be a duplicate of bug 791944.

Please could you try running the following commands:

  sudo testparm
  echo $?

Please attach the output to this bug report.

Marking 'Incomplete' pending your response and 'Low' for the time being.
Please set back to 'New' once you have provided the requested
information.

Thanks

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

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

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

Title:
  package samba 2:3.6.3-2ubuntu2.2 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/samba/+bug/1009727/+subscriptions

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


[Bug 996233] Re: nova and python-novaclient disagree on volumes API URLs

2012-06-07 Thread Thierry Carrez
** Changed in: nova
   Status: Confirmed = Incomplete

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

Title:
  nova and python-novaclient disagree on  volumes API URLs

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

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


[Bug 953861] Re: network-manager-pptp forgets to add a route when connecting to (split) VPN

2012-06-07 Thread bq
I can confirm the problem,

I have  upgraded from 10.04 to 12.04  and pptp based vpn stopped
working.

What I did :
I did copy the '/etc/ppp/chap-secrets' and '/etc/peers/name_of_the_company' 
from the old setup to the new machine.

In the older release the pppd call was all I needed to do , but now :

Connecting is ok :

$  sudo /usr/sbin/pppd nodetach call name_of_the_company
Connect: ppp0 -- /dev/pts/4
CHAP authentication succeeded
MPPE 128-bit stateless compression enabled
local  IP address 10.10.116.34
remote IP address 10.10.116.0

other terminal :
$ ping 10.10.16.162  
-- no response

$ route -n |grep ppp0

10.10.116.0 0.0.0.0 255.255.255.255 UH0  00
ppp0

$ sudo route add -net 10.10.16.0/24 ppp0

$ route -n |grep ppp0
10.10.16.0  0.0.0.0 255.255.255.0   U 0  00 ppp0
10.10.116.0 0.0.0.0 255.255.255.255 UH0  00 ppp0

$ ping 10.10.16.162 
PING 10.10.16.162 (10.10.16.162) 56(84) bytes of data.
64 bytes from 10.10.16.162: icmp_req=1 ttl=252 time=124 ms

regards, bq

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

Title:
  network-manager-pptp forgets to add a route when connecting to (split)
  VPN

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-pptp/+bug/953861/+subscriptions

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


[Bug 949011] Re: [SRU] Update ruby1.8 1.8.7.249-2ubuntu0.1 breaks package redmine 0.9.3-1

2012-06-07 Thread Angel Abad
Waiting for ubuntu-sru

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

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

Title:
  [SRU] Update ruby1.8 1.8.7.249-2ubuntu0.1 breaks package redmine
  0.9.3-1

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

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


[Bug 631901] Re: Please update to v0.17.1: updated added carrier descriptions

2012-06-07 Thread Bug Watch Updater
** Changed in: barry (Debian)
   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/631901

Title:
  Please update to v0.17.1: updated  added carrier descriptions

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

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


[Bug 592610] Re: Shared folders (through Samba) when following instructions sometimes does not work correctly

2012-06-07 Thread Phil Headford
I agree with Paddy Landau that a respectable OS is expected these days
to be able to connect to shared folders (on at least the three main OSs)
with little or no user intervention. Once the computer and workgroup are
entered, and perhaps whether DHCP is being used, the configuration files
should be automatically tailored to suit the situation the system finds
itself in.

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

Title:
  Shared folders (through Samba) when following instructions sometimes
  does not work correctly

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

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


[Bug 1009952] [NEW] Update to IO::Socket::SSL breaks sendEmail

2012-06-07 Thread Peter Bance
Public bug reported:

On Ubuntu 12.04 (Precise), I recently updated IO::Socket::SSL to the
latest available version (1.74).  It appears stricter syntax checking is
now being applied to the SSL_version parameter to the start_SSL method,
and the usage in sendEmail is incorrect.  Line 1907 needs to be modifed
from:

1907:if (! IO::Socket::SSL-start_SSL($SERVER, SSL_version =
'SSLv3 TLSv1')) {

to something like:

1907:if (! IO::Socket::SSL-start_SSL($SERVER, SSL_version =
'SSLv23:!SSLv2')) {

Note that the SSLv23:!SSLv2 string is the default in IO::Socket::SSL,
and inherently includes TLSv1.  There may be better/alternative
specifications that can be used, but the current string is syntactically
invalid, which now causes IO::Socket::SSL to fail (previously, this
would have been ignored).

I hope this helps.

** Affects: sendemail (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/1009952

Title:
  Update to IO::Socket::SSL breaks sendEmail

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

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


[Bug 1009081] Re: package samba 2:3.6.3-2ubuntu2.2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2012-06-07 Thread James Page
Thanks for taking the time to report this bug.

This might be a duplicate of bug 791944.

Please could you try running the following commands:

  sudo testparm
  echo $?

Please attach the output to this bug report.

Marking 'Incomplete' pending your response and 'Low' for the time being.
Please set back to 'New' once you have provided the requested
information.

Thanks

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

** Changed in: samba (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/1009081

Title:
  package samba 2:3.6.3-2ubuntu2.2 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

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

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

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

2012-06-07 Thread James Page
Thanks for taking the time to report this bug.

This might be a duplicate of bug 791944.

Please could you try running the following commands:

  sudo testparm
  echo $?

Please attach the output to this bug report.

Marking 'Incomplete' pending your response and 'Low' for the time being.
Please set back to 'New' once you have provided the requested
information.

Thanks

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

** Changed in: samba (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/1009015

Title:
  package samba 2:3.6.3-2ubuntu2.2 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/samba/+bug/1009015/+subscriptions

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


[Bug 1008205] Re: package samba 2:3.6.3-2ubuntu2.1 failed to install/upgrade: dpkg-deb --fsys-tarfile alfolyamat 2 hibakóddal kilépett

2012-06-07 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Looks like you may have a corrupt deb file in your local cache.

Please try running the following commands to remedy the situation:

   sudo apt-get clean
   sudo apt-get -f install

Hopefully this will resolve your problem

Marking 'Incomplete' and 'Low'. Please set back to 'New' if this does
not resolve your problem and 'Invalid' if it does.

Thanks

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

** Changed in: samba (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/1008205

Title:
  package samba 2:3.6.3-2ubuntu2.1 failed to install/upgrade: dpkg-deb
  --fsys-tarfile alfolyamat 2 hibakóddal kilépett

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

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

[Bug 1006599] Re: Package is outdated. Current package offert a bugged version of netbeans. Please upgrade to Netbeans 7.1.2

2012-06-07 Thread Bug Watch Updater
** Changed in: netbeans (Debian)
   Status: Unknown = New

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

Title:
  Package is outdated. Current package offert a bugged version of
  netbeans. Please upgrade to Netbeans 7.1.2

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

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


[Bug 999910] Re: 12.04 64 bit System freezes (mouse, keyboard)

2012-06-07 Thread Timo Aaltonen
Ok thanks for testing, and interesting to hear that 3.3.7 fixes it (i
remember having hangs maybe once a day with 3.3.6).

Christian: please file a new bug, you have a hybrid laptop and it's not
clear if the nvidia chip is being used..

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete = Triaged

** Changed in: xserver-xorg-video-intel (Ubuntu)
 Assignee: (unassigned) = Timo Aaltonen (tjaalton)

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

Title:
  12.04 64 bit System freezes (mouse, keyboard)

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

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


[Bug 996596]

2012-06-07 Thread Erack
Please don't change the Version field to newer, it indicates in which
version the problem was first perceived.

Andrej, it seems your problem is a different one, as you indicated it
worked for versions 3.5.3 it sounds pretty much like bug 49639, please
check if release 3.5.4 fixes that for you.

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

Title:
  [Upstream] Can't open formatted html files with extension xls in
  Libreoffice 3.5.3

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

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


[Bug 979320]

2012-06-07 Thread Tbehrens-u
Related: bug 50704

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

Title:
  Particular Subtracted shapes not compatible LibO 3.4 - 3.5

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

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


[Bug 759104]

2012-06-07 Thread Chris Wilson
Daniel is working on some patches to fix the backlight controller and is
looking for victims^Wtesters.

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

Title:
  [gm45] Upgrade to Natty wont load

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

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


[Bug 759104]

2012-06-07 Thread Daniel-ffwll
Ok, I've created these patches, available at
http://cgit.freedesktop.org/~danvet/drm/log/?h=backlight-confusion

Git link is git://people.freedesktop.org/~danvet/drm backlight-confusion

Please test them, thanks.

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

Title:
  [gm45] Upgrade to Natty wont load

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

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


[Bug 462033] Re: You shouldn't have to preseed the username when automating an oem ubiquity install

2012-06-07 Thread Dmitrijs Ledkovs
Different how the d-i works on debian or on ubuntu? On debian/d-i you
set up a root password, which ubuntu does not setup. Instead a root user
account is created. On the oem-configs which I saw, OEMs  preseed an
admin/maintainance account.

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

Title:
  You shouldn't have to preseed the username when automating an oem
  ubiquity install

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

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


[Bug 87220]

2012-06-07 Thread Aldi
Apparently, the guys at Apache OpenOffice are working on it. Maybe it is
a chance to jointly develop that feature:

https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Feature+Planning

Thanks.

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

Title:
  [Upstream] Wishlist: Add rotation of images to writer

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

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


[Bug 1009954] [NEW] mysql-cluster-server missing package in 12.04 Precise Pangolin

2012-06-07 Thread annunaki2k2
Public bug reported:

MySQL Cluster version has been removed from the latest LTS edition of
Ubuntu 12.04. (See bug #921152 for the actual act of removal.)

The reason given is potentially a very good reason, but it does leave
those of us already using mysql cluster on previous versions of Ubuntu
with no upgrade path (and therefore no choice but to migrate away to
another distro).

I would really like to see mysql-cluster support re-instated on 12.04
LTS so there is a future for us who use it.

** Affects: mysql-cluster-7.0 (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/1009954

Title:
  mysql-cluster-server missing package in 12.04 Precise Pangolin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-cluster-7.0/+bug/1009954/+subscriptions

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


[Bug 1009351] Re: package squid3 3.1.19-1ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-07 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Looks like you have an issue with your local configuration:

2012/06/06 11:17:35| aclParseAclLine: Invalid ACL type 'clients'
FATAL: Bungled squid.conf line 706: acl special clients src 
/etc/squid3/special_clients_ips.txt

For reference the squid3 configuration manual can be found here:
 
http://www.squid-cache.org/Versions/v3/3.1/cfgman/

As such its not a bug - Marking 'Invalid'.

Thanks

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

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

Title:
  package squid3 3.1.19-1ubuntu3 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/squid3/+bug/1009351/+subscriptions

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


[Bug 1008898] Re: crash after inserting wireless password

2012-06-07 Thread Bug Watch Updater
Launchpad has imported 6 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=50740.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2012-06-05T16:50:56+00:00 Fabio Marconi wrote:

TEST CASE
1. Start an installation with Ubiquity on Hardware, without wired connection 
and with a Wifi Card
2. Proceed to Wireless setup page
3. Select a network
4. Enter password
5. Click on 'Connect'

ACTUAL RESULT:
Crash below

WORKAROUND:
Setup the Wifi connection from network-manager before starting Ubiquity

Jun 5 07:59:45 ubuntu ubiquity[3109]: Step_before = stepPrepare
Jun 5 07:59:45 ubuntu ubiquity[3109]: switched to page wireless
Jun 5 08:00:19 ubuntu ubiquity[3109]: Exception in GTK frontend (invoking crash 
handler):
Jun 5 08:00:19 ubuntu ubiquity[3109]: Traceback (most recent call last):
Jun 5 08:00:19 ubuntu ubiquity[3109]: File 
/usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py, line 1328, in on_next_clicked
Jun 5 08:00:19 ubuntu ubiquity[3109]: if ui.plugin_on_next_clicked():
Jun 5 08:00:19 ubuntu ubiquity[3109]: File 
/usr/lib/ubiquity/plugins/ubi-wireless.py, line 134, in plugin_on_next_clicked
Jun 5 08:00:19 ubuntu ubiquity[3109]: self.nmwidget.connect_to_ap()
Jun 5 08:00:19 ubuntu ubiquity[3109]: File /usr/lib/ubiquity/ubiquity/nm.py, 
line 443, in connect_to_ap
Jun 5 08:00:19 ubuntu ubiquity[3109]: self.view.connect_to_selection(passphrase)
Jun 5 08:00:19 ubuntu ubiquity[3109]: File /usr/lib/ubiquity/ubiquity/nm.py, 
line 384, in connect_to_selection
Jun 5 08:00:19 ubuntu ubiquity[3109]: 
self.wifi_model.connect_to_ap(model[parent][0], ssid, passphrase)
Jun 5 08:00:19 ubuntu ubiquity[3109]: File /usr/lib/ubiquity/ubiquity/nm.py, 
line 126, in connect_to_ap
Jun 5 08:00:19 ubuntu ubiquity[3109]: obj, dbus.ObjectPath(device), 
dbus.ObjectPath(saved_path))[1]
Jun 5 08:00:19 ubuntu ubiquity[3109]: File 
/usr/lib/python3/dist-packages/dbus/proxies.py, line 145, in __call__
Jun 5 08:00:19 ubuntu ubiquity[3109]: **keywords)
Jun 5 08:00:19 ubuntu ubiquity[3109]: File 
/usr/lib/python3/dist-packages/dbus/connection.py, line 651, in call_blocking
Jun 5 08:00:19 ubuntu ubiquity[3109]: message, timeout)
Jun 5 08:00:19 ubuntu ubiquity[3109]: dbus.exceptions.DBusException: 
org.freedesktop.DBus.Error.UnknownMethod: Method AddAndActivateConnection 
with signature a{sa{sv}}ss on interface (null) doesn't exist
Jun 5 08:00:19 ubuntu ubiquity[3109]:
Jun 5 08:00:19 ubuntu ubiquity[3109]:
Jun 5 08:00:20 ubuntu ubiquity[3109]: log-output -t ubiquity 
/usr/share/apport/apport-gtk

Reply at: https://bugs.launchpad.net/python-dbus/+bug/1008898/comments/6


On 2012-06-05T16:52:03+00:00 Fabio Marconi wrote:

Original report on Launchpad:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1008898

Reply at: https://bugs.launchpad.net/python-dbus/+bug/1008898/comments/7


On 2012-06-05T17:25:28+00:00 Stéphane Graber wrote:

To try and give a bit more background on what's going on here.

We have a piece of python called nm.py in the Ubuntu Installer that
talks over DBUS to Network Manager.

That piece of code was designed to work with both python2 and python3,
however we noticed that it completely fails on python3 because of
invalid signature.

The script can be found at: http://paste.ubuntu.com/1025375/
The workaround we applied is: http://paste.ubuntu.com/1025377/

Basically, with python2, the following:
self.manager.AddAndActivateConnection(obj, dbus.ObjectPath(device), 
dbus.ObjectPath(saved_path))

Would match the service signature of a{sa{sv}}oo.

But the same code running with python3 doesn't as the objects appear to
get downcasted to strings, before checking for the existing signatures.

This obviously makes the program crash as a{sa{sv}}ss (python3) !=
a{sa{sv}}oo (service).

Reply at: https://bugs.launchpad.net/python-dbus/+bug/1008898/comments/8


On 2012-06-05T17:55:07+00:00 Simon McVittie wrote:

(In reply to comment #0)
 Jun 5 08:00:19 ubuntu ubiquity[3109]: dbus.exceptions.DBusException:
 org.freedesktop.DBus.Error.UnknownMethod: Method AddAndActivateConnection
 with signature a{sa{sv}}ss on interface (null) doesn't exist

For D-Bus calls to be reliable, you should specify an interface (use
dbus_interface=... in the call, or call the method via a dbus.Interface
wrapper). I don't know whether that's what causes this signature
mismatch or not, though; it's just best-practice.

When you introspect the object represented by self.manager, what do you
get? (To find out, run gdbus introspect --system -d
org.freedesktop.NetworkManager -o 

[Bug 1008742] Re: speaker doesn't mute when I put in the headphones

2012-06-07 Thread francesco
news? :(

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

Title:
  speaker doesn't mute when I put in the headphones

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

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


[Bug 1007924] Re: pm-utils uses wrong interface for NetworkManager hook (should be org.freedesktop.NetworkManager.Sleep)

2012-06-07 Thread Bug Watch Updater
Launchpad has imported 8 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=30701.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2010-10-08T09:11:54+00:00 Jklimes wrote:

Created attachment 39281
add '--print-reply' and use Sleep() method

The patch adds '--print-reply' to 55NetworkManager hook. This works around a 
bug that D-Bus loses messages for short-lived processes.
In reality this means that without '--print-reply' the message is not delivered 
to NetworkManager and it's not woken up on resume.
You can see these bugs for reference:
https://bugs.freedesktop.org/show_bug.cgi?id=896  (the core D-Bus bug)
https://bugzilla.redhat.com/show_bug.cgi?id=477964

Moreover the patch uses Sleep() method instead of deprecated sleep() and wake()
http://projects.gnome.org/NetworkManager/developers/spec-08.html

Reply at: https://bugs.launchpad.net/pm-utils/+bug/1007924/comments/0


On 2012-02-13T09:47:11+00:00 Binli wrote:

Victor,

 I've also met this issue in openSUSE, could you let it in upstream.
Thanks!

Reply at: https://bugs.launchpad.net/pm-utils/+bug/1007924/comments/3


On 2012-02-13T09:52:00+00:00 Binli wrote:

*** Bug 42500 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/pm-utils/+bug/1007924/comments/5


On 2012-06-02T20:23:38+00:00 Freedesktop-bugs-thequod wrote:

*** Bug 42500 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/pm-utils/+bug/1007924/comments/10


On 2012-06-02T20:27:11+00:00 Freedesktop-bugs-thequod wrote:

The patch fixes two issues with the NetworkManager hook, whereas the interface 
is by now not only deprecated, but not available any more.
This is a currently unfixed issue in Debian/Ubuntu.

I am setting the bug status to NEW, in case the bug is just not being
handled because of its NEEDINFO state.

Reply at: https://bugs.launchpad.net/pm-utils/+bug/1007924/comments/11


On 2012-06-04T07:26:11+00:00 Jklimes wrote:

(In reply to comment #4)
 The patch fixes two issues with the NetworkManager hook, whereas the interface
 is by now not only deprecated, but not available any more.
 This is a currently unfixed issue in Debian/Ubuntu.

What interface do you mean, whole pm-utils?
Then yes, there are other ways how to handle sleep/resume now, e.g. UPower 
daemon.
NetworkManager listen to UPower's Sleeping and Resuming D-Bus signals too. So, 
the patch for pm-utils is not vital for NM. But still it would be nice to fix 
the script as it is broken, and some can use it.

http://projects.gnome.org/NetworkManager/developers/api/09/spec.html#org.freedesktop.NetworkManager

Reply at: https://bugs.launchpad.net/pm-utils/+bug/1007924/comments/12


On 2012-06-05T13:36:07+00:00 Freedesktop-bugs-thequod wrote:

 What interface do you mean, whole pm-utils?

I am referring to the NetworkManager DBUS interface, where pm-utils uses
a non-existent interface method: see bug 42500.

Reply at: https://bugs.launchpad.net/pm-utils/+bug/1007924/comments/13


On 2012-06-05T13:54:29+00:00 Jklimes wrote:

(In reply to comment #6)
  What interface do you mean, whole pm-utils?
 
 I am referring to the NetworkManager DBUS interface, where pm-utils uses a
 non-existent interface method: see bug 42500.

But, the patch fixes that too - e.g. uses Sleep() instead of sleep() and
wake() (it's written in the Description :).

Reply at: https://bugs.launchpad.net/pm-utils/+bug/1007924/comments/14


** Changed in: pm-utils
   Status: Unknown = Confirmed

** Changed in: pm-utils
   Importance: Unknown = Medium

** Bug watch added: freedesktop.org Bugzilla #896
   https://bugs.freedesktop.org/show_bug.cgi?id=896

** Bug watch added: Red Hat Bugzilla #477964
   https://bugzilla.redhat.com/show_bug.cgi?id=477964

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

Title:
  pm-utils uses wrong interface for NetworkManager hook (should be
  org.freedesktop.NetworkManager.Sleep)

To manage notifications about this bug go to:
https://bugs.launchpad.net/pm-utils/+bug/1007924/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com

[Bug 973096] Re: Nvidia driver causes xorg crash

2012-06-07 Thread ragtag
I'm having the same problem on a Quadro FX3700 card running 295.40. It
seems this applies to specific cards, I have an ATI/AMD card and an
Intel card at home, which don't have this issue and run very stable.

I'm looking at moving 30+ machines to Ubuntu 12.04 (15 of which have the
Quadro FX3700 card). Hopefully this will be fixed soon, as currently
it's a complete show stopper, as we can't have people being logged out
5-10 times at random during every work day.

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

Title:
  Nvidia driver causes xorg crash

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

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


[Bug 759104] Re: [gm45] Upgrade to Natty wont load

2012-06-07 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel
   Status: Confirmed = Incomplete

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

Title:
  [gm45] Upgrade to Natty wont load

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

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


[Bug 1009857] Re: Lubuntu Precise to Quantal Alpha1 upgrade fails

2012-06-07 Thread Erick Brunzell
Same thing in the Ubuntu test. Both had been fresh installs of Precise,
the Lubuntu install just moments before testing the upgrade path and the
Ubuntu install had been done on 2012-04-23 and then updated.

Both had all updates applied before testing, including the required
reboot :^)

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

Title:
  Lubuntu Precise to Quantal Alpha1 upgrade fails

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

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


[Bug 1007916] Re: dig doesn't resolve domain hostnames

2012-06-07 Thread James Page
Javier

Not sure I quite understand your original bug report.

Are you saying that dig does not honour the search path in
/etc/resolv.conf?  That is default behavior for dig and if you specify a
simple hostname only if will try the ROOT  servers - which normally
fails.

Use the +search option to enable usage of the search options in
/etc/resolv.conf,

Marking 'Incomplete' pending your response.

Thanks

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

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

Title:
  dig doesn't resolve domain hostnames

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

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


[Bug 974830] Re: [sandybridge-m-gt2+] GPU lockup render.IPEHR: 0x78170003 using Oracle SQL Developer

2012-06-07 Thread Timo Aaltonen
Andy: could you test something simple.. to disable FBC you can give an
option to the kernel 'i915.i915_enable_fbc=0' by editing the kernel
options from the boot menu. So if could test with that when booting the
-25 kernel it would be great.

There is a commit in upstream v3.2 stable queue disabling that, and it's
a oneliner change that _should_ be possible to get in the next kernel
upload.. here's hoping.

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

Title:
  [sandybridge-m-gt2+] GPU lockup  render.IPEHR: 0x78170003 using Oracle
  SQL Developer

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

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


[Bug 953861] Re: network-manager-pptp forgets to add a route when connecting to (split) VPN

2012-06-07 Thread bq
oups,   now I see, that my report is not about network-manager-pptp
but about 'pppd' itself ... but that can mean that the problem is there
in pppd , and not in the network manager.

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

Title:
  network-manager-pptp forgets to add a route when connecting to (split)
  VPN

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-pptp/+bug/953861/+subscriptions

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


[Bug 953861] Re: network-manager-pptp forgets to add a route when connecting to (split) VPN

2012-06-07 Thread bq
I am sorry,   I was wrong,  I forgot to copy file  /etc/ppp/ip-up.d
/route-traffic  from the old setup :(sorry, it works as before

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

Title:
  network-manager-pptp forgets to add a route when connecting to (split)
  VPN

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-pptp/+bug/953861/+subscriptions

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


[Bug 948161] Re: Brasero burns unreadable disks

2012-06-07 Thread Alexander Heuer
Happens to me on my Lenovo X220t with an external Lenovo CD/DVD writer.
Before that, it also happened on my Lenovo X301 with the internal TSSTcorp 
writer.

If I let Brasero create the image and then burn the image manually via
commandline the CDs work fine afterwards. If I let Brasero do the
burning the CDs are unreadable.

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

Title:
  Brasero burns unreadable disks

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

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


[Bug 941219] Re: [Acer Aspire 8930G] Speaker Sound does not mute when Headphones are connected. Ubuntu 12.04 LTS. Missing Auto-Mute Mode in alsamixer.

2012-06-07 Thread apsaras
I have exactly the same problem (speakers don't mute when headphone jack
inserted), but I'm not using an Acer. Would my information most usefully
go in this bug report, or should I start a new one? It would seem silly
to have a new report for every bit of hardware if there is a problem
common to many platforms, on the other hand it would be good not to
confuse two different causes if this particular one is Acer-specific.

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

Title:
  [Acer Aspire 8930G] Speaker Sound does not mute when Headphones are
  connected. Ubuntu 12.04 LTS. Missing Auto-Mute Mode in alsamixer.

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

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


[Bug 941219] Re: [Acer Aspire 8930G] Speaker Sound does not mute when Headphones are connected. Ubuntu 12.04 LTS. Missing Auto-Mute Mode in alsamixer.

2012-06-07 Thread apsaras
I don't think that it's a good idea to mark this bug as fix committed
just because it is fixed in a mainline kernel. Mainline kernels are for
trying things out and this fix will not propagate into normal 12.04
updates, so will not fix the problem for the majority of users. Even if
you do use this kernel, you will not get any  kernel security updates
from the supported 12.04 kernel (currently 3.2.0-24).

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

Title:
  [Acer Aspire 8930G] Speaker Sound does not mute when Headphones are
  connected. Ubuntu 12.04 LTS. Missing Auto-Mute Mode in alsamixer.

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

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


[Bug 263637] Re: Gnome-terminal follows symbolic links instead of staying in the current directory when opening a new tab

2012-06-07 Thread Bug Watch Updater
** Changed in: gnome-terminal
   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/263637

Title:
  Gnome-terminal follows symbolic links instead of staying in the
  current directory when opening a new tab

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

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


[Bug 1009955] [NEW] Error -114 or -102 when reading from Canon EOS 5D

2012-06-07 Thread Bruno Girin
Public bug reported:

gphoto2 reports errors when reading from my Canon EOS 5D. This used to
work well prior to upgrading to Precise.

Steps to reproduce:
1. Connect the camera to the computer and switch it on,
2. If Shotwell starts, stop it immediately (you might have to force it to quit),
3. Run the following command:
gphoto2 --debug --list-files
4. gphoto2 reports error -114: 'OS error in camera communication'
5. Re-run the same command a few minutes later
6. gphoto2 reports error -102: 'Corrupted data'

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gphoto2 2.4.11-2
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Thu Jun  7 12:15:03 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: gphoto2
UpgradeStatus: Upgraded to precise on 2012-02-11 (116 days ago)

** Affects: gphoto2 (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/1009955

Title:
  Error -114 or -102 when reading from Canon EOS 5D

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

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


[Bug 1009955] Re: Error -114 or -102 when reading from Canon EOS 5D

2012-06-07 Thread Bruno Girin
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009955

Title:
  Error -114 or -102 when reading from Canon EOS 5D

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

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


[Bug 1009955] Re: Error -114 or -102 when reading from Canon EOS 5D

2012-06-07 Thread Bruno Girin
Initial output of gphoto2 --debug --list-files

** Attachment added: list-files-114.out
   
https://bugs.launchpad.net/ubuntu/+source/gphoto2/+bug/1009955/+attachment/3179070/+files/list-files-114.out

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

Title:
  Error -114 or -102 when reading from Canon EOS 5D

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

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


[Bug 1009955] Re: Error -114 or -102 when reading from Canon EOS 5D

2012-06-07 Thread Bruno Girin
Subsequent output of gphoto2 --debug --list-files

** Attachment added: list-files-102.out
   
https://bugs.launchpad.net/ubuntu/+source/gphoto2/+bug/1009955/+attachment/3179071/+files/list-files-102.out

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

Title:
  Error -114 or -102 when reading from Canon EOS 5D

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

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


[Bug 1009695] Re: package backuppc 3.2.1-2ubuntu1.1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2012-06-07 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Looks like backuppc failed to stop or the init script is broken.

Please can you check for the existence of /var/run/backuppc/BackupPC.pid

If this file exists then please run:

  ps -aef | grep `cat /var/run/backuppc/BackupPC.pid`

If no output is return (or no output with the words BackupPC in it) then
please run:

  sudo rm cat /var/run/backuppc/BackupPC.pid
  sudo apt-get -f install

Hopefully this will resolve your issue.

This might be a duplicate of bug 992335 - which could indicate a problem
with the upgrade process. Where you running backuppc prior to upgrading
to 12.04?

Marking 'Incomplete' pending your response. Please set the status back
to 'New' once you have provided the requested information.

Thanks.


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

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

Title:
  package backuppc 3.2.1-2ubuntu1.1 failed to install/upgrade:
  подпроцесс установлен сценарий post-installation возвратил код ошибки
  1

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

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

[Bug 1001936] Re: GTK3 Grab/Move Triggered on Mouse Click

2012-06-07 Thread apsaras
This bug happens for me. I'm using xubuntu 12.04 (xfce) and Greybird
style (under Settings - Settings Manager - Appearance - Style; is
that what people mean by theme? I don't see an Ambiance option).

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

Title:
  GTK3 Grab/Move Triggered on Mouse Click

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1001936/+subscriptions

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


[Bug 964440] Re: Icons leave a trail of shadows with compositing effects enabled

2012-06-07 Thread Rüdiger Kupper
The latest news is that it's still present. I'm sorry I can't provide a
screenshot, I'll try and make a photograph.

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

Title:
  Icons leave a trail of shadows with compositing effects enabled

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

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


[Bug 1009753] Re: python-qwt3d-qt4 cannot be used

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

** Changed in: pyqwt3d (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/1009753

Title:
  python-qwt3d-qt4 cannot be used

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

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


[Bug 995005] Re: C-state C3 does not work after disconnecting the AC power from notebook

2012-06-07 Thread Thomas Schlichter
** Bug watch added: Linux Kernel Bug Tracker #43349
   http://bugzilla.kernel.org/show_bug.cgi?id=43349

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=43349
   Importance: Unknown
   Status: Unknown

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

Title:
  C-state C3 does not work after disconnecting the AC power from
  notebook

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

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


[Bug 973096] Re: Nvidia driver causes xorg crash

2012-06-07 Thread Michal Bližňák
I can confirm that moving to 290.10 solved the problem (at least for me
- 8800 GT).

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

Title:
  Nvidia driver causes xorg crash

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

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


[Bug 943880] Re: Xorg crashed with SIGABRT in __libc_message() from malloc_printerr() via XIDestroyDeviceProperty

2012-06-07 Thread Maarten Lankhorst
Please test. :)

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

Title:
  Xorg crashed with SIGABRT in __libc_message() from malloc_printerr()
  via XIDestroyDeviceProperty

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

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


[Bug 532072] Re: long descriptions get cut in the middle

2012-06-07 Thread Timothy Arceri
** Changed in: hundredpapercuts
   Status: Fix Committed = 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/532072

Title:
  long descriptions get cut in the middle

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

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


[Bug 1009607] Re: User Accounts does not delete all files when deleting a user with an encrypted folder

2012-06-07 Thread Paddy Landau
Sebastien, that is an interesting question!

sudo userdel --remove -- newuser
- This gives the same problem.

However, the manual for userdel says:
On Debian, administrators should usually use deluser(8) instead.

So I tried:

sudo deluser --remove-home -- newuser
- That command worked correctly.

Therefore, the conclusion seems to be that the accountsservice should
call /usr/sbin/deluser --remove-home -- user instead of userdel.

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

Title:
  User Accounts does not delete all files when deleting a user with an
  encrypted folder

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

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


[Bug 1009081] Re: package samba 2:3.6.3-2ubuntu2.2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2012-06-07 Thread Fernando La Chica
This is de output of testparm

[global]
server string = %h server (Samba, Ubuntu)
map to guest = Bad User
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n 
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
idmap config * : backend = tdb

[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
printable = Yes
print ok = Yes
browseable = No

[print$]
comment = Printer Drivers
path = /var/lib/samba/printers


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

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

Title:
  package samba 2:3.6.3-2ubuntu2.2 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

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

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

[Bug 1007916] Re: dig doesn't resolve domain hostnames

2012-06-07 Thread Javier Domingo
Sorry, I have misunderstood the man. I didn't understand that the
configuration from resolv.conf was taken depending on the parameters. It
uses just the servers in resolv.conf by default, not the entire
configuration.

** Changed in: bind9 (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  dig doesn't resolve domain hostnames

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

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


[Bug 996796] Re: Software Centre regression - Icons not appearing in launcher when installing new apps

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

** Changed in: software-center (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/996796

Title:
  Software Centre regression - Icons not appearing in launcher when
  installing new apps

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

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


[Bug 974830] Re: [sandybridge-m-gt2+] GPU lockup render.IPEHR: 0x78170003 using Oracle SQL Developer

2012-06-07 Thread Lucazade
@Timo Aaltonen (tjaalton)

added 'i915.i915_enable_fbc=0' to kernel params and it fixed the issue totally!
thanks for the workaroud.. awaiting for the final fix :)

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

Title:
  [sandybridge-m-gt2+] GPU lockup  render.IPEHR: 0x78170003 using Oracle
  SQL Developer

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

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


[Bug 965619] Re: emacs23-x crashed with SIGABRT in kill()

2012-06-07 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 952141 ***
https://bugs.launchpad.net/bugs/952141

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: emacs23 (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/965619

Title:
  emacs23-x crashed with SIGABRT in kill()

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

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


[Bug 965619] Re: emacs23-x crashed with SIGABRT in kill()

2012-06-07 Thread apsaras
*** This bug is a duplicate of bug 952141 ***
https://bugs.launchpad.net/bugs/952141

This bug affects me. I think it is wrong to mark it as a duplicate of a
private bug since this prevents us investigating it in this public bug
report here.

The previous message even says Please look at the other bug report to
see if there is any missing information that you can provide... which
is nonsense because the other bug report is not viewable.

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

Title:
  emacs23-x crashed with SIGABRT in kill()

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

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


[Bug 913521] Re: After using mipmaps for effects, windows stop refreshing

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

** Changed in: compiz (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/913521

Title:
  After using mipmaps for effects, windows stop refreshing

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

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


[Bug 789745] Re: sane fails to open HP Scanjet 8200

2012-06-07 Thread lanetherif
In Ubuntu 12.04 the problem persists...

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

Title:
  sane fails to open HP Scanjet 8200

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

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


[Bug 913521] Re: After using mipmaps for effects, windows stop refreshing

2012-06-07 Thread MC Return
Oh, it is the mipmap setting that is messing things up !
Great, because it means that I finally found a workaround for my problem 
reported here:

https://bugs.launchpad.net/compiz/+bug/1009566

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

Title:
  After using mipmaps for effects, windows stop refreshing

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

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


[Bug 1009961] [NEW] about:startpage missing new Firefox 13 features

2012-06-07 Thread Andrew Lau
Public bug reported:

The firefox 13.0+build1-0ubuntu0.12.04.1 package is still using a
version of about:startpage customized with Ubuntu links.

However, the customisations disable the new features that have been
added to that page in Firefox 13 as shown in the following screenshot:
http://cdn2.digitaltrends.com/wp-content/uploads/2012/06/firefox-start-
page.jpg

** Affects: firefox (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/1009961

Title:
  about:startpage missing new Firefox 13 features

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

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


Re: [Bug 1009896] [NEW] Lubuntu Alternate and Desktop images exceed 700MB

2012-06-07 Thread Julien Lavergne
It is temporally, we still have a lot of space available if we remove
langpacks.

Julien Lavergne

Le 7 juin 2012 à 10:57, Lars Noodén lars.noo...@gmail.com a écrit :

 Public bug reported:
 
 Since 6 June, the CD images for Lubuntu Alternate and Desktop are
 exceeding 700MB.  This makes them too big to burn to CDRW.   Is it
 planned that the images shall go over 700MB or is that an oversight that
 will be fixed?
 
 http://iso.qa.ubuntu.com/qatracker/milestones/221/builds/16965/downloads
 
 ** Affects: lubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New
 
 -- 
 You received this bug notification because you are a member of Lubuntu
 Packages Team, which is subscribed to lubuntu-meta in Ubuntu.
 https://bugs.launchpad.net/bugs/1009896
 
 Title:
  Lubuntu Alternate and Desktop images exceed 700MB
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1009896/+subscriptions

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

Title:
  Lubuntu Alternate and Desktop images exceed 700MB

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

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

[Bug 1009753] Re: python-qwt3d-qt4 cannot be used

2012-06-07 Thread Julian Taylor
fixed in quantal:
pyqwt3d (0.1.7~cvs20090625-9) unstable; urgency=low 
   [ Jakub Wilk ]
   * Add epoch to python-numpy version in Build-Depends.
 
   [ Gudjon I. Gudjonsson ]
   * Bump standards version to 3.9.3
   * Add -lGLU to configure.py command line

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

** Also affects: pyqwt3d (Ubuntu Precise)
   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/1009753

Title:
  python-qwt3d-qt4 cannot be used

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

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


[Bug 1009699] Re: AssertionError after changing computer name

2012-06-07 Thread Andreas E.
I quit the ubuntuone processes, deleted the key in seahorse (there is no
key more) and restarted the client, but the same error message appears.

When the processes are not running  u1sdtool --status   gives (and it starts 
ubuntuine-syncdaemon which runs then at 112%):
State: LOCAL_RESCAN
connection: Not User With Network
description: doing local rescan
is_connected: False
is_error: False
is_online: False
queues: WORKING

I tried to create a new user account and launch the ubuntuone client,
but the same error appeared.

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

Title:
  AssertionError after changing computer name

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

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


[Bug 1009347] Re: package bind9 1:9.8.1.dfsg.P1-4ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-07 Thread Marc Deslauriers
This is your issue:

Jun  6 09:11:03 tih-lussu named[12840]: loading configuration from 
'/etc/bind/named.conf'
Jun  6 09:11:03 tih-lussu named[12840]: /etc/bind/named.conf.options:22: 
expected IP address near 'dnssec-validation'
Jun  6 09:11:03 tih-lussu named[12840]: loading configuration: unexpected token
Jun  6 09:11:03 tih-lussu named[12840]: exiting (due to fatal error)

You have some invalid bind configuration which prevented it from
upgrading properly.

** Changed in: bind9 (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  package bind9 1:9.8.1.dfsg.P1-4ubuntu0.1 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/bind9/+bug/1009347/+subscriptions

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


[Bug 1008705] Re: No Mic Input HDI Nvidia HP G60 - Probably PulseAudio bug

2012-06-07 Thread Daniel
May be duplicate of https://bugs.launchpad.net/ubuntu/+source/linux/+bug/880399
Don't understand these things though.

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

Title:
  No Mic Input HDI Nvidia HP G60 - Probably PulseAudio bug

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

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


[Bug 999888] Re: Missing brightness control in System Settings/Brightness and Lock

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

** Changed in: gnome-control-center (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/999888

Title:
  Missing brightness control in System Settings/Brightness and Lock

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

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


[Bug 602680] Re: Description: About Myself

2012-06-07 Thread Timothy Arceri
I disagree. Basically your just saying remove that names of the programs
from the description. This is silly it adds no value. But removes useful
information, its important to know the names of these apps to be able to
launch them from the command line.

** Changed in: hundredpapercuts
   Status: Triaged = Opinion

** Changed in: usermode (Ubuntu)
   Status: Confirmed = Opinion

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

Title:
  Description: About Myself

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

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


[Bug 1009963] [NEW] package sandboxgamemaker 2.7.1+dfsg-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 4

2012-06-07 Thread WisdomWay
Public bug reported:

damage softwar

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: sandboxgamemaker 2.7.1+dfsg-1
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic-pae 3.2.16
Uname: Linux 3.2.0-24-generic-pae i686
NonfreeKernelModules: wl
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
Date: Thu Jun  7 12:37:49 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 4
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
SourcePackage: sandboxgamemaker
Title: package sandboxgamemaker 2.7.1+dfsg-1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 4
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 precise

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

Title:
  package sandboxgamemaker 2.7.1+dfsg-1 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/sandboxgamemaker/+bug/1009963/+subscriptions

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


[Bug 1009963] Re: package sandboxgamemaker 2.7.1+dfsg-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 4

2012-06-07 Thread WisdomWay
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009963

Title:
  package sandboxgamemaker 2.7.1+dfsg-1 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/sandboxgamemaker/+bug/1009963/+subscriptions

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


[Bug 1009756] Re: libqwt-dev is always trying to update to the same version

2012-06-07 Thread Julian Taylor
*** This bug is a duplicate of bug 921430 ***
https://bugs.launchpad.net/bugs/921430

this should be fixed by the package in -proposed:
please verify the bug so it can move to -updates
see bug 921430

** This bug has been marked a duplicate of bug 921430
   Package libqwt-dev wants to upgrade every time

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

Title:
  libqwt-dev is always trying to update to the same version

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

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


[Bug 1009607] Re: User Accounts does not delete all files when deleting a user with an encrypted folder

2012-06-07 Thread Sebastien Bacher
there a 2 issues there then, one is that userdel is buggy, the other one
is that accountsservice should use the other command

** Package changed: gnome-control-center (Ubuntu) = accountsservice
(Ubuntu)

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

Title:
  User Accounts does not delete all files when deleting a user with an
  encrypted folder

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

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


[Bug 1009265] Re: package bind9 1:9.7.0.dfsg.P1-1ubuntu0.5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-07 Thread Marc Deslauriers
This is your issue:

Setting up bind9 (1:9.7.0.dfsg.P1-1ubuntu0.5) ...
 * Starting domain name service... bind9
named: chroot(): No such file or directory
   ...fail!
invoke-rc.d: initscript bind9, action start failed.

Looks like you are missing files or directories. Please reinstall the
whole package as specified in comment #2

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

Title:
  package bind9 1:9.7.0.dfsg.P1-1ubuntu0.5 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/bind9/+bug/1009265/+subscriptions

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


[Bug 1009514] Re: Lucid hangs during update of bind9-host

2012-06-07 Thread Marc Deslauriers
Do you have a log file or something that could give us a clue what
happened?

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

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

Title:
  Lucid hangs during update of bind9-host

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

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


[Bug 992480] Re: fsck.btrfs of a 1TB volume triggers OOM kill on a 1GB RAM machine. (32-bit)

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

** Changed in: btrfs-tools (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/992480

Title:
  fsck.btrfs of a 1TB volume triggers OOM kill on a 1GB RAM machine.
  (32-bit)

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

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


[Bug 1007060] Re: package bind9 1:9.8.1.dfsg.P1-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-07 Thread Marc Deslauriers
This was in your syslog file:

Jun  1 01:28:09 id named[5470]: loading configuration from 
'/etc/bind/named.conf'
Jun  1 01:28:09 id named[5470]: /etc/bind/named.conf.options:14: expected IP 
address near 'forwarders'
Jun  1 01:28:09 id named[5470]: loading configuration: unexpected token
Jun  1 01:28:09 id named[5470]: exiting (due to fatal error)


Looks like you have some broken configuration.

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

Title:
  package bind9 1:9.8.1.dfsg.P1-4 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/bind9/+bug/1007060/+subscriptions

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


[Bug 959037] Re: Local resolver prohibits DNS servers from running

2012-06-07 Thread Thomas Hood
* Some thinking about[0][1], if not much coding of[2], a successor to
ifupdown was done in the netconf project[3] led by Debian Developer
martin krafft[4][5].

[0]http://people.debian.org/~madduck/talks/netconf_fosdem_2007.02.25/slides.s5.html
[1]http://lists.alioth.debian.org/pipermail/netconf-devel/
[2]http://lists.alioth.debian.org/pipermail/netconf-commits/
[3]https://alioth.debian.org/projects/netconf/
[4]madduck AT debian.org
[5]http://people.debian.org/~madduck/

* One small step toward harmonizing desktop network configuration and
server network configuration was taken with the introduction of
resolvconf in both versions of 12.04.  But there again, NM integrates
bare-minimally with resolvconf; NM doesn't let resolvconf prioritize
nameserver information according to interface-order(5) but sends
resolvconf one big lump of nameserver information called
NetworkManager.

* If Ubuntu doesn't switch to wicd or netconf or something else then
another possibility to be explored is to break up NM into components
that can be better integrated with other parts of the distro.  This is,
of course, rather difficult without cooperation from upstream.

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

Title:
  Local resolver prohibits DNS servers from running

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

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


[Bug 87220] Re: [Upstream] Wishlist: Add rotation of images to writer

2012-06-07 Thread Björn Michaelsen
Well, we should watch the progress there, of course. But given that
ericb has assigned that feature to himself and has left the Apache PMCC
and project (for the third time, if I count right) we shouldnt depend
ourselves on that (or anything from that feature planning) for that
matter ...

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

Title:
  [Upstream] Wishlist: Add rotation of images to writer

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

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


[Bug 921430] Re: Package libqwt-dev wants to upgrade every time

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

** Changed in: qwt (Ubuntu Precise)
   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/921430

Title:
  Package libqwt-dev wants to upgrade every time

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

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


[Bug 1009964] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-06-07 Thread Damith Gunathilake
*** This bug is a duplicate of bug 982609 ***
https://bugs.launchpad.net/bugs/982609

Public bug reported:

I cant install any other package.always this error given

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-24.38-generic-pae 3.2.16
Uname: Linux 3.2.0-24-generic-pae i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Thu Jun  7 17:06:44 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 126
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
SourcePackage: samba4
Title: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 126
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 precise

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 126

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

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


[Bug 1009964] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-06-07 Thread Damith Gunathilake
*** This bug is a duplicate of bug 982609 ***
https://bugs.launchpad.net/bugs/982609

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 126

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

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


[Bug 1009964] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-06-07 Thread Apport retracing service
*** This bug is a duplicate of bug 982609 ***
https://bugs.launchpad.net/bugs/982609

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 #982609, 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

** This bug has been marked a duplicate of bug 982609
   invalid smb.conf file

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 126

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

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


[Bug 1009963] Re: package sandboxgamemaker 2.7.1+dfsg-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 4

2012-06-07 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package sandboxgamemaker 2.7.1+dfsg-1 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/sandboxgamemaker/+bug/1009963/+subscriptions

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


[Bug 1009835] Re: Right mouse button no longer works in Firefox. Still works elsewhere.

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

** Changed in: firefox (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/1009835

Title:
  Right mouse button no longer works in Firefox.  Still works elsewhere.

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

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


[Bug 1009699] Re: AssertionError after changing computer name

2012-06-07 Thread Roman Yepishev
Interesting.

Could you please run the following script to collect the logs and some
extra info about your setup and attach the generated archive to this bug
report?

wget 
http://people.canonical.com/~roman.yepishev/us/ubuntuone-ubuntu-syncdaemon-diag.sh
bash ubuntuone-ubuntu-syncdaemon-diag.sh

The archive will be placed to your Desktop folder.

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

Title:
  AssertionError after changing computer name

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

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


[Bug 1009514] Re: Lucid hangs during update of bind9-host

2012-06-07 Thread James Page
Hi Erdal

Thanks for taking the time to report this bug in Ubuntu.

I don't suppose that you managed to capture exactly where the update was
hanging?  Was it during restart of bind9?

As you have now resolved this issue we might not be able to progress
much further - but lets see.

Marking 'Incomplete' pending your response - please set back to 'New'
when you have provided the requested information.

Thanks.

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

Title:
  Lucid hangs during update of bind9-host

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

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


[Bug 1009474] Re: nordugrid-arc version 1.1.1-1build1 failed to build with openjdk-7 as default-jdk

2012-06-07 Thread Bug Watch Updater
** Changed in: nordugrid-arc (Debian)
   Status: Unknown = New

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

Title:
  nordugrid-arc version 1.1.1-1build1 failed to build with openjdk-7 as
  default-jdk

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

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


[Bug 1008492] Re: Merge with Debian

2012-06-07 Thread Bug Watch Updater
** Changed in: libpst (Debian)
   Status: Unknown = New

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

Title:
  Merge with Debian

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

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


[Bug 997370] Re: high cpu usage

2012-06-07 Thread julius von kohout
dont use vlc with vaapi . you should rather use mplayer .

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

Title:
  high cpu usage

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

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


[Bug 992480] Re: fsck.btrfs of a 1TB volume triggers OOM kill on a 1GB RAM machine. (32-bit)

2012-06-07 Thread Arie Skliarouk
Same story, 4TB volume on a 4GB RAM machine. (64-bit).

btrfs-tools  version  0.19+20100601-3ubuntu3  (as provided by ubuntu
12.04)

The reason I want to do btrfsck as there is a subvolume I can not delete
anymore:

/sbin/btrfs subvolume delete backup_2012-05-17
Delete subvolume '/backups/backup_2012-05-17'
ERROR: cannot delete '/backups/backup_2012-05-17'

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

Title:
  fsck.btrfs of a 1TB volume triggers OOM kill on a 1GB RAM machine.
  (32-bit)

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

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


[Bug 951827] Re: Power Statistics window blank

2012-06-07 Thread Ivica Ico Bukvic
Confirming bug on Ubuntu 12.04 x86_64 with latest updates.

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

Title:
  Power Statistics window blank

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

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


Re: [Bug 943880] Re: Xorg crashed with SIGABRT in __libc_message() from malloc_printerr() via XIDestroyDeviceProperty

2012-06-07 Thread Hugh Perkins
Hi Maarten,

I installed the synaptics driver, and rebooted into the standard
kernel, and the standard kernel was really unstable so I rebooted back
into mainstream kernel.  I'm a bit concerned about the security
implications of running an old mainstream kernel, but at least the
mainstream kernel is stable.  I'm using the same synaptics driver in
both by the way, since it's the same system, and my touchpad works
fine in mainstream.

Perhaps there is something in one of the modules that is part of the
Ubuntu kernel that is not included in the mainstream kernel that is
causing issues?  For example, in the mainstream kernel, I can't run
vmware, and there is no ipv6, and app-armor support is significantly
reduced, and I imagine there are some other modules in the Ubuntu
kernel that are not part of the mainstream kernel?

Hugh


On Thu, Jun 7, 2012 at 7:25 PM, Maarten Lankhorst
maarten.lankho...@canonical.com wrote:
 Please test. :)

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

 Title:
  Xorg crashed with SIGABRT in __libc_message() from malloc_printerr()
  via XIDestroyDeviceProperty

 Status in “xorg-server” package in Ubuntu:
  Confirmed
 Status in “xorg-server” source package in Precise:
  Confirmed

 Bug description:
  #2  0xb71de835 in __GI_abort () at abort.c:91
          save_stage = 2
          act = {__sigaction_handler = {sa_handler = 0x407, sa_sigaction = 
 0x407}, sa_mask = {__val = {3075852732, 3075864776, 6, 8, 3217292836, 
 3072910926, 0, 0, 3072250189, 3073691636, 3073691636, 11, 3217294372, 
 3073032746, 2, 3217292836, 8, 0, 3217295596, 0, 7, 0, 5, 3217292940, 
 3217292932, 8, 3073420904, 3073420908, 3075850240, 2, 3076003257, 3}}, 
 sa_flags = 4, sa_restorer = 0xb730893f}
          sigs = {__val = {32, 0 repeats 31 times}}
  #3  0xb7214f9a in __libc_message (do_abort=2, fmt=0xb730cf3c *** glibc 
 detected *** %s: %s: 0x%s ***\n) at 
 ../sysdeps/unix/sysv/linux/libc_fatal.c:201
          ap = 0xb6eee000 
          ap_copy = 0xb6eee000 
          fd = 2
          on_2 = optimized out
          list = optimized out
          nlist = optimized out
          cp = optimized out
          written = optimized out
  #4  0xb721fae2 in malloc_printerr (action=optimized out, str=optimized 
 out, ptr=0xb98da700) at malloc.c:5007
          buf = b98da700
          cp = optimized out
  #5  0xb767bd1b in XIDestroyDeviceProperty (prop=0xb98da700) at 
 ../../Xi/xiproperty.c:631
  No locals.
  #6  0xb767c2a4 in XIDeleteAllDeviceProperties (device=0xb98d7c18) at 
 ../../Xi/xiproperty.c:648
          prop = 0xb98da700
          next = 0xb98d8360
          curr_handler = optimized out
          next_handler = optimized out
  #7  0xb7587b2d in CloseDevice (dev=0xb98d7c18) at ../../dix/devices.c:919
          screen = 0xb947d6d0
          classes = optimized out
          j = optimized out
  #8  0xb758c0dd in RemoveDevice (dev=0xb98d7c18, sendevent=1 '\001') at 
 ../../dix/devices.c:1117
          prev = optimized out
          tmp = 0xb98d7c18
          next = 0xb98cbe18
          ret = optimized out
          screen = optimized out
          deviceid = 11
          initialized = 1
          flags = {0 repeats 11 times, 8, 0 repeats 28 times}


  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: xserver-xorg-core 2:1.11.4-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic-pae 3.2.6
  Uname: Linux 3.2.0-17-generic-pae i686
  .tmp.unity.support.test.0:

  ApportVersion: 1.93-0ubuntu2
  Architecture: i386
  CompizPlugins: No value set for 
 `/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  Date: Wed Feb 29 14:49:40 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  ExecutablePath: /usr/bin/Xorg
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
 Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:21da]
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 
 (20120201.1)
  MachineType: LENOVO 4287CTO
  ProcCmdline: /usr/bin/X :1 -auth /var/run/lightdm/root/:1 -nolisten tcp vt8 
 -novtswitch
  ProcEnviron:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-17-generic-pae 
 root=UUID=4df4306d-0fbd-4fb5-bbda-ee15a859a65d ro quiet splash vt.handoff=7
  Signal: 6
  SourcePackage: xorg-server
  StacktraceTop:
   raise () from /lib/i386-linux-gnu/libc.so.6
   abort () from /lib/i386-linux-gnu/libc.so.6
   ?? () from /lib/i386-linux-gnu/libc.so.6
   ?? () from /lib/i386-linux-gnu/libc.so.6
   ?? ()
  Title: Xorg crashed with SIGABRT in raise()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  dmi.bios.date: 05/18/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET46WW (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4287CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: 

[Bug 1009409] Re: openshot conflicts with kdenlive, and libmlt4 with itself

2012-06-07 Thread ullix
it might be libmlt4, but the problem might just as well be within
OpenShot or Kdenlive

** Package changed: ubuntu = mlt (Ubuntu)

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

Title:
  openshot conflicts with kdenlive, and libmlt4 with itself

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

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


[Bug 1009334] Re: incorrect text highlighting of HTML inside javascript after /

2012-06-07 Thread Bug Watch Updater
** Changed in: gtksourceview
   Status: Unknown = Confirmed

** Changed in: gtksourceview
   Importance: Unknown = Medium

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

Title:
  incorrect text highlighting of HTML inside javascript after /

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

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


[Bug 1007593] Re: nautilus hits SIGABRT: sidebar-go_to_after_mount_slot == NULL

2012-06-07 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown = New

** Changed in: nautilus
   Importance: Unknown = Medium

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

Title:
  nautilus hits SIGABRT: sidebar-go_to_after_mount_slot == NULL

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

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


[Bug 1006416] Re: Add missing icons to elementary-xfce

2012-06-07 Thread Dmitry Shachnev
Can you please copy edit-cut, edit-paste and preview-file icons
from Humanity? These icons are quite important, and are currently
missing in xubuntu-icon-theme.

** Changed in: xubuntu-artwork (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/1006416

Title:
  Add missing icons to elementary-xfce

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

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


[Bug 1004018] Re: Add highbank images

2012-06-07 Thread Robie Basak
A highbank kernel is now in Quantal, so we can enable netinst images.
Debdiff attached.

** Patch added: d-i.highbank.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1004018/+attachment/3179088/+files/d-i.highbank.debdiff

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

Title:
  Add highbank images

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

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


[Bug 997470] Re: apport-gpu-error-intel.py keep crashing for 4-5 times on every reboot

2012-06-07 Thread muawijhe
This bug also affects Macbook Pro 13'' with Intel Graphics Card HD3000.

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

Title:
  apport-gpu-error-intel.py keep crashing for 4-5 times on every reboot

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

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


[Bug 992232] Re: no libreoffice-report-builder in precise

2012-06-07 Thread John
I've been waiting for over a month now expecting this to be fixed.
Should I go back to open office I've been hanging on hoping a fix will
be found.

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

Title:
  no libreoffice-report-builder in precise

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

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


[Bug 1004018] Re: Add highbank images

2012-06-07 Thread Robie Basak
I've tested this by running make all_build (and also make
build_highbank_netboot) locally. The images generated work on the
hardware and give me an installed system.

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

Title:
  Add highbank images

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

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


[Bug 371897]

2012-06-07 Thread Cephryx
Confirmed. Dota2 stopped crashing after installing wine
1.5.5-0ubuntu1~ppa1~precise1+pulse17 from the Ubuntu Wine Team's PPA,
instead of using wine1.4. This is actually awesome!

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

Title:
  Occasional sound drops in Wine via PulseAudio

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

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


[Bug 1009967] [NEW] Installed programs disappear from “What's new” and “Best rated” sections after restarting USC

2012-06-07 Thread mmiicc
Public bug reported:

Ubuntu 12.04, USC 5.2.2.2


I've installed an app which was in “What's new” category. Later on, after 
restarting USC, I noticed the app I installed disappeared from “What's new” 
list. I was confused because I wanted to review the app. Well, I thought, 
probably there was a problem with the app and it was removed from USC. Tough 
luck. 
After few days I've installed another app from “What's new” list and again 
noticed the app is no longer there after restarting USC. This time I thought it 
can't be some coincidence. I've tested a little more and it looks like a bug in 
USC.

The problem also affects apps listed in “Best rated” and “Recommended”
categories.

** Affects: software-center (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/1009967

Title:
  Installed programs disappear from “What's new” and “Best rated”
  sections after restarting USC

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

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

[Bug 1009961] Re: about:startpage missing new Firefox 13 features

2012-06-07 Thread Chris Coulson
*** This bug is a duplicate of bug 1009670 ***
https://bugs.launchpad.net/bugs/1009670

** This bug has been marked a duplicate of bug 1009670
   Add the quicker access to bookmarks, history, settings, and more of Firefox 
13 in startpage

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

Title:
  about:startpage missing new Firefox 13 features

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

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


[Bug 1009670] Re: Add the quicker access to bookmarks, history, settings, and more of Firefox 13 in startpage

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

** Changed in: firefox (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/1009670

Title:
  Add the quicker access to bookmarks, history, settings, and more of
  Firefox 13 in startpage

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

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


<    4   5   6   7   8   9   10   11   12   13   >