Re: [Bug 1080744] Re: vmbuilder erases current directory with option '-o -d .'

2012-11-24 Thread Riccardo Murri
Thanks! I do not think there is a need for SRU.

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

Title:
  vmbuilder erases current directory with option '-o -d .'

To manage notifications about this bug go to:
https://bugs.launchpad.net/vmbuilder/+bug/1080744/+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 1081952] Re: squid 3.1.19 external_acl_type fail

2012-11-24 Thread sense
** Description changed:

  System: ubuntu 12.04.1
  Squid: 3.1.19-1ubuntu3.12.04.1 (apt-get install)
  
  In squid.conf:
  ...
  external_acl_type testcom_ip ttl=0 children=5 ipv4 %SRC php 
/php/squid_eacl/test_ip.php
  acl testcom_ipacl external testcom_ip
- http_access allow testcom testcom_ipacl
+ http_access allow testcom_ipacl
  http_access deny all
  ...
  
  In the /php/squid_eacl/test_ip.php, I let it return OK everytime:
  ?php
  $time=null;
  $output=null;
- while ($i = fopen('php://stdin', 'r')) { 
-   $ii = fgets($i);
-   $s = trim($ii);
-   fclose($i);
-   if ($s == NULL) {
-   if ($time == time()) {
-   break;
-   } else {
-   $time = time();
-   continue;
-   }
-   }
-   $o = fopen('php://stdout', 'w');
-   #fwrite($o,OK user=test\n);
-   fwrite($o,OK\n);
-   fclose($o);
+ while ($i = fopen('php://stdin', 'r')) {
+  $ii = fgets($i);
+  $s = trim($ii);
+  fclose($i);
+  if ($s == NULL) {
+   if ($time == time()) {
+    break;
+   } else {
+    $time = time();
+    continue;
+   }
+  }
+  $o = fopen('php://stdout', 'w');
+  #fwrite($o,OK user=test\n);
+  fwrite($o,OK\n);
+  fclose($o);
  }
  ?
  
  Client use the Squid server as proxy and will get Access Deny many
  time. It seems squid will miss the external_acl_type acl ( http_access
  allow testcom testcom_ipacl)  of config.conf in sometime.

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

Title:
  squid 3.1.19 external_acl_type fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1081952/+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 1081952] Re: squid 3.1.19 external_acl_type fail

2012-11-24 Thread sense
Sorry, I pasted a wrong config.conf, but the bug does existed. And now I
was corrected it:

http_access allow testcom testcom_ipacl
to
http_access allow testcom_ipacl

I do a lot of test. It realy seems Squid 3.1.19-1ubuntu3.12.04.1 has the
external_acl_type problem (squid will miss external_acl_type some time).
And I complie install Squid 3.2.3 in ubuntu 12.04, it runs no problem
with the some config file. Please test it again. Thanks!

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

Title:
  squid 3.1.19 external_acl_type fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1081952/+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 1076442] Re: nova-novncproxy has a missing dep on websockify

2012-11-24 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 2013.1~g1-0ubuntu1

---
nova (2013.1~g1-0ubuntu1) raring; urgency=low

  [ Adam Gandelman ]
  * debian/control: Ensure novaclient is upgraded with nova,
require python-keystoneclient = 1:2.9.0. (LP: #1073289)
  * debian/patches/{ubuntu/*, rbd-security.patch}: Dropped, applied
upstream.
  * debian/control: Add python-testtools to Build-Depends.

  [ Chuck Short ]
  * New upstream version.
  * Refreshed debian/patches/avoid_setuptools_git_dependency.patch.
  * debian/rules: FTBFS if missing binaries.
  * debian/nova-scheudler.install: Add missing rabbit-queues and
nova-rpc-zmq-receiver.
  * Remove nova-volume since it doesnt exist anymore, transition to cinder-*.
  * debian/rules: install apport hook in the right place.
  * debian/patches/ubuntu-show-tests.patch: Display test failures.
  * debian/control: Add depends on genisoimage
  * debian/control: Suggest guestmount.
  * debian/control: Suggest websockify. (LP: #1076442)
  * debian/nova.conf: Disable nova-volume service.
  * debian/control: Depend on xen-system-* rather than the hypervisor.
  * debian/control, debian/mans/nova-conductor.8, debian/nova-conductor.init,
debian/nova-conductor.install, debian/nova-conductor.logrotate
debian/nova-conductor.manpages, debian/nova-conductor.postrm
debian/nova-conductor.upstart.in: Add nova-conductor service.
  * debian/control: Add python-fixtures as a build deps.
 -- Chuck Short zul...@ubuntu.com   Fri, 23 Nov 2012 09:04:58 -0600

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

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

Title:
  nova-novncproxy has a missing dep on websockify

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1076442/+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 1073289] Re: nova-common has an incorrect dep on python-nova (= 2012.1-0ubuntu2)

2012-11-24 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 2013.1~g1-0ubuntu1

---
nova (2013.1~g1-0ubuntu1) raring; urgency=low

  [ Adam Gandelman ]
  * debian/control: Ensure novaclient is upgraded with nova,
require python-keystoneclient = 1:2.9.0. (LP: #1073289)
  * debian/patches/{ubuntu/*, rbd-security.patch}: Dropped, applied
upstream.
  * debian/control: Add python-testtools to Build-Depends.

  [ Chuck Short ]
  * New upstream version.
  * Refreshed debian/patches/avoid_setuptools_git_dependency.patch.
  * debian/rules: FTBFS if missing binaries.
  * debian/nova-scheudler.install: Add missing rabbit-queues and
nova-rpc-zmq-receiver.
  * Remove nova-volume since it doesnt exist anymore, transition to cinder-*.
  * debian/rules: install apport hook in the right place.
  * debian/patches/ubuntu-show-tests.patch: Display test failures.
  * debian/control: Add depends on genisoimage
  * debian/control: Suggest guestmount.
  * debian/control: Suggest websockify. (LP: #1076442)
  * debian/nova.conf: Disable nova-volume service.
  * debian/control: Depend on xen-system-* rather than the hypervisor.
  * debian/control, debian/mans/nova-conductor.8, debian/nova-conductor.init,
debian/nova-conductor.install, debian/nova-conductor.logrotate
debian/nova-conductor.manpages, debian/nova-conductor.postrm
debian/nova-conductor.upstart.in: Add nova-conductor service.
  * debian/control: Add python-fixtures as a build deps.
 -- Chuck Short zul...@ubuntu.com   Fri, 23 Nov 2012 09:04:58 -0600

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

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

Title:
  nova-common has an incorrect dep on python-nova (= 2012.1-0ubuntu2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1073289/+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 1080369] Re: FreeDOS fails to boot in Qemu/kvm

2012-11-24 Thread Dave Gilbert
Interesting; no I don't get that menu - it doesn't get that far for me.

Both of the machines I tried it on are Quantal installs; both using
virt-manager to set the vm up; I'll try your command line set to see if
it makes any difference.

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

Title:
  FreeDOS fails to boot in Qemu/kvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1080369/+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 1082699] [NEW] cannot copy to samba share

2012-11-24 Thread Alexander Langanke
Public bug reported:

I cannot copy files to a samba share on my ubuntu server. This used to
work without problems.

I have read/write permissions and can create new folders or delete files
in the share.

Copying hangs at 0 % and never progresses any further.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: samba 2:3.6.6-3ubuntu5
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Sat Nov 24 17:46:12 2012
InstallationDate: Installed on 2012-06-12 (165 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
RelatedPackageVersions:
 nautilus 1:3.5.90.really.3.4.2-0ubuntu4
 gvfs 1.14.0-0ubuntu6
SambaClientRegression: Yes
SourcePackage: samba
UpgradeStatus: Upgraded to quantal on 2012-08-26 (89 days ago)

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  cannot copy to samba share

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1082699/+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 1082707] [NEW] package php5-common 5.4.6-1ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2012-11-24 Thread crushkittykitty
Public bug reported:

this isnt a bug it was a bad installer

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: php5-common 5.4.6-1ubuntu1.1
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Sat Nov 24 12:08:55 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationDate: Installed on 2012-11-20 (3 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: php5
Title: package php5-common 5.4.6-1ubuntu1.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package package-from-proposed quantal

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

Title:
  package php5-common 5.4.6-1ubuntu1.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1082707/+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 1082767] [NEW] Configure-time ps command truncates command names

2012-11-24 Thread Gerald Combs
Public bug reported:

It looks like the nagios-plugins package is configured with

  --with-ps-command=/bin/ps axwwo 'stat uid pid ppid vsz rss pcpu etime
comm args'

Unfortunately using comm returns truncated command names (via
/proc/[pid]/status) which makes it difficult or impossible to use
check_procs -C. For example, check_procs -C apache2 fails while
check_procs -C apach works. It looks like the package should be
configured with cmd or command (which use /proc/[pid]/cmdline)
instead, e.g.

  --with-ps-command=/bin/ps axwwo 'stat uid pid ppid vsz rss pcpu etime
command args'

** Affects: nagios-plugins (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Configure-time ps command truncates command names

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/1082767/+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 1069543] Re: ntpd crashes when network interface goes down

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

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

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

Title:
  ntpd crashes when network interface goes down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1069543/+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 1082767] Re: Configure-time ps command truncates command names

2012-11-24 Thread Gerald Combs
** Description changed:

  It looks like the nagios-plugins package is configured with
  
-   --with-ps-command=/bin/ps axwwo 'stat uid pid ppid vsz rss pcpu etime
+   --with-ps-command=/bin/ps axwwo 'stat uid pid ppid vsz rss pcpu etime
  comm args'
  
  Unfortunately using comm returns truncated command names (via
  /proc/[pid]/status) which makes it difficult or impossible to use
  check_procs -C. For example, check_procs -C apache2 fails while
- check_procs -C apach works. It looks like the package should be
- configured with cmd or command (which use /proc/[pid]/cmdline)
- instead, e.g.
- 
-   --with-ps-command=/bin/ps axwwo 'stat uid pid ppid vsz rss pcpu etime
- command args'
+ check_procs -C apach works.

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

Title:
  Configure-time ps command truncates command names

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/1082767/+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 484310] Re: XP guest bluescreens on startup

2012-11-24 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 485807 ***
https://bugs.launchpad.net/bugs/485807

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

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Confirmed

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

Title:
  XP guest bluescreens on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/484310/+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 1082598] [NEW] Absurd permissions on /etc/depmod.d, /etc/modprobe.d crash apport-retrace

2012-11-24 Thread Anders Kaseorg
Public bug reported:

$ dpkg -c kmod_9-2ubuntu3_amd64.deb | grep '\.d/$'
drwxr-xr-x root/root 0 2012-10-30 17:26 ./lib/modprobe.d/
drw-r-xr-x root/root 0 2012-10-30 17:26 ./etc/depmod.d/
drwxr-xr-x root/root 0 2012-10-30 17:26 ./etc/init.d/
drw-r-xr-x root/root 0 2012-10-30 17:26 ./etc/modprobe.d/

This causes apport-retrace to die during cleanup as follows:

 Traceback (most recent call last):
   File /usr/lib/python2.7/atexit.py, line 24, in _run_exitfuncs
 func(*targs, **kargs)
   File /usr/lib/python2.7/shutil.py, line 247, in rmtree
 rmtree(fullname, ignore_errors, onerror)
   File /usr/lib/python2.7/shutil.py, line 247, in rmtree
 rmtree(fullname, ignore_errors, onerror)
   File /usr/lib/python2.7/shutil.py, line 252, in rmtree
 onerror(os.remove, fullname, sys.exc_info())
   File /usr/lib/python2.7/shutil.py, line 250, in rmtree
 os.remove(fullname)
 OSError: [Errno 13] Permission denied: 
'/tmp/tmpPU9nTq/etc/depmod.d/ubuntu.conf'

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: kmod 9-2ubuntu3
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
NonfreeKernelModules: openafs
ApportVersion: 2.6.2-0ubuntu5
Architecture: amd64
Date: Sat Nov 24 02:54:21 2012
EcryptfsInUse: Yes
InstallationDate: Installed on 2010-12-05 (719 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20101202)
MarkForUpload: True
SourcePackage: kmod
UpgradeStatus: Upgraded to raring on 2012-11-15 (8 days ago)

** Affects: kmod (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/1082598

Title:
  Absurd permissions on /etc/depmod.d, /etc/modprobe.d crash apport-
  retrace

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

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


[Bug 814833] Re: Opening the dash is very slow and laggy

2012-11-24 Thread Hugo Venhorst
Hi Mauricio,

If you have the Dash in non-maximized mode, it could save some CPU, and it 
would allow you to click away from the dash.
using no-blur helps a bit, but for me it seems to copy the wrong piece of 
desktop for the dash background, so it just looks odd.

like i wrote above, somehow if there is a maximized window below the dash, the 
dash becomes VERY slow and sometimes won't even close.
-the trick for now is to keep all windows unmaximized when you use the Dash.

also if you have trouble closing the dash, or the HUD: it likely did get the 
'close' command, but the rendering stalls. 
- switching to a VT, wait a bit and witching back ( CTRL+ALT+F4, wait, 
CTRL+ALT+F7) it gives unity the time to render 'off-screen', and chances are 
the Dash caught up with the close command.

unfortunately this bug doesn't seem to be a priority, as no one has even
been assigned to it since it was confirmd about half a year ago...

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

Title:
  Opening the dash is very slow and laggy

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

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


[Bug 1082600] Re: apport-retrace crashed with OSError in rmtree(): [Errno 13] Permission denied: '/tmp/tmpPU9nTq/etc/depmod.d/ubuntu.conf'

2012-11-24 Thread Anders Kaseorg
** 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/1082600

Title:
  apport-retrace crashed with OSError in rmtree(): [Errno 13] Permission
  denied: '/tmp/tmpPU9nTq/etc/depmod.d/ubuntu.conf'

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

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


[Bug 1082600] Re: apport-retrace crashed with OSError in rmtree(): [Errno 13] Permission denied: '/tmp/tmpPU9nTq/etc/depmod.d/ubuntu.conf'

2012-11-24 Thread Apport retracing service
** Changed in: apport (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  apport-retrace crashed with OSError in rmtree(): [Errno 13] Permission
  denied: '/tmp/tmpPU9nTq/etc/depmod.d/ubuntu.conf'

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

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


[Bug 1048141] Re: Ubuntu boots up in a black screen

2012-11-24 Thread Antoine Apollis
I was also experiencing the bug, but Søren Gellert seems to have the solution. 
Thank you!
(Except that with those kernel options, the display becomes black when the 
luminosity is downed to 0. Without those options, luminosity was locked above 
0, and the screen couldn’t became completely black. Is this a bug?)

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

Title:
  Ubuntu boots up in a black screen

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

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

[Bug 996032] Re: Constant _ip6_config_add_nameserver: assertion `IN6_ARE_ADDR_EQUAL (nameserver, nameservers[i]) == FALSE' failed messages in syslog

2012-11-24 Thread Robin Smidsrød
I just want to add a comment that the reason for the problem itself is
that both the IPv4 and IPv6 stacks receive a pointer to the same DNS
server using both an IPv4 address and an IPv6 address.

Once I disabled IPv6 name servers in both radvd and isc-dhcp-server6
configurations and only used an IPv4 address to point to the DNS server
the error disappeared from my logs. Not having IPv6 DNS servers will
obviously affect IPv6-only clients.

I would argue that pointing to the same DNS server using both IPv4 and
IPv6 on a dualstack machine is the correct thing to do, so the message
shouldn't really trigger any error. I'm not sure how the DNS server is
determined to be the same, I'm assuming ARP or some identifier sent from
the DNS server validates that claim. If so, the simple workaround might
be to return a different identifier from the DNS server based on IPv4 or
IPv6 connection.

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

Title:
  Constant _ip6_config_add_nameserver: assertion `IN6_ARE_ADDR_EQUAL
  (nameserver, nameservers[i]) == FALSE' failed  messages in syslog

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

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


[Bug 922037] Re: reduce brightness key freezes system

2012-11-24 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

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

Title:
  reduce brightness key freezes system

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

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


[Bug 729979] Re: [nvidia] Windows appear blank white

2012-11-24 Thread stagelll
Just a quick remark about the Nvidia/non Nvidia bug issue. Smspillaz,
before leaving the compiz project, has written a long post about dealing
with proprietary graphic drivers (meaning NVIDIA).

He mentionned this bug in it.  Here is what he wrote :  In addition to
that, we’re fighting lots of strange quirks where texture binding is
randomly failing.

http://smspillaz.wordpress.com/2012/06/08/on-the-future-of-graphics-
drivers/

So the compiz guys are aware of the bug. And they consider it Nvidia
related. But the main point of his post was to say he didn't like to
write hack to solve that kind of problem.

Anyway, either they don't work hard enough on it, or it's just not
solvable, they haven't found that hack. And one of the basic
functionnalities of unity is not working properly on lots of computer,
as Nvidia drivers are pervasive.

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

Title:
  [nvidia] Windows appear blank white

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

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

[Bug 1082598] Re: Absurd permissions on /etc/depmod.d, /etc/modprobe.d crash apport-retrace

2012-11-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~anders-kaseorg/ubuntu/raring/kmod/lp1082598

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

Title:
  Absurd permissions on /etc/depmod.d, /etc/modprobe.d crash apport-
  retrace

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

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


[Bug 1082602] Re: gnome-settings-daemon crashed with SIGSEGV in dialog_init()

2012-11-24 Thread Anders Kaseorg
** 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/1082602

Title:
  gnome-settings-daemon crashed with SIGSEGV in dialog_init()

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

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


[Bug 1082598] Re: Absurd permissions on /etc/depmod.d, /etc/modprobe.d crash apport-retrace

2012-11-24 Thread dino99
i suppose it also explain that other issue:
https://bugs.launchpad.net/ubuntu/+source/kmod/+bug/1073062

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

Title:
  Absurd permissions on /etc/depmod.d, /etc/modprobe.d crash apport-
  retrace

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

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


[Bug 1082598] Re: Absurd permissions on /etc/depmod.d, /etc/modprobe.d crash apport-retrace

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

** Changed in: kmod (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/1082598

Title:
  Absurd permissions on /etc/depmod.d, /etc/modprobe.d crash apport-
  retrace

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

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


[Bug 1082314] Re: Raring wake up from S3 broken

2012-11-24 Thread zikaface
Similar problem but a bit heavier: When this happens I do not have
access to tty*, only help comes from REISUB...

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

Title:
  Raring wake up from S3 broken

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

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


[Bug 1082314] Re: Raring wake up from S3 broken

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

** Changed in: xorg (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/1082314

Title:
  Raring wake up from S3 broken

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

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


[Bug 1082314] Re: Raring wake up from S3 broken

2012-11-24 Thread zikaface
Forgot to say: for now on I've solved this by adding apm=off to kernel
line...

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

Title:
  Raring wake up from S3 broken

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

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


[Bug 1000270] Re: Laptop backlight brightness increases/decreases 2 steps each time

2012-11-24 Thread Schmankerl
After installing 3.5.0-18-generic in Ubuntu 12.04 Precise from official
repository it seems to be fixed on my Thinkpad T500.

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

Title:
  Laptop backlight brightness increases/decreases 2 steps each time

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

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


[Bug 842566] Re: Libreoffice and unity integration broken.

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

** Changed in: bamf (Ubuntu Quantal)
   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/842566

Title:
  Libreoffice and unity integration broken.

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

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


[Bug 391628] Re: Everything gets swapped out after resume from suspend using fglrx drivers

2012-11-24 Thread mdo
http://askubuntu.com/questions/211733/swap-swapiness-and-standby-
swapping-starts-when-waking-up


Does happen with a current Ubuntu, Radeon Mobility HD 3650 and a current ATI 
fglrx, downloaded by AMD directly: Catalyst 12.6 7/24/2012


[12.218] (II) Loading 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
[12.265] (II) Module fglrx: vendor=FireGL - ATI Technologies Inc.
[12.266]compiled for 1.4.99.906, module version = 8.97.2
[12.266]Module class: X.Org Video Driver
[12.266] (II) Loading sub module fglrxdrm
[12.266] (II) LoadModule: fglrxdrm
[12.266] (II) Loading 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/linux/libfglrxdrm.so
[12.266] (II) Module fglrxdrm: vendor=FireGL - ATI Technologies Inc.
[12.266]compiled for 1.4.99.906, module version = 8.97.2
[12.266] (II) ATI Proprietary Linux Driver Version Identifier:8.97.2
[12.266] (II) ATI Proprietary Linux Driver Release Identifier: 8.97.100.3   

[12.266] (II) ATI Proprietary Linux Driver Build Date: Jul  3 2012 23:56:30

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

Title:
  Everything gets swapped out after resume from suspend using fglrx
  drivers

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

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


[Bug 1061787] Re: Dual Monitor Lock Screen Dialog Hidden

2012-11-24 Thread Guy Rutenberg
I have the same problem. One screen turns entirely blue, while the other
one is OK. At first I thought it's a problem with my screen, but I see
others reporting it as well. It started happening about a month to 2
months ago. Using Ubuntu 12.04 64bit using nvidia-current
295.40-0ubuntu1.1 and Gnome3

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

Title:
  Dual Monitor Lock Screen Dialog Hidden

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

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


[Bug 1082605] [NEW] FTBFS against libav 9

2012-11-24 Thread Reinhard Tartler
Public bug reported:

Imported from Debian bug http://bugs.debian.org/694131:

Package: zoneminder
Version: 1.25.0-3
Severity: important
Tags: patch

Dear Maintainer,

The zoneminder package currently FTBFS against libav9 because it uses an
outdated API. I have attached a quick patch that allows
compilation. Please test the patch and discuss it with upstream.

x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include 
-Wall -Wno-sign-compare -fno-inline -I/usr/include -D_FORTIFY_SOURCE=2 
-D__STDC_CONSTANT_MACROS -D__STDC_CONSTANT_MACROS -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -DZM_FFMPEG_CVS 
-DHAVE_LIBCRYPTO -MT zm_local_camera.o -MD -MP -MF .deps/zm_local_camera.Tpo -c 
-o zm_local_camera.o zm_local_camera.cpp
In file included from zm_local_camera.cpp:24:0:
zm_local_camera.h:101:5: error: 'PixelFormat' does not name a type
zm_local_camera.h:102:5: error: 'PixelFormat' does not name a type
zm_local_camera.h:103:12: error: 'AVFrame' does not name a type
zm_local_camera.cpp:44:8: error: 'PixelFormat' does not name a type
zm_local_camera.cpp:259:1: error: 'AVFrame' does not name a type
zm_local_camera.cpp: In constructor 'LocalCamera::LocalCamera(int, const 
string, int, int, const string, int, int, int, int, int, int, int, bool)':
zm_local_camera.cpp:324:9: error: 'imagePixFormat' was not declared in this 
scope
zm_local_camera.cpp:324:39: error: 'PIX_FMT_GRAY8' was not declared in this 
scope
zm_local_camera.cpp:324:53: error: 'PIX_FMT_RGB24' was not declared in this 
scope
zm_local_camera.cpp:325:9: error: 'capturePixFormat' was not declared in this 
scope
zm_local_camera.cpp:325:79: error: 'getFfPixFormatFromV4lPalette' was not 
declared in this scope
zm_local_camera.cpp: In member function 'void LocalCamera::Initialise()':
zm_local_camera.cpp:341:27: error: 'AV_LOG_DEBUG' was not declared in this scope
zm_local_camera.cpp:341:40: error: 'av_log_set_level' was not declared in this 
scope
zm_local_camera.cpp:343:27: error: 'AV_LOG_QUIET' was not declared in this scope
zm_local_camera.cpp:343:40: error: 'av_log_set_level' was not declared in this 
scope
zm_local_camera.cpp:464:9: error: 'capturePictures' was not declared in this 
scope
zm_local_camera.cpp:464:31: error: expected type-specifier before 'AVFrame'
zm_local_camera.cpp:464:31: error: expected ';' before 'AVFrame'
zm_local_camera.cpp:488:18: error: 'imagePixFormat' was not declared in this 
scope
zm_local_camera.cpp:488:36: error: 'capturePixFormat' was not declared in this 
scope
zm_local_camera.cpp:490:58: error: 'avcodec_alloc_frame' was not declared in 
this scope
zm_local_camera.cpp:493:34: error: 'AVPicture' was not declared in this scope
zm_local_camera.cpp:493:45: error: expected primary-expression before ')' token
zm_local_camera.cpp:493:187: error: 'avpicture_fill' was not declared in this 
scope
zm_local_camera.cpp:631:9: error: 'capturePictures' was not declared in this 
scope
zm_local_camera.cpp:631:31: error: expected type-specifier before 'AVFrame'
zm_local_camera.cpp:631:31: error: expected ';' before 'AVFrame'
zm_local_camera.cpp:639:18: error: 'imagePixFormat' was not declared in this 
scope
zm_local_camera.cpp:639:36: error: 'capturePixFormat' was not declared in this 
scope
zm_local_camera.cpp:641:58: error: 'avcodec_alloc_frame' was not declared in 
this scope
zm_local_camera.cpp:644:34: error: 'AVPicture' was not declared in this scope
zm_local_camera.cpp:644:45: error: expected primary-expression before ')' token
zm_local_camera.cpp:644:161: error: 'avpicture_fill' was not declared in this 
scope
zm_local_camera.cpp: In static member function 'static bool 
LocalCamera::GetCurrentSettings(const char*, char*, int, bool)':
zm_local_camera.cpp:775:22: error: 'PATH_MAX' was not declared in this scope
zm_local_camera.cpp:780:21: error: 'queryDevice' was not declared in this scope
zm_local_camera.cpp:782:22: error: 'queryDevice' was not declared in this scope
zm_local_camera.cpp:783:29: error: 'queryDevice' was not declared in this scope
zm_local_camera.cpp:800:67: error: 'queryDevice' was not declared in this scope
zm_local_camera.cpp:802:54: error: 'queryDevice' was not declared in this scope
zm_local_camera.cpp:812:92: error: 'queryDevice' was not declared in this scope
zm_local_camera.cpp:937:91: error: 'queryDevice' was not declared in this scope
zm_local_camera.cpp:962:82: error: 'queryDevice' was not declared in this scope
zm_local_camera.cpp:1087:90: error: 'queryDevice' was not declared in this scope
zm_local_camera.cpp: In member function 'virtual int 
LocalCamera::Capture(Image)':
zm_local_camera.cpp:1644:16: error: 'AVFrame' does not name a type
zm_local_camera.cpp:1646:14: error: 'imagePixFormat' was not declared in this 
scope
zm_local_camera.cpp:1646:32: error: 'capturePixFormat' was not declared in this 
scope
zm_local_camera.cpp:1650:146: error: 'SWS_BICUBIC' was not declared in this 
scope
zm_local_camera.cpp:1650:176: error: 'sws_getCachedContext' 

[Bug 1082604] [NEW] package kde-workspace-bin 4:4.9.3-0ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/kde4/kcm_view1394.so', which is also in package kinfocenter 4:4.9.80-0ubuntu3

2012-11-24 Thread Alex Buell
Public bug reported:

(Reading database ... 358893 files and directories currently installed.)
Preparing to replace kde-workspace-bin 4:4.9.3-0ubuntu2 (using 
.../kde-workspace-bin_4%3a4.9.80-0ubuntu4_amd64.deb) ...
Unpacking replacement kde-workspace-bin ...
dpkg: error processing 
/var/cache/apt/archives/kde-workspace-bin_4%3a4.9.80-0ubuntu4_amd64.deb 
(--unpack):
 trying to overwrite '/usr/lib/kde4/kcm_view1394.so', which is also in package 
kinfocenter 4:4.9.80-0ubuntu4
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Preparing to replace kde-workspace-data 4:4.9.3-0ubuntu2 (using 
.../kde-workspace-data_4%3a4.9.80-0ubuntu4_all.deb) ...
Unpacking replacement kde-workspace-data ...
dpkg: error processing 
/var/cache/apt/archives/kde-workspace-data_4%3a4.9.80-0ubuntu4_all.deb 
(--unpack):
 trying to overwrite '/usr/share/kde4/apps/kcmview1394/oui.db', which is also 
in package kinfocenter 4:4.9.80-0ubuntu4
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for hicolor-icon-theme ...

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: kde-workspace-bin 4:4.9.3-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
ApportVersion: 2.6.2-0ubuntu5
Architecture: amd64
Date: Sat Nov 24 08:51:43 2012
DuplicateSignature:
 Unpacking replacement kde-workspace-bin ...
 dpkg: error processing 
/var/cache/apt/archives/kde-workspace-bin_4%3a4.9.80-0ubuntu4_amd64.deb 
(--unpack):
  trying to overwrite '/usr/lib/kde4/kcm_view1394.so', which is also in package 
kinfocenter 4:4.9.80-0ubuntu3
ErrorMessage: trying to overwrite '/usr/lib/kde4/kcm_view1394.so', which is 
also in package kinfocenter 4:4.9.80-0ubuntu3
InstallationDate: Installed on 2012-02-20 (278 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MarkForUpload: True
SourcePackage: kde-workspace
Title: package kde-workspace-bin 4:4.9.3-0ubuntu2 failed to install/upgrade: 
trying to overwrite '/usr/lib/kde4/kcm_view1394.so', which is also in package 
kinfocenter 4:4.9.80-0ubuntu3
UpgradeStatus: Upgraded to raring on 2012-02-22 (275 days ago)

** Affects: kde-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package package-conflict raring

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

Title:
  package kde-workspace-bin 4:4.9.3-0ubuntu2 failed to install/upgrade:
  trying to overwrite '/usr/lib/kde4/kcm_view1394.so', which is also in
  package kinfocenter 4:4.9.80-0ubuntu3

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

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


[Bug 1082604] Re: package kde-workspace-bin 4:4.9.3-0ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/kde4/kcm_view1394.so', which is also in package kinfocenter 4:4.9.80-0ubuntu3

2012-11-24 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/1082604

Title:
  package kde-workspace-bin 4:4.9.3-0ubuntu2 failed to install/upgrade:
  trying to overwrite '/usr/lib/kde4/kcm_view1394.so', which is also in
  package kinfocenter 4:4.9.80-0ubuntu3

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

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


[Bug 1082606] [NEW] system program problem detected

2012-11-24 Thread Jesse Oguzie
Public bug reported:

i upgraded from 11.10 to 12.04. but on start up showing a message
system program problem detected. The problem has persisted for some
while. Could you please help out?

** Affects: apport (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/1082606

Title:
  system program problem detected

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

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


[Bug 903819] Re: use symbolic icons

2012-11-24 Thread Lars Uebernickel
There are some subtle uses of color in the indicator icons:

 * messaging turns blue (and even had full colored icons briefly last cycle)
 * power cog (indicator-sesision) turns red when there's a problem in online 
accounts
 * sound turns dark when muted

Right now, this is handled by different icon names for the diffeterent
states. For example, indicator-messages-new is a blue version of
indicator-messages. I don't know if that can be easily replicated with
symbolic icons. At the simplest, we'd need a way to specify the white
color (maybe indirectly through widget state or so) when giving GtkImage
an icon name.

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

Title:
  use symbolic icons

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

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


Re: [Bug 182101] Re: Bluetooth light comes on but I don't think I have blue tooth.

2012-11-24 Thread encompass
The issue is still there, but minor as I know I don't have bluetooth and 
simply ignore it.
This is not a bios problem as it doesn't show up until the kernel starts 
to load and doesn't show up on older version of ubuntu or free dos.

On 11/22/2012 03:13 PM, Thomas Hotz wrote:
 encompass: Is this still an issue for you? Which Ubuntu version do you
 use? Thank you for telling us!

 macssam: This seems more than a hardware or bios problem.

 ** Changed in: ubuntu
 Status: Confirmed = Incomplete

 ** Changed in: ubuntu
   Assignee: Laurent Bigonville (bigon) = (unassigned)


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

Title:
  Bluetooth light comes on but I don't think I have blue tooth.

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

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


[Bug 1082607] [NEW] Sputnik kernel does not turn on wireless

2012-11-24 Thread Saurav Sengupta
Public bug reported:

On Ubuntu 12.04 and Ubuntu 12.10 the Sputnik kernel is used to enable
Bluetooth, Wi-fi and screen brightness on the Dell XPS 13 Ultrabook (it
also enabled the touchpad on 12.04). Even with the latest kernel as of
this writing, Linux 3.5.0-18-generic #29+kamal11~DellXPS-Ubuntu SMP
x86_64, which is the Sputnik kernel from ppa:canonical-hwe-team/sputnik-
kernel, using the default key combination (F2 or Fn+F2) for wireless
turns on Bluetooth but not Wi-fi. The Wi-fi can be enabled via the
graphical interface on most non-Unity desktops, but since the graphical
option for Wi-fi remains disabled in Unity, only 'sudo rfkill unblock
all' can enable Wi-fi in a Unity environment. However, the problem
remains with the Sputnik kernel. I could not find a way to report this
bug in launchpad.net/~canonical-hwe-team, so I am reporting it here. The
specifications of my laptop are as follows: -

* Dell XPS 13 Ultrabook (13 screen with 1366x768 native resolution).
* Intel Core i5-2467M CPU @1.60GHz x 4 (quad-core)
* 4GB DDR3 SDRAM
* Samsung SSD PM830 mSATA 256GB hard drive (SSD)
* Intel HD Graphics 3000 2nd Generation Core Family Integrated Graphics 
Controller
* No ethernet port
* 1 x USB 2.0 port and 1 x USB 3.0 port
* No optical drive

The distribution I am currently using is Kubuntu 12.10 amd64
The software details are as follows: -
Kernel package: linux-image-3.5.0-18-generic version 
3.5.0-18.29+kamal11~DellXPS from ppa:canonical-hwe-team/sputnik-kernel
From uname -a: -
Linux nemo 3.5.0-18-generic #29+kamal11~DellXPS-Ubuntu SMP Wed Oct 24 00:15:19 
UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
From lsb_release -a: -
Distributor ID: Ubuntu
Description: Ubuntu 12.10
Release: 12.10
Codename: quantal

I am NOT using the special Sputnik laptop, just the original retail
edition of the XPS 13 Ultrabook.

** Affects: linux-lts-quantal (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/1082607

Title:
  Sputnik kernel does not turn on wireless

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

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


[Bug 1082604] Re: package kde-workspace-bin 4:4.9.3-0ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/kde4/kcm_view1394.so', which is also in package kinfocenter 4:4.9.80-0ubuntu3

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

** Changed in: kde-workspace (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/1082604

Title:
  package kde-workspace-bin 4:4.9.3-0ubuntu2 failed to install/upgrade:
  trying to overwrite '/usr/lib/kde4/kcm_view1394.so', which is also in
  package kinfocenter 4:4.9.80-0ubuntu3

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

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


[Bug 1071101] Re: nearly every other boot I get Low Graphics Mode message.

2012-11-24 Thread Henrik Sölver
Same issue with a Intel sandy bridge system. But the problem started to show up 
around a week ago, probably after some update. before that 12.10 worked fine. 
The trick suggested here 
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/995397 (restarting 
lightdm) will get it running again. 
The Xorg log (complete log attached):
Fatal server error:
[ 1.840] Cannot run in framebuffer mode. Please specify busIDsfor 
all framebuffer devices
[ 1.840] 
[ 1.840] (EE) 
Please consult the The X.Org Foundation support 
 at http://wiki.x.org
 for help. 
[ 1.840] (EE) Please also check the log file at /var/log/Xorg.0.log for 
additional information.
[ 1.840] (EE) 
[ 1.843] Server terminated with error (1). Closing log file.

** Attachment added: Xorg.fail.log
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1071101/+attachment/3442695/+files/Xorg.fail.log

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

Title:
  nearly every other boot I get Low Graphics Mode message.

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

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


[Bug 1082598] Re: Absurd permissions on /etc/depmod.d, /etc/modprobe.d crash apport-retrace

2012-11-24 Thread Anders Kaseorg
dino99, no, it doesn’t.  Bug 1073062 is unrelated.

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

Title:
  Absurd permissions on /etc/depmod.d, /etc/modprobe.d crash apport-
  retrace

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

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

[Bug 943267] Re: In keyboard layouts settings an option 'separate layout for each window' does not work at all

2012-11-24 Thread Gunnar Hjalmarsson
On 2012-11-24 05:24, Jeremy Bicha wrote:
 I believe that setting only works with input methods like ibus.

Didn't it work before 3.6, i.e. before the iBus integration? And
shouldn't it work also in Ubuntu Raring considering that the 3.4 code is
kept for the region capplet?

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

Title:
  In keyboard layouts settings an option 'separate layout for each
  window' does not work at all

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

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


[Bug 673947] Re: Process vino-server at 100% CPU

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

** Changed in: vino (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/673947

Title:
  Process vino-server at 100% CPU

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

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


[Bug 886888] Re: ushare crashes on start-up when USHARE_ENABLE_DNLA=yes

2012-11-24 Thread Robert Collins
Running under valgrind I see:
Looking for files in content directory : /home/robertc/usharetest
==32075== Conditional jump or move depends on uninitialised value(s)
==32075==at 0x5D38726: avformat_open_input (in 
/usr/lib/x86_64-linux-gnu/libavformat.so.53.21.0)
==32075==by 0x54A8FE9: dlna_guess_media_profile (in 
/usr/lib/libdlna.so.0.2.3)
==32075==by 0x4062C4: ??? (in /usr/bin/ushare)
==32075==by 0x4065A6: ??? (in /usr/bin/ushare)
==32075==by 0x40662E: ??? (in /usr/bin/ushare)
==32075==by 0x406A30: ??? (in /usr/bin/ushare)
==32075==by 0x402BD9: ??? (in /usr/bin/ushare)
==32075==by 0x56D576C: (below main) (libc-start.c:226)
==32075==
==32075== Use of uninitialised value of size 8
==32075==at 0x5D38763: avformat_open_input (in 
/usr/lib/x86_64-linux-gnu/libavformat.so.53.21.0)
==32075==by 0x54A8FE9: dlna_guess_media_profile (in 
/usr/lib/libdlna.so.0.2.3)
==32075==by 0x4062C4: ??? (in /usr/bin/ushare)
==32075==by 0x4065A6: ??? (in /usr/bin/ushare)
==32075==by 0x40662E: ??? (in /usr/bin/ushare)
==32075==by 0x406A30: ??? (in /usr/bin/ushare)
==32075==by 0x402BD9: ??? (in /usr/bin/ushare)
==32075==by 0x56D576C: (below main) (libc-start.c:226)
==32075==

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

Title:
  ushare crashes on start-up when USHARE_ENABLE_DNLA=yes

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

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


[Bug 1082418] Re: Ubuntu Uefi install locks out bios access

2012-11-24 Thread viking777
@YannUbuntu
I confirm I used the Erase Disk option to install Ubuntu.
@Chris Murphy
Your reference to Uefi settings confuses me. In my terminology, a bios is a 
hard coded chip attached to a motherboard which has settings accessed by 
pressing f2 at boot up for such things as setting the boot order, adjusting the 
hardware clock etc,etc. That is what I have lost access to. 
If I now have Uefi settings as well as bios settings then that is something I 
have not heard of before (like I said I know very little about Uefi). How would 
I access those if they are different to the bios settings? This has nothing to 
do with booting legacy systems, all the systems I have used to date are Uefi 
enabled.

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

Title:
  Ubuntu Uefi install locks out bios access

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

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


[Bug 1082006] Re: Obsolete config file: /etc/init/module-init-tools.conf is left after quantal to raring upgrade

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

** Changed in: kmod (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/1082006

Title:
  Obsolete config file: /etc/init/module-init-tools.conf is left after
  quantal to raring upgrade

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

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


[Bug 1082608] [NEW] package aspell 0.60.7~20110707-1build1 failed to install/upgrade: problemi con le dipendenze - lasciato non configurato

2012-11-24 Thread Pasquale
Public bug reported:

check_attachment_for_errors(report, attachment)
  File /usr/share/apport/general-hooks/ubuntu.py, line 171, in 
check_attachment_for_errors
trim_dpkg_log(report)
  File /usr/share/apport/general-hooks/ubuntu.py, line 428, in trim_dpkg_log
if start_re.match(line) or trim_re.match(line):
TypeError: can't use a bytes pattern on a string-like object
ERROR: hook /usr/share/apport/general-hooks/ubuntu.py crashed:
Traceback (most recent call last):
  File /usr/lib/python3/dist-packages/apport/report.py, line 197, in _run_hook
symb['add_info'](report, ui)
  File /usr/share/apport/general-hooks/ubuntu.py, line 62, in add_info
check_attachment_for_errors(report, attachment)
  File /usr/share/apport/general-hooks/ubuntu.py, line 171, in 
check_attachment_for_errors
trim_dpkg_log(report)
  File /usr/share/apport/general-hooks/ubuntu.py, line 428, in trim_dpkg_log
if start_re.match(line) or trim_re.match(line):
TypeError: can't use a bytes pattern on a string-like object

** (firefox:21433): WARNING **: Failed to open webapp application path
dir /usr/local/share/unity-webapps/userscripts: Errore nell'aprire la
directory /usr/local/share/unity-webapps/userscripts: File o directory
non esistente

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: aspell 0.60.7~20110707-1build1
ProcVersionSignature: Ubuntu 3.2.0-34.53-generic 3.2.33
Uname: Linux 3.2.0-34-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu6
AptOrdering:
 dictionaries-common: Configure
 aspell: Configure
 aspell-en: Configure
 hyphen-en-us: Configure
Architecture: amd64
Date: Sat Nov 24 10:30:47 2012
DpkgHistoryLog: Start-Date: 2012-11-24  10:30:46
ErrorMessage: problemi con le dipendenze - lasciato non configurato
InstallationDate: Installed on 2012-07-27 (120 days ago)
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100406.1)
MarkForUpload: True
SourcePackage: aspell
Title: package aspell 0.60.7~20110707-1build1 failed to install/upgrade: 
problemi con le dipendenze - lasciato non configurato
UpgradeStatus: Upgraded to quantal on 2012-11-24 (0 days ago)

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


** Tags: amd64 apport-package quantal

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

Title:
  package aspell 0.60.7~20110707-1build1 failed to install/upgrade:
  problemi con le dipendenze - lasciato non configurato

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

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


[Bug 992417] Re: wrong autohide behavior for unity launcher

2012-11-24 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 928719 ***
https://bugs.launchpad.net/bugs/928719

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

** Changed in: unity (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/992417

Title:
  wrong autohide behavior for unity launcher

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

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


[Bug 946473] Re: yfrong instead of yfrog

2012-11-24 Thread cat
Even if you change yfrong to yfrog you still cannot upload images.
It just doesn't work, I guess.

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

Title:
  yfrong instead of yfrog

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

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


[Bug 929303] Re: Launcher auto hide behavior broken in 5.2.0-0ubuntu3

2012-11-24 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 928719 ***
https://bugs.launchpad.net/bugs/928719

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

** Changed in: unity (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/929303

Title:
  Launcher auto hide behavior broken in 5.2.0-0ubuntu3

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

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


[Bug 928719] Re: Bring back Intellihide for unity as an option

2012-11-24 Thread Jan Schürmann
this definetely is an annoying bug! it's still there and actually there's no 
workaround in Quantal!
what is the reason to completely remove such important feature?
did someone know if there is a string in dconf to change that?

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

Title:
  Bring back Intellihide for unity as an option

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

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


[Bug 886888] Re: ushare crashes on start-up when USHARE_ENABLE_DNLA=yes

2012-11-24 Thread Robert Collins
With symbols
==8663== Conditional jump or move depends on uninitialised value(s)
==8663==at 0x5DA1F10: avformat_open_input (utils.c:614)
==8663==by 0x54A8FE9: dlna_guess_media_profile (in 
/usr/lib/libdlna.so.0.2.3)
==8663==by 0x4062C4: ??? (in /usr/bin/ushare)
==8663==by 0x4065A6: ??? (in /usr/bin/ushare)
==8663==by 0x40662E: ??? (in /usr/bin/ushare)
==8663==by 0x406A30: ??? (in /usr/bin/ushare)
==8663==by 0x402BD9: ??? (in /usr/bin/ushare)

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

Title:
  ushare crashes on start-up when USHARE_ENABLE_DNLA=yes

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

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


[Bug 886888] Re: ushare crashes on start-up when USHARE_ENABLE_DNLA=yes

2012-11-24 Thread Robert Collins
==2522== Conditional jump or move depends on uninitialised value(s)
==2522==at 0x5DA1F10: avformat_open_input (utils.c:614)
==2522==by 0x54A9219: dlna_guess_media_profile (profiles.c:283)

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

Title:
  ushare crashes on start-up when USHARE_ENABLE_DNLA=yes

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

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


[Bug 986080] Re: please bring back dodge-window-behaviour for launcher in unity

2012-11-24 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 928719 ***
https://bugs.launchpad.net/bugs/928719

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

** Changed in: unity (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/986080

Title:
  please bring back dodge-window-behaviour for launcher  in unity

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

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


Re: [Bug 1080744] Re: vmbuilder erases current directory with option '-o -d .'

2012-11-24 Thread Riccardo Murri
Thanks! I do not think there is a need for SRU.

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

Title:
  vmbuilder erases current directory with option '-o -d .'

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

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


[Bug 1082611] [NEW] full backup with Sbackup locked on 11.04 after migration 10.x

2012-11-24 Thread Dominique66
Public bug reported:

Sbackup was working properly on Ubuntu 10.04

Till i upgraded to Ubuntu 11.04, when i start a full backup it remain
locked.

The only way is to kill it.

Many Thanks

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: sbackup 0.11.4-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-16.67-generic 2.6.38.8
Uname: Linux 2.6.38-16-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat Nov 24 10:34:54 2012
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=fr_FR:en
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: sbackup
UpgradeStatus: Upgraded to natty on 2012-10-30 (24 days ago)

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


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

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

Title:
  full backup with Sbackup locked on 11.04 after migration 10.x

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

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


[Bug 1071101] Re: nearly every other boot I get Low Graphics Mode message.

2012-11-24 Thread Henrik Sölver
Replaced lightdm with gdm and have now restarted the computer about 10
times without any low graphic mode problem. It seems to be a lightdm
issue more than a X.org one.

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

Title:
  nearly every other boot I get Low Graphics Mode message.

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

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


[Bug 886888] Re: ushare crashes on start-up when USHARE_ENABLE_DNLA=yes

2012-11-24 Thread Robert Collins
init_input is being called with a bad s pointer:
#0  0x76ce4d65 in init_input (s=0x6e005b, filename=0x61aad0 ..., 
options=0x7fffd350)
at /home/robertc/source/ubuntu/libav-0.8.4/libavformat/utils.c:586

(gdb) print filename
$2 = 0x61aad0 ...
(gdb) print *s
Cannot access memory at address 0x6e005b

which is being passed in from avformat_open_input:
#1  0x76ce4f98 in avformat_open_input (ps=0x7fffd3c0, 
filename=0x61aad0 ..., fmt=0x0, options=0x0)
at /home/robertc/source/ubuntu/libav-0.8.4/libavformat/utils.c:625
print ps
$4 = (AVFormatContext **) 0x7fffd3c0
(gdb) print *ps
$5 = (AVFormatContext *) 0x6e005b


- libdlna is bust:

  AVFormatContext *ctx;
  dlna_registered_profile_t *p;
  dlna_profile_t *profile = NULL;
  dlna_container_type_t st;
  av_codecs_t *codecs;

  if (!dlna)
return NULL;

  if (!dlna-inited)
dlna = dlna_init ();

  if (avformat_open_input (ctx, filename, NULL, NULL) != 0)

Note how ctx is not initialised.


** Also affects: libdlna (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/886888

Title:
  ushare crashes on start-up when USHARE_ENABLE_DNLA=yes

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

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


[Bug 877993] Re: Help - Report a Problem... does nothing

2012-11-24 Thread Adolfo Jayme Barrientos
** Changed in: ubufox
   Status: Fix Committed = Fix Released

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

Title:
  Help - Report a Problem... does nothing

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

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


[Bug 1082605] Re: FTBFS against libav 9

2012-11-24 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/zoneminder

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

Title:
  FTBFS against libav 9

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

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


[Bug 1067856] Re: Open a new window quicklist menu entry translations are not loaded

2012-11-24 Thread Adolfo Jayme Barrientos
** Changed in: ubuntu-translations
   Status: Triaged = Fix Released

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

Title:
  Open a new window quicklist menu entry translations are not loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1067856/+subscriptions

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


[Bug 1066969] Re: Translations for the webapps installation prompt are not loaded

2012-11-24 Thread Adolfo Jayme Barrientos
** Changed in: ubuntu-translations
   Status: Fix Committed = Fix Released

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

Title:
  Translations for the webapps installation prompt are not loaded

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

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


[Bug 969914] Re: unable to copy DVD to HDD - wrong region code?

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

** Changed in: brasero (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/969914

Title:
  unable to copy DVD to HDD - wrong region code?

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

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


[Bug 886888] Re: ushare crashes on start-up when USHARE_ENABLE_DNLA=yes

2012-11-24 Thread Robert Collins
Initialising ctx to NULL corrects the problem.

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

Title:
  ushare crashes on start-up when USHARE_ENABLE_DNLA=yes

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

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


[Bug 1069516] Re: Wrong top page margin

2012-11-24 Thread Bernd Schubert
Marking as invalid, it is actually a printer problem. The sensor does
not properly detect anymore where the page starts.

** Changed in: cups-filters (Ubuntu)
   Status: New = Invalid

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

Title:
   Wrong top page margin

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

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


[Bug 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-11-24 Thread melchiaros
** Tags added: raring

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

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


[Bug 1074921] Re: package base-files 6.5ubuntu5 failed to install/upgrade: ErrorMessage: package base-files is already installed and configured

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

** Changed in: dpkg (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/1074921

Title:
  package base-files 6.5ubuntu5 failed to install/upgrade: ErrorMessage:
  package base-files is already installed and configured

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

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


[Bug 886888] Re: ushare crashes on start-up when USHARE_ENABLE_DNLA=yes

2012-11-24 Thread Robert Collins
I have emailed a patch upstream and dput a patched libdlna into raring.

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

Title:
  ushare crashes on start-up when USHARE_ENABLE_DNLA=yes

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

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


[Bug 1081843] Re: Launcher, Window Management - More Effective window switching for apps with multiple windows using the Launcher

2012-11-24 Thread Christophe C
I support the idea of kay

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

Title:
  Launcher, Window Management - More Effective window switching for apps
  with multiple windows using the Launcher

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

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


[Bug 1019517] Re: Milkyplay doesn't have sound

2012-11-24 Thread melchiaros
No reaction from upstream.

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

Title:
  Milkyplay doesn't have sound

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

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


[Bug 1075487] Re: weather applet shows error for foggy conditions

2012-11-24 Thread miraclefoxx
** Also affects: ubuntu
   Importance: Undecided
   Status: New

** No longer affects: ubuntu

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

Title:
  weather applet shows error for foggy conditions

To manage notifications about this bug go to:
https://bugs.launchpad.net/my-weather-indicator/+bug/1075487/+subscriptions

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


[Bug 1082419] Re: Sync morituri 0.1.2-2 (universe) from Debian unstable (main)

2012-11-24 Thread Benjamin Drung
We can drop the Ubuntu delta, but the package fails to build (probably
due to Python 3.3):

===
[FAIL]
Traceback (most recent call last):
  File /tmp/buildd/morituri-0.1.2/morituri/test/test_image_image.py, line 33, 
in testAccurateRipChecksum
self.assertEquals(h(checksumtask.checksums[0]), '0x')
  File /usr/lib/python2.7/dist-packages/twisted/trial/unittest.py, line 271, 
in assertEqual
% (msg, pformat(first), pformat(second)))
twisted.trial.unittest.FailTest: not equal:
a = '0xd60e55e1'
b = '0x'


morituri.test.test_image_image.TrackSingleTestCase.testAccurateRipChecksum
---

Unsubscribing sponsors for now.

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

Title:
  Sync morituri 0.1.2-2 (universe) from Debian unstable (main)

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

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


[Bug 1082619] [NEW] in scale plugin there are no overlays for CXOffice applications

2012-11-24 Thread Jan Schürmann
Public bug reported:

in the scale plugin the new feature with the overlay application title and 
close button, doesn't show for CrossOver Linux applications.
PlayonLinux applications show the overlay title with close button.

** Affects: unity (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/1082619

Title:
  in scale plugin there are no overlays for CXOffice applications

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

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


[Bug 1082479] Re: Sync stressapptest 1.0.4-2 (universe) from Debian unstable (main)

2012-11-24 Thread Benjamin Drung
This bug was fixed in the package stressapptest - 1.0.4-2
Sponsored for Alessandro Losavio (alo21)

---
stressapptest (1.0.4-2) unstable; urgency=low

  * [3c4bb34] Add debian/patches/support_i486_builds to support
building on i486
  * [eb882fd] Add autoreconf call to debian/rules

 -- Michael Prokop m...@debian.org  Tue, 12 Jun 2012 01:49:45 +0200

stressapptest (1.0.4-1) unstable; urgency=low

  * [dfea08b] Bump Standards-Version to 3.9.3.
  * [9c320eb] Merging upstream version 1.0.4
  * [73dd8e7] Drop debian/patches/no-static-build (upstream compiles
statically only with --with-static now)
  * [795bc0e] Add armhf support. Thanks to Konstantinos Margaritis
mar...@genesi-usa.com for the initial patch (Closes: #629483)
  * [efe16ed] Switch to debhelper-7 minimal style, Build-Depending on
automake, debhelper (= 7.0.50~) + quilt, raised compat version to 7
  * [ecc2635] Replace Architecture any with amd64 armhf i386 powerpc
(see #677090)

 -- Michael Prokop m...@debian.org  Mon, 11 Jun 2012 23:38:13 +0200

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

** Changed in: stressapptest (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/1082479

Title:
  Sync stressapptest 1.0.4-2 (universe) from Debian unstable (main)

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

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


[Bug 927302] Re: cannot set bmp as desktop background (and no reason given)

2012-11-24 Thread matteo sisti sette
I think the Fix Committed status should be used only when the fix is
available for the current Ubuntu version.

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

Title:
  cannot set bmp as desktop background (and no reason given)

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

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


[Bug 927302] Re: cannot set bmp as desktop background (and no reason given)

2012-11-24 Thread matteo sisti sette
I meant Fix Released, sorry

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

Title:
  cannot set bmp as desktop background (and no reason given)

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

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


[Bug 1082621] [NEW] Desktop icons dissapear after executing xrandr

2012-11-24 Thread Pontus Goffe
Public bug reported:

To shut off my laptop screen and adjust resolution on my external screen I 
execute
xrandr --output VGA1 --off
xrandr --output LVDS1 --off
xrandr --output VGA1 --auto
and recently (2-3 weeks) this has made all desktop icons to dissapear from 
screen.
At one time I thought I had a workaround by
ln -s ~/Skrivbord ~/Desktop
which is my localized name of Desktop, but it only worked the first time.
I find no logs with hints, currently I only know of one way of getting the 
icons back which is reboot. Adjusting resolution or turning on laptopmonitor 
has no effect.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: x11-xserver-utils 7.7~3ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic i686
ApportVersion: 2.6.1-0ubuntu6
Architecture: i386
Date: Sat Nov 24 11:11:28 2012
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-09-07 (77 days ago)
InstallationMedia: Lubuntu 12.04 Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=sv_SE.UTF-8
 SHELL=/bin/bash
SourcePackage: x11-xserver-utils
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: x11-xserver-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal

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

Title:
  Desktop icons dissapear after executing xrandr

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

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


[Bug 1082605] Re: FTBFS against libav 9

2012-11-24 Thread Launchpad Bug Tracker
This bug was fixed in the package zoneminder - 1.25.0-3ubuntu2

---
zoneminder (1.25.0-3ubuntu2) raring; urgency=low

  [ Reinhard Tartler ]
  * fix-ftbfs-libav9.patch: Fix compilation against libav 9, LP: #1082605
 -- Reinhard Tartler siret...@tauware.de   Sat, 24 Nov 2012 08:51:20 +

** Changed in: zoneminder (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/1082605

Title:
  FTBFS against libav 9

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

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


[Bug 1082536] Re: Sync python-messaging 0.5.12+debian-1 (universe) from Debian experimental (main)

2012-11-24 Thread Benjamin Drung
This bug was fixed in the package python-messaging - 0.5.12+debian-1
Sponsored for Alex Chiang (achiang)

---
python-messaging (0.5.12+debian-1) experimental; urgency=low

  * New upstream version

 -- Alex Chiang achi...@canonical.com  Sun, 21 Oct 2012 20:52:32 -0700

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

** Changed in: python-messaging (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/1082536

Title:
  Sync python-messaging 0.5.12+debian-1 (universe) from Debian
  experimental (main)

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

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


[Bug 1081868] Re: Unable to configure button content

2012-11-24 Thread Spayder26
Also found in 3.14.1 compiled from source.

Reported upstream: https://bugzilla.gnome.org/show_bug.cgi?id=688970

** Bug watch added: GNOME Bug Tracker #688970
   https://bugzilla.gnome.org/show_bug.cgi?id=688970

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

Title:
  Unable to configure button content

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

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


[Bug 1082424] Re: Merge sorl-thumbnail (11.12-4) (universe) from Debian Unstable (main)

2012-11-24 Thread Benjamin Drung
Thanks. Uploaded after adding this bug number to your changelog entry to
get this bug automatically closed.

** Changed in: sorl-thumbnail (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/1082424

Title:
  Merge  sorl-thumbnail (11.12-4) (universe) from Debian Unstable (main)

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

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


[Bug 853507] Re: [SRU]pcmanfm crashed with SIGSEGV in fm_nav_history_get_cur()

2012-11-24 Thread Adolfo Jayme Barrientos
** 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/853507

Title:
  [SRU]pcmanfm crashed with SIGSEGV in fm_nav_history_get_cur()

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

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


[Bug 1082625] [NEW] package kde-workspace-bin 4:4.9.3-0ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/kde4/kcm_view1394.so', which is also in package kinfocenter 4:4.9.3-0ubuntu2

2012-11-24 Thread Christian
Public bug reported:

Problem after command:
sudo apt-get update;sudo apt-get dist-upgrade;
This error is equal to bug #1082604, but version of packages are different.
The kubuntu-full package is installed.
Since already reported bug  #1082604 seems to have a newer version than what I 
have I probably have set up synaptic/sources.list wrong.
Please inform what repository options to use in synaptic for optional testing 
of ubuntu. (Only ordinary packages from main or also prereleased packages)

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: kde-workspace-bin 4:4.9.3-0ubuntu2
ProcVersionSignature: Ubuntu 3.7.0-3.9-generic 3.7.0-rc6
Uname: Linux 3.7.0-3-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.2-0ubuntu5
Architecture: amd64
Date: Fri Nov 23 17:24:44 2012
DuplicateSignature:
 Unpacking replacement kde-window-manager-common ...
 dpkg: error processing 
/var/cache/apt/archives/kde-window-manager-common_4%3a4.9.80-0ubuntu3_amd64.deb 
(--unpack):
  trying to overwrite '/usr/share/kde4/services/kcmview1394.desktop', which is 
also in package kinfocenter 4:4.9.3-0ubuntu2
ErrorMessage: trying to overwrite '/usr/lib/kde4/kcm_view1394.so', which is 
also in package kinfocenter 4:4.9.3-0ubuntu2
MarkForUpload: True
SourcePackage: kde-workspace
Title: package kde-workspace-bin 4:4.9.3-0ubuntu2 failed to install/upgrade: 
trying to overwrite '/usr/lib/kde4/kcm_view1394.so', which is also in package 
kinfocenter 4:4.9.3-0ubuntu2
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: kde-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check package-conflict raring

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

Title:
  package kde-workspace-bin 4:4.9.3-0ubuntu2 failed to install/upgrade:
  trying to overwrite '/usr/lib/kde4/kcm_view1394.so', which is also in
  package kinfocenter 4:4.9.3-0ubuntu2

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

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


[Bug 1082577] Re: Remove openoffice.org-starter-guide from Raring

2012-11-24 Thread Benjamin Drung
This package is not in Debian. It has no reverse dependencies. ACK.
Subscribing ubuntu-archive.

** Changed in: openoffice.org-starter-guide (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/1082577

Title:
  Remove openoffice.org-starter-guide from Raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openoffice.org-starter-guide/+bug/1082577/+subscriptions

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


[Bug 1082572] Re: Remove autopano-sift from repository

2012-11-24 Thread Benjamin Drung
This package is not in Debian. It has no reverse dependencies. ACK.
Subscribing ubuntu-archive.

** Changed in: autopano-sift (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/1082572

Title:
  Remove autopano-sift from repository

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

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


[Bug 1082625] Re: package kde-workspace-bin 4:4.9.3-0ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/kde4/kcm_view1394.so', which is also in package kinfocenter 4:4.9.3-0ubuntu2

2012-11-24 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/1082625

Title:
  package kde-workspace-bin 4:4.9.3-0ubuntu2 failed to install/upgrade:
  trying to overwrite '/usr/lib/kde4/kcm_view1394.so', which is also in
  package kinfocenter 4:4.9.3-0ubuntu2

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

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


[Bug 886888] Re: ushare crashes on start-up when USHARE_ENABLE_DNLA=yes

2012-11-24 Thread Launchpad Bug Tracker
This bug was fixed in the package libdlna - 0.2.3-0ubuntu8

---
libdlna (0.2.3-0ubuntu8) raring; urgency=low

  * Initialize libav context pointer (LP: #886888).
 -- Robert Collins robe...@robertcollins.net   Sat, 24 Nov 2012 22:51:08 +1300

** Changed in: libdlna (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/886888

Title:
  ushare crashes on start-up when USHARE_ENABLE_DNLA=yes

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

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


[Bug 1082629] [NEW] software-center crashed with UnicodeDecodeError in _call_apport_recoverable_error(): 'ascii' codec can't decode byte 0xc3 in position 16: ordinal not in range(128)

2012-11-24 Thread melchiaros
Public bug reported:

I have used Software-Cener to install krdc. On this and a following
search for remnia Software-Center popup a error dialog for telling
that krdc has missing dependences. The detail view of the error popup
gives only back a emty list. Apport catched this crasher following.

Steps to reproduce(not retested):
1.Start Software-Center and search for krdc
2.Start the installation of krdc
3.Immediatelly after starting the installation process search for remnia.
4.See the error message that dependences for krdc are not resolvable.
5.Open the detail messagebox of the error popup and see that the list of 
missing packages is emty.
6.See the crasher

ProblemType: Crash
DistroRelease: Ubuntu 13.04
Package: software-center 5.5.0
ProcVersionSignature: Ubuntu 3.7.0-2.8-generic 3.7.0-rc5
Uname: Linux 3.7.0-2-generic x86_64
ApportVersion: 2.6.2-0ubuntu5
Architecture: amd64
Date: Sat Nov 24 11:49:49 2012
ExecutablePath: /usr/share/software-center/software-center
InstallationDate: Installed on 2012-07-22 (124 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120722)
InterpreterPath: /usr/bin/python2.7
MarkForUpload: True
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/bin/software-center
ProcEnviron:
 PATH=(custom, no username)
 XDG_RUNTIME_DIR=set
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/software-center']
SourcePackage: software-center
Title: software-center crashed with UnicodeDecodeError in 
_call_apport_recoverable_error(): 'ascii' codec can't decode byte 0xc3 in 
position 16: ordinal not in range(128)
UpgradeStatus: Upgraded to raring on 2012-11-15 (8 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers

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


** Tags: amd64 apport-crash raring running-unity

** 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/1082629

Title:
  software-center crashed with UnicodeDecodeError in
  _call_apport_recoverable_error(): 'ascii' codec can't decode byte 0xc3
  in position 16: ordinal not in range(128)

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

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


[Bug 886888] Re: ushare crashes on start-up when USHARE_ENABLE_DNLA=yes

2012-11-24 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/libdlna

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

Title:
  ushare crashes on start-up when USHARE_ENABLE_DNLA=yes

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

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


[Bug 1082629] Re: software-center crashed with UnicodeDecodeError in _call_apport_recoverable_error(): 'ascii' codec can't decode byte 0xc3 in position 16: ordinal not in range(128)

2012-11-24 Thread Apport retracing service
** Tags removed: need-duplicate-check

** Changed in: software-center (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  software-center crashed with UnicodeDecodeError in
  _call_apport_recoverable_error(): 'ascii' codec can't decode byte 0xc3
  in position 16: ordinal not in range(128)

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

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


[Bug 182101] Re: Bluetooth light comes on but I don't think I have blue tooth.

2012-11-24 Thread Thomas Hotz
** Changed in: ubuntu
   Status: Incomplete = Confirmed

** Package changed: ubuntu = linux (Ubuntu)

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

Title:
  Bluetooth light comes on but I don't think I have blue tooth.

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

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


[Bug 1082424] Re: Merge sorl-thumbnail (11.12-4) (universe) from Debian Unstable (main)

2012-11-24 Thread Launchpad Bug Tracker
This bug was fixed in the package sorl-thumbnail - 11.12-4ubuntu1

---
sorl-thumbnail (11.12-4ubuntu1) raring; urgency=low

  * Merge from Debian unstable (LP: #1082424).  Remaining changes:
- Build-Depend on python-argparse instead of python2.6-argparse.

sorl-thumbnail (11.12-4) unstable; urgency=low

  * Add patch to fix orientation tests and to skip tests for EXIF
orientation if engine does not support it (Closes: #678777).
  * Bump Standards version to 3.9.3. No changes necessary.

sorl-thumbnail (11.12-3) unstable; urgency=low

  * Fix syntax warnings in documentation source (Closes: #655610).
 -- Vibhav Pant vibh...@gmail.com   Sat, 24 Nov 2012 11:28:12 +0100

** Changed in: sorl-thumbnail (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/1082424

Title:
  Merge  sorl-thumbnail (11.12-4) (universe) from Debian Unstable (main)

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

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


[Bug 1042470] Re: Using High Contrast theme, gnome-panel menu text appears black on black

2012-11-24 Thread Adolfo Jayme Barrientos
** 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/1042470

Title:
  Using High Contrast theme, gnome-panel menu text appears black on
  black

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-themes-standard/+bug/1042470/+subscriptions

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


[Bug 1028299] Re: Key binding settings are lost and forgotten

2012-11-24 Thread Matthieu Delarue
negative.

Booted up this morning and the 9 shortcuts I have setup Alt1 - Alt9
for the viewport switcher were gone.  However, my change to move the HUD
key to the Menu key from Alt was still in place.

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

Title:
  Key binding settings are lost and forgotten

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

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


[Bug 1082344] Re: x86_64-linux-gnu-g++ -m32 fails to find bits/c++config.h

2012-11-24 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/experimental/gcc-4.7

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

Title:
  x86_64-linux-gnu-g++ -m32 fails to find bits/c++config.h

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

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


[Bug 1065509] Re: tetgen ftbfs in quantal on armhf using Linaro GCC 4.7

2012-11-24 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/experimental/gcc-4.7

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

Title:
  tetgen ftbfs in quantal on armhf using Linaro GCC 4.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc-linaro/+bug/1065509/+subscriptions

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


[Bug 1049614] Re: Assembler messages with -O0: Error: offset out of range

2012-11-24 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/experimental/gcc-4.7

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

Title:
  Assembler messages with -O0: Error: offset out of range

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

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


[Bug 1046076] Re: Sound settings do not show any hardware

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

** Changed in: alsa-driver (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/1046076

Title:
  Sound settings do not show any hardware

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

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


[Bug 1082450] Re: [ARLT Computer Produkte GmbH Mr. Whisper PRO, Realtek AL892] no sound to hear

2012-11-24 Thread Dave Lentz
I have a motherboard with the same codec (Realtek ALC892) that did not
work until Ubuntu 12.10, so I would recommend trying latest kernel
driver to see if that fixes the issue:
https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS

** Summary changed:

- no sound to hear
+ [ARLT Computer Produkte GmbH Mr. Whisper PRO, Realtek AL892] no sound to hear

** Summary changed:

- [ARLT Computer Produkte GmbH Mr. Whisper PRO, Realtek AL892] no sound to hear
+ [ARLT Computer Produkte GmbH Mr. Whisper PRO, Realtek ALC892] no sound to hear

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

Title:
  [ARLT Computer Produkte GmbH Mr. Whisper PRO, Realtek ALC892] no sound
  to hear

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

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


[Bug 989191] Re: Asus Zenbook UX31E powers off on plugin in/out AC adapter

2012-11-24 Thread hseffler
This bug is still present in 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/989191

Title:
  Asus Zenbook UX31E powers off on plugin in/out AC adapter

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

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


  1   2   3   4   5   6   >