[Bug 1188850] Re: cgrulesengd cannot process symlinked executables

2013-06-22 Thread ojab
The issue is fixed in libcgroup1/cgroup-bin-0.37.1-1ubuntu10.1.

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

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

Title:
  cgrulesengd cannot process symlinked executables

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

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


[Bug 1193594] [NEW] lxc-create hanging

2013-06-22 Thread Robert Collins
Public bug reported:

Running
sudo lxc-create -n troveclient -t ubuntu -- --bindhome $(whoami) -a i386 

is hanging:


lxc-create: No config file specified, using the default config 
/etc/lxc/default.conf


I've left it for 15+ m with no further output.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: lxc 0.9.0-0ubuntu3
ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
Uname: Linux 3.8.0-23-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Sat Jun 22 22:29:02 2013
InstallationDate: Installed on 2013-01-13 (159 days ago)
InstallationMedia: Ubuntu-Server 12.10 Quantal Quetzal - Release amd64 
(20121017.2)
MarkForUpload: True
SourcePackage: lxc
UpgradeStatus: Upgraded to raring on 2013-04-22 (61 days ago)
lxcsyslog:

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


** Tags: amd64 apparmor apport-bug raring

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

Title:
  lxc-create hanging

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

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


[Bug 1193594] Re: lxc-create hanging

2013-06-22 Thread Robert Collins
When I ctrl-C it I get 
^CDelete subvolume '/var/lib/lxc/troveclient/rootfs'
lxc-create: aborted

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

Title:
  lxc-create hanging

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

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


[Bug 1193620] [NEW] ssh disconnect escape sequence doesn't work on a broken multiplexed connection

2013-06-22 Thread Olathe
Public bug reported:

I use the following SSH configuration options:
  ControlMaster auto
  ControlPath ~/.ssh/.socket-%r@%h:%p
  ControlPersist 60

It looks as if it's configured correctly because opening multiple
connections using the same username and host-port combination shares the
first connection.

[Enter], [~], [.] closes each session individually, which is great.
However, that disconnect escape sequence appears to do absolutely
nothing if the multiplexed connection dies abnormally (for instance, if
my WiFi connection dies), which is the time when I most need the
disconnect sequence to work, since I'm not going to be doing much on
that dead session anymore, and I'd like to restart it.

[Enter], [~], [.] works fine on a *nonmultiplexed* connection when it
dies abnormally.

==

$ lsb_release -rd
Description:Ubuntu 13.04
Release:13.04

$ apt-cache policy openssh-client
openssh-client:
  Installed: 1:6.1p1-4
  Candidate: 1:6.1p1-4
  Version table:
 *** 1:6.1p1-4 0
500 http://us.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: openssh-client 1:6.1p1-4
ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
Uname: Linux 3.8.0-23-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
Date: Sat Jun 22 09:01:57 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-04-04 (78 days ago)
InstallationMedia: Lubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.1)
MarkForUpload: True
RelatedPackageVersions:
 ssh-askpass   N/A
 libpam-sshN/A
 keychain  N/A
 ssh-askpass-gnome N/A
SSHClientVersion: OpenSSH_6.1p1 Debian-4, OpenSSL 1.0.1c 10 May 2012
SourcePackage: openssh
UpgradeStatus: Upgraded to raring on 2013-05-25 (27 days ago)

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


** Tags: amd64 apport-bug raring

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

Title:
  ssh disconnect escape sequence doesn't work on a broken multiplexed
  connection

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

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


[Bug 1193614] [NEW] Openvpn is unable to assign dhcp from remote LAN in up/down scripts

2013-06-22 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi,

When setting up Openvpn in bridged mode, openvpn is unable to configure
the tap interface on the client for dhcp from the remote LAN.

Server:
-
...
server-bridge
push route-gateway 192.168.1.1
push redirect-gateway def1 bypass-dhcp
client-to-client
...

Client:
-
...

up /etc/openvpn/dhcp.sh
down /etc/openvpn/dhcp.sh
...

dhcp.sh:
-
#!/bin/bash
# 
[ -x /sbin/dhclient] || exit 0

case $script_type in

up)
dhclient -v ${dev}
;;
down)
dhclient -r ${dev}
;;
esac

dhclient attempts to configure tap interface on client but eventually
times out.

Errors:
-
...
Sat Jun 22 07:40:02 2013 TUN/TAP device tap0 opened
Sat Jun 22 07:40:02 2013 TUN/TAP TX queue length set to 100
Sat Jun 22 07:40:02 2013 /sbin/route add -net xxx.xxx.xxx.xxx netmask 
255.255.255.255 gw 192.168.2.1
Sat Jun 22 07:40:02 2013 /sbin/route add -net 0.0.0.0 netmask 128.0.0.0 gw 
192.168.1.1
SIOCADDRT: No such process
Sat Jun 22 07:40:02 2013 ERROR: Linux route add command failed: external 
program exited with error status: 7
Sat Jun 22 07:40:02 2013 /sbin/route add -net 128.0.0.0 netmask 128.0.0.0 gw 
192.168.1.1
SIOCADDRT: No such process
Sat Jun 22 07:40:02 2013 ERROR: Linux route add command failed: external 
program exited with error status: 7
Sat Jun 22 07:40:02 2013 Initialization Sequence Completed

and on shutting down connection:
Errors:
-
Sat Jun 22 07:42:28 2013 event_wait : Interrupted system call (code=4)
Sat Jun 22 07:42:28 2013 SIGTERM received, sending exit notification to peer
Sat Jun 22 07:42:31 2013 TCP/UDP: Closing socket
Sat Jun 22 07:42:31 2013 /sbin/route del -net 69.73.224.249 netmask 
255.255.255.255
Sat Jun 22 07:42:31 2013 /sbin/route del -net 0.0.0.0 netmask 128.0.0.0
SIOCDELRT: No such process
Sat Jun 22 07:42:31 2013 ERROR: Linux route delete command failed: external 
program exited with error status: 7
Sat Jun 22 07:42:31 2013 /sbin/route del -net 128.0.0.0 netmask 128.0.0.0
SIOCDELRT: No such process
Sat Jun 22 07:42:31 2013 ERROR: Linux route delete command failed: external 
program exited with error status: 7
Sat Jun 22 07:42:31 2013 Closing TUN/TAP interface
Sat Jun 22 07:42:31 2013 SIGTERM[soft,exit-with-notification] received, process 
exiting

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


** Tags: bot-comment dhcp openvpn
-- 
Openvpn is unable to assign dhcp from remote LAN in up/down scripts
https://bugs.launchpad.net/bugs/1193614
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to openvpn in Ubuntu.

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


[Bug 1193614] Re: Openvpn is unable to assign dhcp from remote LAN in up/down scripts

2013-06-22 Thread sefs
** Package changed: ubuntu = openvpn (Ubuntu)

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

Title:
  Openvpn is unable to assign dhcp from remote LAN in up/down scripts

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

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


[Bug 1180279] Re: Update to 3.3

2013-06-22 Thread Jeremy Bicha
*** This bug is a duplicate of bug 1175049 ***
https://bugs.launchpad.net/bugs/1175049

** This bug has been marked a duplicate of bug 1175049
   Please merge squid3 3.3.3-2 (main) from Debian unstable (main)

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

Title:
  Update to 3.3

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

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


[Blueprint servercloud-s-openstack-havana] Openstack Next steps for S

2013-06-22 Thread Chuck Short
Blueprint changed by Chuck Short:

Work items changed:
  Work items:
  Package Openstack havana for 12.04 and 13.10: INPROGRESS
  MIR conntrack: TODO
  MIR python-pecan: TODO
  MIR mongodb: TODO
  MIR python-ming: TODO
  MIR python-happybase: TODO
  Package HEAT: DONE
  Automated compression of JS: TODO
  Look at adding python3 support: TODO
  Python3 support: INPROGRESS
  [andreserl] Python3 support for python-simplejson: DONE
  Add zeromq support to the package: TODO
  Add better quantum integration for plugins: TODO
  nova dep8 tests: DONE
  glance dep8 tests: DONE
  keystone dep8 tests: DONE
  horizon dep8 tests: DONE
  quantum dep8 tests: DONE
  novaclient dep8 tests: DONE
  glanceclient dep8 tests: DONE
  keystoneclient dep8 tests: DONE
  quantumclient dep8 tests: DONE
  Automatic population of glance with Ubuntu images: TODO
  Contribure to upstream documentation for Ubuntu: TODO
  Review help.ubuntu.com documentation 
(https://help.ubuntu.com/community/UbuntuCloudInfrastructure) and merge as 
appropriate: TODO
  Review of Dependencies for 3rd-party plugins: TODO
  General refactor of compute package for easy non-libvirt compute flavor: TODO
  Add vsphere support for packages: TODO
  Track status of Ironic incubation vs core status: INPROGRESS
  Track quantum rename: DONE
  Refactor cinder-volume for better backend support: TODO
  Confirm tab completion in all clients: TODO
- Package tempest: TODO
+ Package tempest: DONE
  Rename quantum: INPROGRESS
  Move packaging to ubuntu-server-dev: DONE
  Update d/control files for new VCS: INPROGRESS
  Update d/control Maintainers: TODO
  Qemu - Havana Cloud Archive: TODO
  OpenvSwitch - Havana Cloud Archive: INPROGRESS

-- 
Openstack Next steps for S
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-havana

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


[Bug 1193614] Re: Openvpn is unable to assign dhcp from remote LAN in up/down scripts

2013-06-22 Thread sefs
** Description changed:

  Hi,
  
  When setting up Openvpn in bridged mode, openvpn is unable to configure
  the tap interface on the client for dhcp from the remote LAN.
  
  Server:
  -
  ...
  server-bridge
  push route-gateway 192.168.1.1
  push redirect-gateway def1 bypass-dhcp
  client-to-client
  ...
  
  Client:
  -
  ...
  
  up /etc/openvpn/dhcp.sh
  down /etc/openvpn/dhcp.sh
  ...
  
  dhcp.sh:
  -
  #!/bin/bash
- # 
- [ -x /sbin/dhclient] || exit 0
+ #
+ [ -x /sbin/dhclient ] || exit 0
  
  case $script_type in
  
  up)
-   dhclient -v ${dev}
-   ;;
+  dhclient -v ${dev}
+  ;;
  down)
-   dhclient -r ${dev}
-   ;;
+  dhclient -r ${dev}
+  ;;
  esac
  
  dhclient attempts to configure tap interface on client but eventually
  times out.
  
  Errors:
  -
  ...
  Sat Jun 22 07:40:02 2013 TUN/TAP device tap0 opened
  Sat Jun 22 07:40:02 2013 TUN/TAP TX queue length set to 100
  Sat Jun 22 07:40:02 2013 /sbin/route add -net xxx.xxx.xxx.xxx netmask 
255.255.255.255 gw 192.168.2.1
  Sat Jun 22 07:40:02 2013 /sbin/route add -net 0.0.0.0 netmask 128.0.0.0 gw 
192.168.1.1
  SIOCADDRT: No such process
  Sat Jun 22 07:40:02 2013 ERROR: Linux route add command failed: external 
program exited with error status: 7
  Sat Jun 22 07:40:02 2013 /sbin/route add -net 128.0.0.0 netmask 128.0.0.0 gw 
192.168.1.1
  SIOCADDRT: No such process
  Sat Jun 22 07:40:02 2013 ERROR: Linux route add command failed: external 
program exited with error status: 7
  Sat Jun 22 07:40:02 2013 Initialization Sequence Completed
  
  and on shutting down connection:
  Errors:
  -
  Sat Jun 22 07:42:28 2013 event_wait : Interrupted system call (code=4)
  Sat Jun 22 07:42:28 2013 SIGTERM received, sending exit notification to peer
  Sat Jun 22 07:42:31 2013 TCP/UDP: Closing socket
- Sat Jun 22 07:42:31 2013 /sbin/route del -net 69.73.224.249 netmask 
255.255.255.255
+ Sat Jun 22 07:42:31 2013 /sbin/route del -net xxx.xxx.xxx.xxx netmask 
255.255.255.255
  Sat Jun 22 07:42:31 2013 /sbin/route del -net 0.0.0.0 netmask 128.0.0.0
  SIOCDELRT: No such process
  Sat Jun 22 07:42:31 2013 ERROR: Linux route delete command failed: external 
program exited with error status: 7
  Sat Jun 22 07:42:31 2013 /sbin/route del -net 128.0.0.0 netmask 128.0.0.0
  SIOCDELRT: No such process
  Sat Jun 22 07:42:31 2013 ERROR: Linux route delete command failed: external 
program exited with error status: 7
  Sat Jun 22 07:42:31 2013 Closing TUN/TAP interface
  Sat Jun 22 07:42:31 2013 SIGTERM[soft,exit-with-notification] received, 
process exiting

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

Title:
  Openvpn is unable to assign dhcp from remote LAN in up/down scripts

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

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


[Bug 1171306] Re: package dbconfig-common 1.8.47 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 10

2013-06-22 Thread Launchpad Bug Tracker
[Expired for dbconfig-common (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: dbconfig-common (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package dbconfig-common 1.8.47 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 10

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

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


[Bug 1171289] Re: package mysql-server-5.5 5.5.29-0ubuntu0.12.04.2 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回了错误号 1

2013-06-22 Thread Launchpad Bug Tracker
[Expired for mysql-5.5 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-5.5 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package mysql-server-5.5 5.5.29-0ubuntu0.12.04.2 failed to
  install/upgrade: 子进程 已安装 post-installation 脚本 返回了错误号 1

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

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


[Bug 1170698] Re: rabbitmq-server all 2.7.1-0ubuntu4 fails to install on 12.04lts

2013-06-22 Thread Launchpad Bug Tracker
[Expired for rabbitmq-server (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: rabbitmq-server (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  rabbitmq-server all 2.7.1-0ubuntu4 fails to install on 12.04lts

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

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


[Bug 1193559] [NEW] can't scroll news yahoo.com

2013-06-22 Thread Jason Oliver
Public bug reported:

Go to yahoo.com

The left and right arrows that allow a user to scroll through the news
do not work in rekonq

Also some links below the news actually get redirected to different
webpage.

Kde 4.10

System 76 laptop bonx6 extreme

** Affects: rekonq (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/1193559

Title:
  can't scroll news yahoo.com

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

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


[Bug 1188850] Re: cgrulesengd cannot process symlinked executables

2013-06-22 Thread ojab
The issue is fixed in libcgroup1/cgroup-bin-0.37.1-1ubuntu10.1.

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

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

Title:
  cgrulesengd cannot process symlinked executables

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

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


[Bug 1153934] Re: Some radio streams which used to play OK don't play after updating to rhythmbox 2.98 or higher due a gvfs bug

2013-06-22 Thread Walter Garcia-Fontes
Jenske, the main reason is that it depends from upstream development in
gvfs, and not from Ubuntu (not that if depended from Ubuntu would be
resolved much faster, but at least we would have somebody around to
ask). In any case I'm still using Rhythmbox daily to hear my preferred
radios using the workaround mentioned in #5 .

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

Title:
  Some radio streams which used to play OK don't play after updating to
  rhythmbox  2.98 or higher due a gvfs bug

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

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


[Bug 1193561] [NEW] *BAD*gran_size

2013-06-22 Thread Cristian Aravena
Public bug reported:

*BAD*gran_size

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-3.9.0-7-generic 3.9.0-7.15
ProcVersionSignature: Ubuntu 3.9.0-7.15-generic 3.9.7
Uname: Linux 3.9.0-7-generic x86_64
ApportVersion: 2.10.2-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   1907 F pulseaudio
Date: Sat Jun 22 02:23:46 2013
HibernationDevice: RESUME=UUID=bbb4e1f8-ea0d-49c5-816e-06c632db022b
InstallationDate: Installed on 2013-06-21 (0 days ago)
InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Alpha amd64 
(20130621)
MachineType: Sony Corporation VGN-NS130FE
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.9.0-7-generic 
root=UUID=fd1ecf0d-45eb-4378-8244-1da222181838 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.9.0-7-generic N/A
 linux-backports-modules-3.9.0-7-generic  N/A
 linux-firmware   1.109
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/27/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: R0200Y3
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0200Y3:bd08/27/2009:svnSonyCorporation:pnVGN-NS130FE:pvrC6U0B23E:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: VGN-NS130FE
dmi.product.version: C6U0B23E
dmi.sys.vendor: Sony Corporation

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


** Tags: amd64 apport-bug package-from-proposed saucy

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

Title:
  *BAD*gran_size

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

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


[Bug 1193561] Status changed to Confirmed

2013-06-22 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (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/1193561

Title:
  *BAD*gran_size

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

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


[Bug 1109235] Re: Please update ProxyChains to 4.4

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

** Changed in: proxychains (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/1109235

Title:
  Please update ProxyChains to 4.4

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

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


[Bug 1067934] Re: spends 10+ minutes deduplicating Package lists

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

** Changed in: net-retriever (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/1067934

Title:
  spends 10+ minutes deduplicating Package lists

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

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


[Bug 1067934] Re: spends 10+ minutes deduplicating Package lists

2013-06-22 Thread Narinder Gupta
I saw the same behavior in UBuntu 12.04 as well where net-retriever is
stuck of 10+ minutes. I am attaching the installer logs on moonshot
cartridges from MAAS which will give you no reason to be there. It will
be great if someone can work on it and will help rectifying the issue.

** Attachment added: installlog
   
https://bugs.launchpad.net/ubuntu/+source/net-retriever/+bug/1067934/+attachment/3709685/+files/installlog

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

Title:
  spends 10+ minutes deduplicating Package lists

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

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


[Bug 1082097] Re: Needs icon for high contrast theme

2013-06-22 Thread Adolfo Jayme Barrientos
** Branch linked: lp:~snwh/gnome-control-center-signon/high-contrast-
icons

** Branch linked: lp:~snwh/landscape-client/high-contrast-icon

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

Title:
  Needs icon for high contrast theme

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/1082097/+subscriptions

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


[Bug 1146045] Re: Merge in and replace ubuntu-branding package

2013-06-22 Thread Adolfo Jayme Barrientos
** Changed in: ubuntu-themes (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Merge in and replace ubuntu-branding package

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

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


[Bug 1193201] Re: midori default home page returns a 404 as Nonexistent File

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

** Changed in: midori (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/1193201

Title:
  midori default home page returns a 404 as Nonexistent File

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

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


[Bug 1187355] Re: empathy-contact-widget.c:402:contact_widget_details_update_edit

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

** Changed in: empathy (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/1187355

Title:
  empathy-contact-widget.c:402:contact_widget_details_update_edit

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

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


[Bug 1193566] [NEW] [MIR] qttools-opensource-src

2013-06-22 Thread Dmitry Shachnev
Public bug reported:

(Note: it can be part of bug 1192567, but filing a standalone bug as
requested by Didier).

Most of Qt 5 packages in Debian (including qtbase, qtwebkit and qtscript
which are already in main) now build-depend on qttools5-dev-tools, which
is built from this source. I am going to merge new versions of these
packages from Debian (to unblock qtdoc), so this MIR is needed.

Availablility: on all archs since raring.

Maintenance: package is mostly in sync in Debian, where it's maintained
by the awesome Qt/KDE team.

Bugs: only one wishlist bug, for which I've proposed a fix upstream.
Timo and I are subscribed to bugs.

Security: no known CVEs.

Build-Depends: debhelper (= 9), pkg-kde-tools, qtbase5-private-dev (=
5.0.2~), zlib1g-dev — all in main

** Affects: qttools-opensource-src (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/1193566

Title:
  [MIR] qttools-opensource-src

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qttools-opensource-src/+bug/1193566/+subscriptions

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

[Bug 1192567] Re: [MIR] qt5webkit

2013-06-22 Thread Dmitry Shachnev
We now also need a main inclusion for qttools-opensource-src. While I
tried to avoid pulling it in via qtwebkit, it's now pulled by qtscript
(it was added to the list relatively late, so I didn't know it's
blocking anything). Filed as bug 1193566.

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

Title:
  [MIR] qt5webkit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt3d-opensource-src/+bug/1192567/+subscriptions

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


[Bug 1072343] Re: Sidewinder X4 Macro Keys not working

2013-06-22 Thread lemonade
This appears to be a regression with update to 13.04. The multimedia
keys were working fine with 12.10.

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

Title:
  Sidewinder X4 Macro Keys not working

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

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


[Bug 1193568] [NEW] tracker-extract crashed with SIGSEGV in dca_syncinfo()

2013-06-22 Thread Philippe Lefevre
Public bug reported:

This trouble is very frequent. I don't know what fire it.

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: tracker-extract 0.14.0-2ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-48.74-generic 3.2.46
Uname: Linux 3.2.0-48-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
CrashCounter: 1
Date: Thu Jun 20 22:49:47 2013
ExecutablePath: /usr/lib/tracker/tracker-extract
MarkForUpload: True
ProcCmdline: /usr/lib/tracker/tracker-extract
ProcCwd: /
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANGUAGE=fr_FR:en
 LANG=fr_FR.UTF-8
SegvAnalysis:
 Segfault happened at: 0x7f178048683b dca_syncinfo+27:movzbl 
(%rsi),%eax
 PC (0x7f178048683b) ok
 source (%rsi) (0x7f17880b5000) in non-readable VMA region: 
0x7f17880b5000-0x7f178c00 ---p None
 destination %eax ok
 Stack memory exhausted (SP below stack segment)
SegvReason: reading VMA None
Signal: 11
SourcePackage: tracker
StacktraceTop:
 dca_syncinfo () from /usr/lib/libdca.so.0
 ?? () from /usr/lib/x86_64-linux-gnu/gstreamer-0.10/libgstdtsdec.so
 ?? () from /usr/lib/x86_64-linux-gnu/libgstaudio-0.10.so.0
 ?? () from /usr/lib/x86_64-linux-gnu/libgstaudio-0.10.so.0
 ?? () from /usr/lib/x86_64-linux-gnu/libgstaudio-0.10.so.0
Title: tracker-extract crashed with SIGSEGV in dca_syncinfo()
UpgradeStatus: Upgraded to precise on 2013-05-30 (22 days ago)
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin 
mumble-server mysql mythtv netdev plugdev powerdev scanner tape vboxusers video 
www-data

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


** Tags: amd64 apport-crash precise

** Information type changed from Private to Public

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

Title:
  tracker-extract crashed with SIGSEGV in dca_syncinfo()

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

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


[Bug 1193568] ThreadStacktrace.txt

2013-06-22 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1193568/+attachment/3709713/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1193568/+attachment/3709698/+files/CoreDump.gz

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

** Tags removed: need-amd64-retrace

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

Title:
  tracker-extract crashed with SIGSEGV in dca_syncinfo()

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

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


[Bug 1193568]

2013-06-22 Thread Apport retracing service
StacktraceTop:
 dca_syncinfo (state=0x7f1788078820, buf=0x7f17880b5000 Address 0x7f17880b5000 
out of bounds, flags=0x7f17830318e0, sample_rate=0x7f17830318e4, 
bit_rate=0x7f17830318e8, frame_length=0x7f17830318ec) at parse.c:162
 gst_dtsdec_parse (bdec=0x7f1788010060, adapter=optimized out, 
_offset=0x7f178303197c, len=0x7f1783031978) at gstdtsdec.c:297
 gst_audio_decoder_push_buffers (dec=0x7f1788010060, force=0) at 
gstaudiodecoder.c:991
 gst_audio_decoder_chain_forward (dec=0x7f1788010060, buffer=0x0) at 
gstaudiodecoder.c:1145
 gst_audio_decoder_chain (pad=optimized out, buffer=0x7f17880781f0) at 
gstaudiodecoder.c:1393

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

Title:
  tracker-extract crashed with SIGSEGV in dca_syncinfo()

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

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


[Bug 1193569] Re: package binfmt-support 2.0.13 failed to install/upgrade: package binfmt-support is already installed and configured

2013-06-22 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/1193569

Title:
  package binfmt-support 2.0.13 failed to install/upgrade: package
  binfmt-support is already installed and configured

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

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


[Bug 1193569] [NEW] package binfmt-support 2.0.13 failed to install/upgrade: package binfmt-support is already installed and configured

2013-06-22 Thread Chen Cohen
Public bug reported:

Error bumped up while installing gimp

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: binfmt-support 2.0.13
ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
Uname: Linux 3.8.0-25-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
Date: Sat Jun 22 10:22:50 2013
DuplicateSignature: package:binfmt-support:2.0.13:package binfmt-support is 
already installed and configured
ErrorMessage: package binfmt-support is already installed and configured
InstallationDate: Installed on 2013-06-21 (0 days ago)
InstallationMedia: Ubuntu-GNOME 13.04 Raring Ringtail - Release amd64 
(20130424)
MarkForUpload: True
SourcePackage: dpkg
Title: package binfmt-support 2.0.13 failed to install/upgrade: package 
binfmt-support is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package raring

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

Title:
  package binfmt-support 2.0.13 failed to install/upgrade: package
  binfmt-support is already installed and configured

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

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


[Bug 1193568] Stacktrace.txt

2013-06-22 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1193568/+attachment/3709712/+files/Stacktrace.txt

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

Title:
  tracker-extract crashed with SIGSEGV in dca_syncinfo()

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

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


[Bug 1154715] Re: Ubuntu GNOME installer shows screenshots which do not apply

2013-06-22 Thread Adolfo Jayme Barrientos
** Changed in: ubiquity-slideshow-ubuntu (Ubuntu)
   Importance: Undecided = Low

** Changed in: ubiquity-slideshow-ubuntu (Ubuntu)
   Status: New = Triaged

** Tags added: biesize

** Tags removed: biesize
** Tags added: bitesize

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

Title:
  Ubuntu GNOME installer shows screenshots which do not apply

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

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


[Bug 941256] Re: Missing 'libboost' from dependencies

2013-06-22 Thread Adolfo Jayme Barrientos
** No longer affects: mysql-connector-c++ (Ubuntu Lucid)

** No longer affects: mysql-connector-c++ (Ubuntu Maverick)

** No longer affects: mysql-connector-c++ (Ubuntu Natty)

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

Title:
  Missing 'libboost' from dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-connector-c++/+bug/941256/+subscriptions

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


[Bug 1189229] Re: friends-dispatcher (Empathy) crashes almost always, usually after screen lock due to inactivity, when I unlock screen I have the Sorry, Ubuntu 13.04 has experienced an internal err

2013-06-22 Thread Genadi Saltikov
Well, I only know I get this annoying report all the time.
Usually after a long period of not using the computer (screen turns off, locks) 
- when I unlock, I get this crash error greeting me.
This does not happen if it locks and I unlock it within an hour or so - only 
after a long time like a day, when I come back home from work and unlock screen.

I am attaching a screenshot
I am not sure what is the difference between 'friends' and Empathy, I just know 
that thing is poor replacement for Google Talk, is too often offline until I 
actively open it to force it to connect and search contact, and gets messages 
sometimes in delay of DAYS.


If you tell me what else you need of me to help reproduce and diagnose the 
source of the error, I'd be happy to help.
Attached is a screenshot - I didnt close them yet.

** Attachment added: Crash errors
   
https://bugs.launchpad.net/ubuntu/+source/friends/+bug/1189229/+attachment/3709714/+files/Crash%20errors.png

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

Title:
  friends-dispatcher (Empathy) crashes almost always, usually after
  screen lock due to inactivity, when I unlock screen I have the Sorry,
  Ubuntu 13.04 has experienced an internal error

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

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


[Bug 904594] Re: Tracking bug for Firefox 9 transition in Lucid/Maverick

2013-06-22 Thread Adolfo Jayme Barrientos
** Changed in: gecko-mediaplayer (Ubuntu Lucid)
   Status: New = Won't Fix

** Changed in: gecko-mediaplayer (Ubuntu Maverick)
   Status: New = Won't Fix

** Changed in: moon (Ubuntu Lucid)
   Status: New = Won't Fix

** Changed in: moon (Ubuntu Maverick)
   Status: New = Won't Fix

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

Title:
  Tracking bug for Firefox 9 transition in Lucid/Maverick

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

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


[Bug 655998] Re: Update Manager Listing should NOT use descriptions

2013-06-22 Thread Borim
The short description of many packages is too long to fit in the small window 
of the update manager. As an example I attached a screenshot from today. As you 
can see there, some Free implementation of the is updated multiple times. 
The difference is just:
- Ope
- EGL
- EGL-A
- GL-A
and the rest is truncated. I hardly believe that any user (casual, heavy) think 
that these description stubs are more informative, than just the package names. 
The description stubs are more like a riddle what gets updated.

Please display again the package names! Than you can get at least a
glimpse what gets updated. For more information the technical
description can be used.

** Attachment added: update-desc.png
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/655998/+attachment/3709718/+files/update-desc.png

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

Title:
  Update Manager Listing should NOT use descriptions

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

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


[Bug 890747] Re: Keyboard shortcut - Ctrl Alt Del doesn't do what most people typing it would expect

2013-06-22 Thread MC Return
** Changed in: compiz
Milestone: None = 0.9.10.0

** Changed in: compiz
   Importance: Undecided = High

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

Title:
  Keyboard shortcut - Ctrl Alt Del doesn't do what most people typing it
  would expect

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

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


[Bug 887104] Re: Can not login to Windows Live Messenger

2013-06-22 Thread Adolfo Jayme Barrientos
** Changed in: libmsn (Ubuntu Maverick)
   Status: Fix Committed = Won't Fix

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

Title:
  Can not login to Windows Live Messenger

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

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


[Bug 834136] Re: Depends on a package that doesn't exists

2013-06-22 Thread Adolfo Jayme Barrientos
** Changed in: xserver-xorg-video-dummy (Ubuntu Maverick)
   Status: Confirmed = Won't Fix

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

Title:
  Depends on a package that doesn't exists

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

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


[Bug 1094744] Re: MS Sculpt Touch Mouse needs to be re-paired periodically

2013-06-22 Thread Anthony Wong
Hi Marcos,

I added
device oui=7C:1E:52: type=mouse name=Microsoft Sculpt Touch Mouse 
pin=/
to /usr/share/gnome-bluetooth/pin-code-database.xml, and the mouse works fine 
ever since I added the line 12 hours ago. The problem is now fixed, thanks.

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

Title:
  MS Sculpt Touch Mouse needs to be re-paired periodically

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

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


[Bug 887349] Re: Can't login in Windows live acount using empathy

2013-06-22 Thread Adolfo Jayme Barrientos
** Changed in: papyon (Ubuntu Maverick)
   Status: Fix Committed = Won't Fix

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

Title:
  Can't login in Windows live acount using empathy

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

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


[Bug 795475] Re: [iOS5 devices do not work] Unhandled lockdown error (-4)

2013-06-22 Thread Adolfo Jayme Barrientos
** Changed in: libimobiledevice (Ubuntu Maverick)
   Status: Incomplete = Won't Fix

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

Title:
  [iOS5 devices do not work] Unhandled lockdown error (-4)

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

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


[Bug 1193573] Re: Xorg crashed with SIGABRT in raise()

2013-06-22 Thread Apport retracing service
*** This bug is a duplicate of bug 1188123 ***
https://bugs.launchpad.net/bugs/1188123

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 #1188123, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1193573/+attachment/3709721/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1193573/+attachment/3709723/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1193573/+attachment/3709734/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1193573/+attachment/3709736/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1193573/+attachment/3709737/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1193573/+attachment/3709738/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1193573/+attachment/3709739/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1188123
   Xorg crashed with SIGABRT in OsAbort()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  Xorg crashed with SIGABRT in raise()

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

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


[Bug 692815] Re: inconsistent labeling in Thunar

2013-06-22 Thread Adolfo Jayme Barrientos
** No longer affects: thunar (Ubuntu)

** No longer affects: thunar (Ubuntu Lucid)

** No longer affects: thunar (Ubuntu Maverick)

** No longer affects: xdg-user-dirs (Ubuntu Lucid)

** No longer affects: xdg-user-dirs (Ubuntu Maverick)

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

Title:
  inconsistent labeling in Thunar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-user-dirs/+bug/692815/+subscriptions

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


[Bug 1094744] Re: MS Sculpt Touch Mouse needs to be re-paired periodically

2013-06-22 Thread Anthony Wong
FWIW, I am using 3.8.0-23-generic on 12.04.

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

Title:
  MS Sculpt Touch Mouse needs to be re-paired periodically

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

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


[Bug 648331] Re: Broadcom 4318 wireless connection drops frequently

2013-06-22 Thread Adolfo Jayme Barrientos
** No longer affects: bcmwl (Ubuntu Maverick)

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

Title:
  Broadcom 4318 wireless connection drops frequently

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

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


[Bug 643221] Re: docs provide instruction for Ubuntu default programs and not Xubuntu default programs

2013-06-22 Thread Adolfo Jayme Barrientos
** Changed in: xubuntu-docs (Ubuntu Maverick)
   Status: New = Won't Fix

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

Title:
  docs provide instruction for Ubuntu default programs and not Xubuntu
  default programs

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

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


[Bug 594963] Re: New upstream release of arb; already in Debian sid

2013-06-22 Thread Graham Inggs
** Bug watch added: Debian Bug tracker #658691
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658691

** Also affects: arb (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658691
   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/594963

Title:
  New upstream release of arb; already in Debian sid

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

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


[Bug 877686] Re: [Latitude E6510] External DisplayPort does not work with Nouveau driver

2013-06-22 Thread Anthony Wong
Jeff, thanks for the feedback. Based on that, I am now marking the bug
as fixed.

** Changed in: xserver-xorg-video-nouveau (Ubuntu)
   Status: New = Fix Released

** Changed in: xserver-xorg-video-nouveau (Ubuntu)
 Assignee: Alberto Milone (albertomilone) = (unassigned)

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

Title:
  [Latitude E6510] External DisplayPort does not work with Nouveau
  driver

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

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


[Bug 594963] Re: New upstream release of arb; already in Debian sid

2013-06-22 Thread Graham Inggs
Fix released in Quantal.

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

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

Title:
  New upstream release of arb; already in Debian sid

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

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


[Bug 329898] Re: The HP 1018 printer not work out of the box if used non-US locale

2013-06-22 Thread Adolfo Jayme Barrientos
** Changed in: hplip (Ubuntu Lucid)
   Status: New = Won't Fix

** Changed in: hplip (Ubuntu Maverick)
   Status: New = Won't Fix

** Changed in: ibus (Ubuntu Maverick)
   Status: New = Won't Fix

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

Title:
  The HP 1018 printer not work out of the box if used non-US locale

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

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


[Bug 1193578] [NEW] package phpmyadmin 4:4.0.3-1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 10

2013-06-22 Thread Cristian Aravena
Public bug reported:

install and crash..

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: phpmyadmin 4:4.0.3-1
ProcVersionSignature: Ubuntu 3.9.0-7.15-generic 3.9.7
Uname: Linux 3.9.0-7-generic x86_64
ApportVersion: 2.10.2-0ubuntu2
Architecture: amd64
Date: Sat Jun 22 04:45:22 2013
DuplicateSignature: package:phpmyadmin:4:4.0.3-1:el subproceso instalado el 
script post-installation devolvió el código de salida de error 10
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 10
InstallationDate: Installed on 2013-06-21 (0 days ago)
InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Alpha amd64 
(20130621)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: phpmyadmin
Title: package phpmyadmin 4:4.0.3-1 failed to install/upgrade: el subproceso 
instalado el script post-installation devolvió el código de salida de error 10
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package saucy

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

Title:
  package phpmyadmin 4:4.0.3-1 failed to install/upgrade: el subproceso
  instalado el script post-installation devolvió el código de salida de
  error 10

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

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

[Bug 1193578] Re: package phpmyadmin 4:4.0.3-1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 10

2013-06-22 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/1193578

Title:
  package phpmyadmin 4:4.0.3-1 failed to install/upgrade: el subproceso
  instalado el script post-installation devolvió el código de salida de
  error 10

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

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

[Bug 874634] Re: [Eee PC 1001PXD] hcitool shows a bluetooth device, bluetoothd is running, but bluetooth is unusable

2013-06-22 Thread Anthony Wong
Hi Jeff,

What is the machine ID for this bug? I found that this machine has
already been certified with 12.04  in the certificate
https://certification.canonical.com/certificates/1205-3885/, so I am
marking the Precise task as Fix Released.


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

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

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

Title:
  [Eee PC 1001PXD] hcitool shows a bluetooth device, bluetoothd is
  running, but bluetooth is unusable

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

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


[Bug 1193574] Re: plymouthd crashed with SIGSEGV in ply_trigger_add_handler()

2013-06-22 Thread Apport retracing service
*** This bug is a duplicate of bug 750405 ***
https://bugs.launchpad.net/bugs/750405

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 #750405, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1193574/+attachment/3709751/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1193574/+attachment/3709754/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1193574/+attachment/3709760/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1193574/+attachment/3709762/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1193574/+attachment/3709763/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1193574/+attachment/3709764/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1193574/+attachment/3709765/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 750405
   plymouthd crashed with SIGSEGV in ply_trigger_add_handler()

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  plymouthd crashed with SIGSEGV in ply_trigger_add_handler()

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

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


[Bug 750405] Re: plymouthd crashed with SIGSEGV in ply_trigger_add_handler()

2013-06-22 Thread Apport retracing service
** Tags added: saucy

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

Title:
  plymouthd crashed with SIGSEGV in ply_trigger_add_handler()

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

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


[Bug 1193192] Re: Sync python-twitter 1.0-1 (universe) from Debian unstable (main)

2013-06-22 Thread Dmitry Shachnev
In that case you should follow
https://wiki.ubuntu.com/StableReleaseUpdates procedure.

** Also affects: python-twitter (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Changed in: python-twitter (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Sync python-twitter 1.0-1 (universe) from Debian unstable (main)

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

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


[Bug 936257] Re: the system settings grid shouldn't use a fixed geometry

2013-06-22 Thread kumarharsh
Still not fixed.

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

Title:
  the system settings grid shouldn't use a fixed geometry

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

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


[Bug 1189154] Re: Fails to build with --enable-unitylens-plugin

2013-06-22 Thread Oliver Sauder
** Branch linked: lp:~sao/ubuntu/saucy/diodon/new_unity_lens_api

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

Title:
  Fails to build with --enable-unitylens-plugin

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

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


[Bug 1193589] Re: ubuntu-geoip-provider crashed with SIGSEGV in dbus_address_entry_get_value()

2013-06-22 Thread Apport retracing service
*** This bug is a duplicate of bug 1156016 ***
https://bugs.launchpad.net/bugs/1156016

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 #1156016, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1193589/+attachment/3709910/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1193589/+attachment/3709912/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1193589/+attachment/3709914/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1193589/+attachment/3709915/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1193589/+attachment/3709916/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1193589/+attachment/3709917/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1193589/+attachment/3709918/+files/ThreadStacktrace.txt

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  ubuntu-geoip-provider crashed with SIGSEGV in
  dbus_address_entry_get_value()

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

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


[Bug 1165609] Re: There is no apparent way to stop Orca.

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

** Changed in: gnome-orca (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/1165609

Title:
  There is no apparent way to stop Orca.

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

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


[Bug 1193592] Re: Xorg crashed with SIGABRT in raise()

2013-06-22 Thread Apport retracing service
*** This bug is a duplicate of bug 1188123 ***
https://bugs.launchpad.net/bugs/1188123

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 #1188123, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1193592/+attachment/3709949/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1193592/+attachment/3709952/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1193592/+attachment/3709963/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1193592/+attachment/3709965/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1193592/+attachment/3709966/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1193592/+attachment/3709967/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1193592/+attachment/3709968/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1188123
   Xorg crashed with SIGABRT in OsAbort()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  Xorg crashed with SIGABRT in raise()

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

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


[Bug 1159094] Re: Microsoft Wedge Touch Mouse - button 2 not works

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

** Changed in: xserver-xorg-input-evdev (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/1159094

Title:
  Microsoft Wedge Touch Mouse - button 2 not works

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

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


[Bug 1094744] Re: MS Sculpt Touch Mouse needs to be re-paired periodically

2013-06-22 Thread Anthony Wong
The Microsoft Wedge Touch mouse also works with a similar fix, by adding the 
following line to /usr/share/gnome-bluetooth/pin-code-database.xml:
device oui=7C:1E:52: type=mouse name=Microsoft Wedge Touch Mouse 
pin=/

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

Title:
  MS Sculpt Touch Mouse needs to be re-paired periodically

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

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


[Bug 577919] Re: chromium-browser fails to start (guest account, OpenVZ): Failed to move to new PID namespace: Operation not permitted

2013-06-22 Thread Hendrik Knackstedt
The patch in -proposed fixes the problem for me on Lubuntu 12.04. Can
launch and use Chromium in guest session without problems now.

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

Title:
  chromium-browser fails to start (guest account, OpenVZ): Failed to
  move to new PID namespace: Operation not permitted

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

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


[Bug 577919] Re: chromium-browser fails to start (guest account, OpenVZ): Failed to move to new PID namespace: Operation not permitted

2013-06-22 Thread Hendrik Knackstedt
The version I tested is from -proposed, so it should be 1.2.3-0ubuntu2.2
according to apt.

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

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

Title:
  chromium-browser fails to start (guest account, OpenVZ): Failed to
  move to new PID namespace: Operation not permitted

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

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


[Bug 1191853] Re: gtk-window-decorator crashed with SIGSEGV in wnck_window_get_actions()

2013-06-22 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/1191853

Title:
  gtk-window-decorator crashed with SIGSEGV in wnck_window_get_actions()

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

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


[Bug 1094744] Re: MS Sculpt Touch Mouse needs to be re-paired periodically

2013-06-22 Thread Anthony Wong
** Also affects: gnome-bluetooth (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-bluetooth (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/1094744

Title:
  MS Sculpt Touch Mouse needs to be re-paired periodically

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

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


[Bug 1158462] Re: Microsoft Wedge Touch Mouse losing connection

2013-06-22 Thread Anthony Wong
** Also affects: gnome-bluetooth (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-bluetooth (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/1158462

Title:
  Microsoft Wedge Touch Mouse losing connection

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

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


[Bug 1193594] [NEW] lxc-create hanging

2013-06-22 Thread Robert Collins
Public bug reported:

Running
sudo lxc-create -n troveclient -t ubuntu -- --bindhome $(whoami) -a i386 

is hanging:


lxc-create: No config file specified, using the default config 
/etc/lxc/default.conf


I've left it for 15+ m with no further output.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: lxc 0.9.0-0ubuntu3
ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
Uname: Linux 3.8.0-23-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Sat Jun 22 22:29:02 2013
InstallationDate: Installed on 2013-01-13 (159 days ago)
InstallationMedia: Ubuntu-Server 12.10 Quantal Quetzal - Release amd64 
(20121017.2)
MarkForUpload: True
SourcePackage: lxc
UpgradeStatus: Upgraded to raring on 2013-04-22 (61 days ago)
lxcsyslog:

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


** Tags: amd64 apparmor apport-bug raring

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

Title:
  lxc-create hanging

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

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


[Bug 1193595] [NEW] gnome-keyring problem effects power manager

2013-06-22 Thread markling
Public bug reported:

I'm reporting this as further info for this gnome-keyring error:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/575877

(Couldn'd add this report to that bug because Launchpad couldn't find
any gnome keyring errors when I asked it to check. I presume it was only
prepared to look for xfce4-power-manager bugs. This is neverthless a
report of further failures related to this keyring problem.)

This happened:

Machine idle without much ado for some minutes after startup.
Clicked icon to permit software updates.
Entered PASSWORD.
Pressed install.
Left computer. Came back.
Keyring PASSWORD request window was active.
Software Updater had left an ERROR MESSAGE: update failed.
Yet the Software Updater icon indicated 'restart required'.
Entered PASSWORD for the keyring form.
Pressed the Software Updater's restart icon.
The reboot then asked for a PASSWORD as well.
The PASSWORD request came with an ERROR MESSAGE: System policy prevents reboot 
when other users are logged in.
Paused just a few moments while contemplating my distrust of all this PASSWORD 
gubbins and now this business of other users being logged in. (for further 
distrust and dismay over the keyring problem, see bug #575877).
The reboot form was impatient. It disappeared.
Another ERROR MESSAGE appeared: Reboot failed. Failed to request reboot. 
Please shutdown manually.

The authentication log had this to say about it: see attached. (It's now
11.18am. I've been doing this report for about half an hour. You can see
that CRON has meanwhile been opening and closing a root session like it
was doing the can-can.)

Is this bug a security vulnerability?

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xfce4-power-manager 1.2.0-1ubuntu2
ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
Uname: Linux 3.8.0-25-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
Date: Sat Jun 22 10:47:23 2013
InstallationDate: Installed on 2012-11-28 (205 days ago)
InstallationMedia: Xubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.1)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: xfce4-power-manager
UpgradeStatus: Upgraded to raring on 2013-05-14 (38 days ago)

** Affects: xfce4-power-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring

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

Title:
  gnome-keyring problem effects power manager

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

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


[Bug 1094744] Re: MS Sculpt Touch Mouse needs to be re-paired periodically

2013-06-22 Thread Anthony Wong
** Also affects: gnome-bluetooth via
   https://bugzilla.gnome.org/show_bug.cgi?id=690927
   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/1094744

Title:
  MS Sculpt Touch Mouse needs to be re-paired periodically

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

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


[Bug 575877] Re: gnome-keyring mysteriously asks for keyring password on startup

2013-06-22 Thread markling
Please see this related report:

https://bugs.launchpad.net/ubuntu/+source/xfce4-power-
manager/+bug/1193595

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

Title:
  gnome-keyring mysteriously asks for keyring password on startup

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

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


[Bug 1193594] Re: lxc-create hanging

2013-06-22 Thread Robert Collins
When I ctrl-C it I get 
^CDelete subvolume '/var/lib/lxc/troveclient/rootfs'
lxc-create: aborted

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

Title:
  lxc-create hanging

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

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


[Bug 594963] Re: New upstream release of arb; already in Debian sid

2013-06-22 Thread Bug Watch Updater
** Changed in: arb (Debian)
   Status: Unknown = 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/594963

Title:
  New upstream release of arb; already in Debian sid

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

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


[Bug 1158462] Re: Microsoft Wedge Touch Mouse losing connection

2013-06-22 Thread Anthony Wong
** Bug watch added: GNOME Bug Tracker #690927
   https://bugzilla.gnome.org/show_bug.cgi?id=690927

** Also affects: bluez via
   https://bugzilla.gnome.org/show_bug.cgi?id=690927
   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/1158462

Title:
  Microsoft Wedge Touch Mouse losing connection

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

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


[Bug 1084960] Re: [GeForce GT 430] Resume from Standby mode doesn't work with Nouveau

2013-06-22 Thread SER Simon
Same problem in Ubuntu 13.04 with a NVIDIA Corporation G98 [GeForce 8400
GS Rev. 2] (rev a1)

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

Title:
  [GeForce GT 430] Resume from Standby mode doesn't work with Nouveau

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

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


[Bug 1175533]

2013-06-22 Thread Evawang
After update libdrm,mesa in master,xorg-x11-drv-intel and kernel in
official, this problem has been solved.Thanks a lot for supporting.

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

Title:
  [HSW] intel VGA driver i915 doesn't support new haswell graphics
  [8086:0a2e]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1175533/+subscriptions

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


[Bug 1193598] [NEW] Cairo-Dock Session is broken with Gnome-Session 3.8

2013-06-22 Thread Matthieu Baerts
Public bug reported:

This is just because the structure of .session file has been
modified...

'/usr/share/gnome-session/sessions/cairo-dock.session' should now contain this 
line:
  RequiredComponents=gnome-settings-daemon;compiz;cairo-dock;

** Affects: cairo-dock-core
 Importance: High
 Assignee: Matthieu Baerts (matttbe)
 Status: In Progress

** Affects: cairo-dock (Ubuntu)
 Importance: High
 Assignee: Matthieu Baerts (matttbe)
 Status: In Progress

** Also affects: cairo-dock-core
   Importance: Undecided
   Status: New

** Changed in: cairo-dock (Ubuntu)
   Status: New = In Progress

** Changed in: cairo-dock (Ubuntu)
 Assignee: (unassigned) = Matthieu Baerts (matttbe)

** Changed in: cairo-dock-core
 Assignee: (unassigned) = Matthieu Baerts (matttbe)

** Changed in: cairo-dock-core
   Status: New = In Progress

** Changed in: cairo-dock (Ubuntu)
   Importance: Undecided = High

** Changed in: cairo-dock-core
   Importance: Undecided = High

** Changed in: cairo-dock-core
Milestone: None = 3.2.99.alpha

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

Title:
  Cairo-Dock Session is broken with Gnome-Session 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/cairo-dock-core/+bug/1193598/+subscriptions

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


[Bug 1193601] [NEW] Esperanto local seems to be unsupported by Perl (launched bu update-manager)

2013-06-22 Thread Martin Bodin
Public bug reported:

Hi,

I don’t know if I should report this on update-manager or Perl side, so
I followed my intuition and report it on the Perl side, but I may be
mistaking.

I’ve set my system in Esperanto.  But each time I call update-manager and try 
to update a package, I get this message (more than once):
installArchives() failed: perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = eo_XX.UTF-8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory

The packages that fails to install because of this bug are “linux-
generic”, “linux-headers”, “linux-header-generic”, “linux-image”,
“linux-image-extra”, “linux-image-generic” and “linux-libc-dev”.

Martin.

** Affects: perl (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/1193601

Title:
  Esperanto local seems to be unsupported by Perl (launched bu update-
  manager)

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

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

[Bug 1193598] Re: Cairo-Dock Session is broken with Gnome-Session 3.8

2013-06-22 Thread Matthieu Baerts
** Changed in: cairo-dock-core
   Status: In Progress = 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/1193598

Title:
  Cairo-Dock Session is broken with Gnome-Session 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/cairo-dock-core/+bug/1193598/+subscriptions

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


[Bug 1052596] Re: Podcast feed not automatically updating, explicit request causes a crash

2013-06-22 Thread Deavy
Hi, same here version 2.98, system Ubuntu 13.04 (64bit) desktopmanager:
GNOME 3.6.

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

Title:
  Podcast feed not automatically updating, explicit request causes a
  crash

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

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


[Bug 1155524] Re: Banshee forgetting 'source specific' settings

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

** Changed in: banshee (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/1155524

Title:
  Banshee forgetting 'source specific' settings

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

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


[Bug 1052596] Re: Podcast feed not automatically updating, explicit request causes a crash

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

** Changed in: rhythmbox (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/1052596

Title:
  Podcast feed not automatically updating, explicit request causes a
  crash

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

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


[Bug 1193602] Re: plymouthd crashed with SIGSEGV in ply_trigger_add_handler()

2013-06-22 Thread Apport retracing service
*** This bug is a duplicate of bug 750405 ***
https://bugs.launchpad.net/bugs/750405

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 #750405, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1193602/+attachment/3710007/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1193602/+attachment/3710010/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1193602/+attachment/3710016/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1193602/+attachment/3710018/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1193602/+attachment/3710019/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1193602/+attachment/3710020/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1193602/+attachment/3710021/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 750405
   plymouthd crashed with SIGSEGV in ply_trigger_add_handler()

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  plymouthd crashed with SIGSEGV in ply_trigger_add_handler()

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

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


[Bug 936257] Re: the system settings grid shouldn't use a fixed geometry

2013-06-22 Thread Adolfo Jayme Barrientos
** Changed in: gnome-control-center (Ubuntu)
   Importance: Low = Medium

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

Title:
  the system settings grid shouldn't use a fixed geometry

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

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


[Bug 1193598] Re: Cairo-Dock Session is broken with Gnome-Session 3.8

2013-06-22 Thread Matthieu Baerts
** Branch linked: lp:ubuntu/cairo-dock

** Changed in: cairo-dock (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: cairo-dock (Ubuntu)
Milestone: None = ubuntu-13.04-month-6

** Changed in: cairo-dock (Ubuntu)
Milestone: ubuntu-13.04-month-6 = ubuntu-13.06

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

Title:
  Cairo-Dock Session is broken with Gnome-Session 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/cairo-dock-core/+bug/1193598/+subscriptions

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


[Bug 1193605] [NEW] Extension inkompatiblities in current Chromium - SRU

2013-06-22 Thread Sandra Karuving
Public bug reported:

For all releases we need a SRU for the chromium browser because of
following broken things:

* Youtube dont work in HTML5 mode. Works with chromium = 27 again (tested on 
arch)
* google plus newer notification area ( Mr Jingle) let chromium crash if we 
drag and drop him to the tabbar 
no crash with chromium = 27
* Google plus Hangouts extension 
https://www.google.com/intl/en_ALL/+/learnmore/hangouts/ gives some weird 
behavior. sometimes we cannopt write, sometimes its always highlighted, 
sometimes its impossible to highlight. it makes hard to chat with others
works with chromium = 27
* drag and drop (for dnd ready sites like imgur) from gnome filemanagers dont 
work every time
works with chromium = 26
* Chromium dont want to load current java extensiobns because it sais they are 
to old (even with the current one)
fixed with chromium = 27

in Debian SID, there is an newer version
http://packages.debian.org/en/sid/chromium-browser

** Affects: chromium-browser (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/1193605

Title:
  Extension inkompatiblities in current Chromium - SRU

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

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


[Bug 936257] Re: the system settings grid shouldn't use a fixed geometry

2013-06-22 Thread John Winterton
Well, here we are in 13.04 and this is not only not fixed but it also
affects the tweak tool.  There seems to be some universal widget window
in use, and this is still unacceptable performance when some junior
programmer decided to see what would happen if he turned off the
variable geometry for some basic widget.

This is behaving like a virus because it seems to get into anything
regarding the system settings.

I am currently using the GNOME fallback desktop and I just set my font
factor to 2.0.  I got these results for my trouble (see attached
screenshot).

Someone is dragging its feet.  This problem has been present for at
least five releases and not fixed yet it is simple to do, and most
annoying.


** Attachment added: A screen shot showing both tweak tool and system settings
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/936257/+attachment/3710057/+files/Screenshot%20from%202013-06-22%2007%3A41%3A17.png

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

Title:
  the system settings grid shouldn't use a fixed geometry

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

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


[Bug 1193608] [NEW] No Subwoofer sounds after the first play

2013-06-22 Thread Shunsuke Akagi
Public bug reported:

At the first music subwoofer works but as soon as 2nd music/movie starts, 
subwoofer won't work on any program. I have to change mode to whatever 
different such as 7.1 or something then subwoofer would come back.
I thought it would happen only in Clememtine but it would happend in any AV 
program.

** Affects: alsa-driver (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/1193608

Title:
  No Subwoofer sounds after the first play

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

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


[Bug 1193611] [NEW] Volume controls are bad

2013-06-22 Thread Shunsuke Akagi
Public bug reported:

When I slide volume control bar under any x.1 mode in the sound setting, 
subwoofer volume would change.
When I slide subwoofer colume, whole volume would change.

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

** Description changed:

- When I slide volume control bar in the sound setting, subwoofer volume would 
change.
+ When I slide volume control bar under any x.1 mode in the sound setting, 
subwoofer volume would change.
  When I slide subwoofer colume, whole volume would change.

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

Title:
  Volume controls are bad

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

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


[Bug 676637] Re: Wrong aspect ratio with DV AVI files in PiTiVi

2013-06-22 Thread Stefan Nagy
@ madbiologisst: Thanks for bringing this to my attention.

Since I didn't need to edit any more videos I didn't keep track of this
bug. I'm working on Debian (Jessie) now and I can't reproduce this bug
anymore with gstreamer0.10-ffmpeg (0.10.13-5) – neither with PiTiVi
0.15.2-0.2 nor with Totem 3.0.1-8.

So I can confirm the comment #7 in the upstream bug report: Seems to
work fine now.

** Changed in: gstreamer0.10 (Ubuntu)
   Status: New = Fix Released

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

Title:
  Wrong aspect ratio with DV AVI files in PiTiVi

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

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

[Bug 1102176] Re: Potential memory leak

2013-06-22 Thread Lionel Le Folgoc
*** This bug is a duplicate of bug 607474 ***
https://bugs.launchpad.net/bugs/607474

** This bug has been marked a duplicate of bug 607474
   xfce4-volumed using too much RAM

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

Title:
  Potential memory leak

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

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


[Bug 1193612] [NEW] Subwoofer=Front Right?

2013-06-22 Thread Shunsuke Akagi
Public bug reported:


Now when I fade out volume of front right speaker in PulseAudio Volume Control, 
the soud of subwoofer also fades out.
They should be independent.

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

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

Title:
   Subwoofer=Front Right?

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

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


[Bug 1158462] Re: Microsoft Wedge Touch Mouse losing connection

2013-06-22 Thread Bug Watch Updater
** Changed in: bluez
   Status: Unknown = Incomplete

** Changed in: bluez
   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/1158462

Title:
  Microsoft Wedge Touch Mouse losing connection

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

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


[Bug 1193610] Re: the installer crashes every time during user creation

2013-06-22 Thread Ervin Valentin
... forgot to mention that the installation is on a Lenovo x230

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

Title:
  the installer crashes every time during user creation

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

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


[Bug 1193610] [NEW] the installer crashes every time during user creation

2013-06-22 Thread Ervin Valentin
Public bug reported:

During installation the installer crash when the installer start
creating user  same spot every time

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubiquity 2.10.24 [modified: usr/lib/ubiquity/bin/ubiquity 
usr/lib/ubiquity/plugins/ubi-partman.py 
usr/lib/ubiquity/plugins/ubi-usersetup.py]
ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
Uname: Linux 3.5.0-23-generic i686
NonfreeKernelModules: symap_custom_3.5.0_23_generic_i686 
symev_custom_3.5.0_23_generic_i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
CasperVersion: 1.315.1
Date: Sat Jun 22 13:38:48 2013
InstallCmdLine: noprompt cdrom-detect/try-usb=true 
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 (20130213)
MarkForUpload: True
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise ubiquity-2.10.24

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

Title:
  the installer crashes every time during user creation

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

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


[Bug 1067934] Re: spends 10+ minutes deduplicating Package lists

2013-06-22 Thread Michael Casadevall
I've encountered this issue on armhf across multiple series. This bug
seems to come and go, as it currently only happens for my on x86-based
systems, and I'm not currently encountering it on ARM, but the reverse
has been true for me as well.

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

Title:
  spends 10+ minutes deduplicating Package lists

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

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


  1   2   3   4   5   >