[Bug 1260932] Re: add all networks to a project instance

2013-12-21 Thread wangyubo
To  Akihiro Motoki

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

Title:
  add all networks to a project instance

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

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


[Bug 1263366] Re: Missing optionInstall ubuntuGNOME alongside System XX.XX

2013-12-21 Thread Dimitri John Ledkov
Why did you expect for that option to be available?

** Changed in: ubiquity (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/1263366

Title:
  Missing optionInstall ubuntuGNOME alongside System XX.XX

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

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


[Bug 1091464] Re: Unable to chainload Windows 8 with Secure Boot enabled

2013-12-21 Thread Coiby Xu
Adding a menuentry to grub will boot Windows 8 using Grub2 and Secure Boot. In 
/etc/grub.d/40_custom, put the following lines:
 
menuentry 'Windows 8.1 (loader) (on /dev/sda14)' {
echo Loading Windows 8.1
insmod part_gpt
insmod fat
insmod search_fs_uuid
insmod chain
search --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 
--hint-baremetal=ahci0,gpt2 44ED-7819
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}
 
Notice: 44ED-7819 should be replaced by your own uid of efi partition.

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

Title:
  Unable to chainload Windows 8 with Secure Boot enabled

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

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


[Bug 1091464] Re: Unable to chainload Windows 8 with Secure Boot enabled

2013-12-21 Thread Coiby Xu
This bug seems to be affected by _os-prober(a utility used by grub to
detect any other OSs).  For details, see http://lists.debian.org/debian-
boot/2012/10/msg00185.html

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

Title:
  Unable to chainload Windows 8 with Secure Boot enabled

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

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


[Bug 1263430] [NEW] gnome-bluetooth does not send or receive files

2013-12-21 Thread Sergio Benjamim
Public bug reported:

I tried to connect a Samsung Galaxy Trend GT-S7560, Android 4.0.4,
kernel 3.0.8-1224927, to my laptop with gnome-bluetooth, it seems that
it does not pair correctly.

It's not possible to send or receive files from the smartphone. When i
try to send a file, i got this error in the send window:

GDBus.Error:org.openobex.Error.Failed: Unable to request session

With the bluetooth-sendto command:

** (bluetooth-sendto:7253): WARNING **: Couldn't register with
accessibility bus: Did not receive a reply. Possible causes include: the
remote application did not send a reply, the message bus security policy
blocked the reply, the reply timeout expired, or the network connection
was broken.

** (bluetooth-sendto:7253): WARNING **: Obex Agent already setup on
'/org/bluez/agent/sendto'

I don't know if the problem is with gnome-bluetooth or some obex
librarie/package.


If I use Blueman, the bluetooth is out-of-box, it's easy to pair and send and 
receive files.


My device:

ID 13d3:3249 IMC Networks Internal Bluetooth

full hardware: http://pastebin.com/UEcx3ufE

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: gnome-bluetooth 3.8.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
Uname: Linux 3.12.0-7-generic x86_64
ApportVersion: 2.12.7-0ubuntu3
Architecture: amd64
CasperVersion: 1.336ubuntu1
Date: Sun Dec 22 02:07:47 2013
LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131221)
ProcEnviron:
 LANGUAGE=en_US
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-bluetooth
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-bluetooth (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

** Attachment added: GDBus error
   
https://bugs.launchpad.net/bugs/1263430/+attachment/3934036/+files/Screenshot%20from%202013-12-22%2000%3A04%3A43.png

** Summary changed:

- gnome-bluetooth does send or receive files
+ gnome-bluetooth does not send or receive files

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

Title:
  gnome-bluetooth does not send or receive files

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

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


[Bug 1260932] Re: add all networks to a project instance

2013-12-21 Thread wangyubo
To Akihiro Motoki
I follow the install 
doc(http://docs.openstack.org/havana/install-guide/install/apt/content/). I 
only do chapter 1 to chapter 6.
In my installing, I use commod(nova network-create --fixed-range-v4 xxx/xx  
--bridge-interface=x  --project-id=x). Then i cheack the mysql 
database, confimed in table network  column project-id have the correct 
project-id.
I create different nova-network for each project. I have two project, that 
is project admin and project demo. I use openstack-dashboard to create 
instance in admin, the instance got two nic, that is admin network nic and 
demo network nic. Then i create instance in project demo, i got the same 
result.
But i use commod nova boot specify “network-id”, i would got only one 
nic, the correct nic.
When i fount there is no nova-network mng in horizon, i guess the horizon 
does not support mng the nova-network. But when I create the instance, I should 
got the correct network  in each project, NOT got all network in each project.
 Thank for u to solve 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/1260932

Title:
  add all networks to a project instance

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

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

[Bug 1263387] Re: Epiphany 3.10 has no title bar

2013-12-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/epiphany-browser

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

Title:
  Epiphany 3.10 has no title bar

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

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


[Bug 226593] Re: Please enable CONFIG_IWL3945_DEBUG and CONFIG_IWLWIFI_DEBUG

2013-12-21 Thread Christopher M. Penalver
Won't Fix as per 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/226593/comments/9. As per 
http://wireless.kernel.org/en/users/Drivers/iwlegacy , for debug technical 
support send email to linux-wirel...@vger.kernel.org and cc sgrus...@redhat.com 
. If you have a bug in Ubuntu then you would want to file a new report via a 
terminal:
ubuntu-bug linux

Thank you for your understanding.

Helpful bug reporting tips:
https://help.ubuntu.com/community/ReportingBugs


** Changed in: linux (Ubuntu)
   Status: Triaged = Won't Fix

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

Title:
  Please enable CONFIG_IWL3945_DEBUG  and CONFIG_IWLWIFI_DEBUG

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

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


[Bug 1263387] Re: Epiphany 3.10 has no title bar

2013-12-21 Thread Launchpad Bug Tracker
This bug was fixed in the package epiphany-browser - 3.10.3-0ubuntu2

---
epiphany-browser (3.10.3-0ubuntu2) trusty; urgency=medium

  * debian/patches/ubuntu_titlebars.patch: Use traditional titlebars
for non-GNOME sessions (LP: #1263387)
 -- Tim Lunn t...@feathertop.org   Sun, 22 Dec 2013 11:03:08 +1100

** Changed in: epiphany-browser (Ubuntu)
   Status: In Progress = 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/1263387

Title:
  Epiphany 3.10 has no title bar

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

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


[Bug 293409] Re: quickcam e3500 failure

2013-12-21 Thread Christopher M. Penalver
Tomasz Grzegurzko, this bug was reported a while ago and there hasn't
been any activity in it recently. We were wondering if this is still an
issue? If so, could you please test for this with the latest development
release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available (not the daily 
folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow 
additional upstream developers to examine the issue. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you 
tested. If this bug is fixed in the mainline kernel, please add the following 
tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.13-rc3

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Tags removed: apport-collected oneiric running-unity

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

** Changed in: linux (Ubuntu)
   Status: In Progress = Incomplete

** Attachment removed: AlsaDevices.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/857207/+files/AlsaDevices.txt

** Attachment removed: AplayDevices.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/857208/+files/AplayDevices.txt

** Attachment removed: ArecordDevices.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/857209/+files/ArecordDevices.txt

** Attachment removed: BootDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/857210/+files/BootDmesg.txt

** Attachment removed: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/857211/+files/Card0.Amixer.values.txt

** Attachment removed: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/857212/+files/Card0.Codecs.codec.0.txt

** Attachment removed: CurrentDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/857213/+files/CurrentDmesg.txt

** Attachment removed: Lspci.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/857214/+files/Lspci.txt

** Attachment removed: PciMultimedia.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/857216/+files/PciMultimedia.txt

** Attachment removed: Lsusb.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/857215/+files/Lsusb.txt

** Attachment removed: ProcCpuinfo.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/857217/+files/ProcCpuinfo.txt

** Attachment removed: ProcInterrupts.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/857218/+files/ProcInterrupts.txt

** Attachment removed: ProcModules.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/857219/+files/ProcModules.txt

** Attachment removed: UdevLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/857221/+files/UdevLog.txt

** Attachment removed: UdevDb.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/857220/+files/UdevDb.txt

** Attachment removed: XsessionErrors.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/857224/+files/XsessionErrors.txt

** Attachment removed: WifiSyslog.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/857223/+files/WifiSyslog.txt

** Attachment removed: AcpiTables.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/2639644/+files/AcpiTables.txt

** Attachment removed: AlsaDevices.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/2639645/+files/AlsaDevices.txt

** Attachment removed: AplayDevices.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/293409/+attachment/2639646/+files/AplayDevices.txt

** Attachment removed: ArecordDevices.txt
   

[Bug 301840] Re: No drivers available for hpt302n PCI card

2013-12-21 Thread Christopher M. Penalver
Paul Libert, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available (not the daily 
folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow 
additional upstream developers to examine the issue. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you 
tested. If this bug is fixed in the mainline kernel, please add the following 
tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.13-rc3

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Tags added: needs-kernel-logs needs-upstraem-testing regression-
release

** Changed in: linux (Ubuntu)
   Status: In Progress = Incomplete

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

Title:
  No drivers available for hpt302n PCI card

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

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


[Bug 310179] Re: no sound with kernel 2.6.27-11 and audigy2 zs

2013-12-21 Thread Christopher M. Penalver
Filtatos, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available (not the daily 
folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow 
additional upstream developers to examine the issue. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you 
tested. If this bug is fixed in the mainline kernel, please add the following 
tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.13-rc3

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Tags added: needs-kernel-logs needs-upstream-testing regression-
update

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

** Changed in: linux (Ubuntu)
   Status: Fix Committed = Incomplete

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

Title:
  no sound with kernel 2.6.27-11 and audigy2 zs

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

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


[Bug 108906] Re: kernel oops when module hpt366 is loaded

2013-12-21 Thread Christopher M. Penalver
coco77, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available (not the daily 
folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow 
additional upstream developers to examine the issue. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you 
tested. If this bug is fixed in the mainline kernel, please add the following 
tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.13-rc3

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** This bug is no longer a duplicate of bug 301840
   No drivers available for hpt302n PCI card

** No longer affects: linux-source-2.6.20 (Ubuntu)

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

Title:
  kernel oops when module hpt366 is loaded

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

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


[Bug 311353] Re: volume control doesn't work with HP laptop volume buttons

2013-12-21 Thread Christopher M. Penalver
hapsis, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/311353/comments/29
regarding this being fixed with an update. For future reference you can
manage the status of your own bugs by clicking on the current status in
the yellow line and then choosing a new status in the revealed drop down
box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: linux (Ubuntu)
   Status: In Progress = Invalid

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

Title:
  volume control doesn't work with HP laptop volume buttons

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

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


[Bug 317120] Re: snd-rtctimer module missing

2013-12-21 Thread Christopher M. Penalver
Dan Muresan, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/317120/comments/10
regarding this being fixed with an update. For future reference you can
manage the status of your own bugs by clicking on the current status in
the yellow line and then choosing a new status in the revealed drop down
box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: linux (Ubuntu)
   Status: Triaged = Invalid

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

Title:
  snd-rtctimer module missing

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

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


[Bug 318448] Re: [Hauppauge WinTV HVR-900/Hybrid][em28xx]Missing device files (/dev/dvb)

2013-12-21 Thread Christopher M. Penalver
** Tags removed: em28xx needs-reassignment
** Tags added: latest-bios-a16 needs-upstream-testing

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

Title:
  [Hauppauge WinTV HVR-900/Hybrid][em28xx]Missing device files
  (/dev/dvb)

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

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


[Bug 268429] Re: asus-laptop module has incomplete support for hotkeys on Asus

2013-12-21 Thread Christopher M. Penalver
Mackenzie Morgan, this bug was reported a while ago and there hasn't
been any activity in it recently. We were wondering if this is still an
issue? If so, could you please test for this with the latest development
release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available (not the daily 
folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow 
additional upstream developers to examine the issue. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you 
tested. If this bug is fixed in the mainline kernel, please add the following 
tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.13-rc3

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Tags added: needs-kernel-logs needs-upstream-testing

** Changed in: linux (Ubuntu)
   Status: In Progress = Incomplete

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

Title:
  asus-laptop module has incomplete support for hotkeys on Asus

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

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


[Bug 336724] Re: Activate KMS in Linux Mainline Kernels Builds

2013-12-21 Thread Christopher M. Penalver
Unreproducible in Trusty:
grep KMS /boot/config-3.12.0-7-generic
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_I915_KMS=y


** Changed in: linux (Ubuntu)
   Status: In Progress = Invalid

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

Title:
  Activate KMS in Linux Mainline Kernels Builds

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

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


[Bug 1263421] Re: USB sound card not detected: ID 09e8:0010 AKAI Professional M.I. Corp

2013-12-21 Thread Raymond
post the output of

lsusb -

for your usb audio device

** Changed in: alsa-driver (Ubuntu)
   Status: New = Incomplete

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

Title:
  USB sound card not detected: ID 09e8:0010 AKAI  Professional M.I. Corp

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

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


[Bug 1261886] Re: [Lenovo ThinkPad S431] Boots up after shutdown

2013-12-21 Thread ramgorur
Hi, I reverted back to 12.04, according to
http://www.ubuntu.com/certification/hardware/201305-13524/, it is
mentioned that this version is certified for ThinkPad S431. But still
that shutdown-reboot loop exists. What is 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/1261886

Title:
  [Lenovo ThinkPad S431] Boots up after shutdown

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

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


[Bug 1263422] Re: eog does not show jpg file

2013-12-21 Thread Sergio Benjamim
** Description changed:

  It seems eog does not show some jpg files.
  
  I received a picture from a smartphone (samsung galaxy trend GT-S7560,
  Android 4.0.4) from bluetooth, but eog does not show it. Nautilus
  created a preview image in the folder, and I can see the picture with
  Shotwell.
+ 
+ how to reproduce this bug: http://youtu.be/iwQYEtCecBQ
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: eog 3.10.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.336ubuntu1
  Date: Sun Dec 22 00:24:45 2013
  LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131221)
  ProcEnviron:
-  LANGUAGE=en_US
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: eog
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  eog does not show jpg file

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

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

[Bug 1221954] Re: Rythmbox: Poor Grammar: 80s and 90s under radio

2013-12-21 Thread Jackson Doak
The upstream bugfix puts the apostrophe in the wrong place.

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

Title:
  Rythmbox: Poor Grammar: 80s and 90s under radio

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

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


[Bug 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2013-12-21 Thread Alkis Georgopoulos
The fix for this issue caused another regression, dnsmasq now doesn't
function correctly as a tftp server either.

I just tried Trusty (dnsmasq 2.68-1), and network manager ships 
/etc/dnsmasq.d/network-manager with:
bind-interfaces

So now dnsmasq only binds 127.0.0.1 for its tftp service:
udp0  0 127.0.0.1:690.0.0.0:*   
954/dnsmasq 
udp6   0  0 ::1:69  :::*
954/dnsmasq 

...and of course that breaks everything. Removing that file makes tftp
work again.


Mathieu, could you please package the modifications to 
/etc/NetworkManager/NetworkManager.conf and to /etc/dnsmasq.d/network-manager 
as a separate, network-manager-local-resolver.deb package, maybe even produced 
by the network manager source code, and Recommented: it from network-manager,

...so that people that want to use dnsmasq as a real server can just
blacklist it without suffering on each new Ubuntu installation?

E.g. for the 500+ schools we maintain here, we could then just Conflict:
network-manager-local-resolver from our main package and forget the
whole thing...

Thanks,
Alkis

** Changed in: network-manager (Ubuntu)
   Status: Fix Released = Confirmed

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

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

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


[Bug 1242971] Re: update fail

2013-12-21 Thread Launchpad Bug Tracker
[Expired for ubuntu-release-upgrader (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  update fail

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

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


[Bug 1242951] Re: Keyboard Backlighting Not Working

2013-12-21 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Keyboard Backlighting Not Working

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

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


[Bug 1224307] Re: cant login to command (ctrl alt f1) and wont accept password

2013-12-21 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: ubuntu
   Status: Incomplete = Expired

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

Title:
  cant login to command (ctrl alt f1) and wont accept password

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

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


[Bug 1228519] Re: Network goes down/up after kernel update

2013-12-21 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Network goes down/up after kernel update

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

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


[Bug 1243397] Re: ubuntu computer and online search tile not responding

2013-12-21 Thread Launchpad Bug Tracker
[Expired for ubuntu-docs (Ubuntu) because there has been no activity for
60 days.]

** Changed in: ubuntu-docs (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  ubuntu computer and online search tile not responding

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

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


[Bug 1213403] Re: 0cf3:7015 Whole system freeze with TL-WN821N USB wifi adapter

2013-12-21 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  0cf3:7015 Whole system freeze with TL-WN821N USB wifi adapter

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

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


[Bug 1243007] Re: package plymouth-theme-kubuntu-text 0.8.2-2ubuntu30 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2013-12-21 Thread Launchpad Bug Tracker
[Expired for plymouth (Ubuntu) because there has been no activity for 60
days.]

** Changed in: plymouth (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package plymouth-theme-kubuntu-text 0.8.2-2ubuntu30 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/plymouth/+bug/1243007/+subscriptions

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


[Bug 1243125] Re: System freeze - autofs

2013-12-21 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  System freeze - autofs

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

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


[Bug 1241697] Re: upgrade

2013-12-21 Thread Launchpad Bug Tracker
[Expired for ubuntu-release-upgrader (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  upgrade

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

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


[Bug 1176911] Re: [snb mesa fallback] Slideshow on the stage 18 of Unigine Heaven 3.0 benchmarking after upgrading to Raring

2013-12-21 Thread Launchpad Bug Tracker
[Expired for mesa (Ubuntu) because there has been no activity for 60
days.]

** Changed in: mesa (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  [snb mesa fallback] Slideshow on the stage 18 of Unigine Heaven 3.0
  benchmarking after upgrading to Raring

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

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


[Bug 1256591]

2013-12-21 Thread Spam-2008
I can confirm comment 20. Using KDE 4.11.3 (Kubuntu 13.10) the PTP camera 
(Canon PowerShot A495) can only be accessed in dolphin as root. As user dolphin 
shows no files (camera:/).
There is no difference between the local install an using the 13.10 live-dvd.

With Kubuntu 12.04 everything works fine (both: local install and live-
cd).

I have tried the live-cd Xubuntu 13.10: accessing camera works with
thunar (shows it as gphoto2://[usb:002,003]/)

So back to the local installation of Kubuntu 13.10: after installing
XFCE and creating a test user, this user is able to access the camera as
normal user with dolphin (camera:/) unter XFCE.

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

Title:
  The system is unable to read from a PTP camera.

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

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


[Bug 1243454] Re: reinstalling Ubuntu and it crashed

2013-12-21 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  reinstalling Ubuntu and it crashed

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

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


[Bug 1197719] Re: 050d:2103 [Asus P5Q DELUXE] wireless not working for rtl8192cu

2013-12-21 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  050d:2103 [Asus P5Q DELUXE] wireless not working for rtl8192cu

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

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


[Bug 1241351] Re: upgrade

2013-12-21 Thread Launchpad Bug Tracker
[Expired for ubuntu-release-upgrader (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  upgrade

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

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


[Bug 1239346] Re: Acer TravelMate P273 SMB Fn keys not working

2013-12-21 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Acer TravelMate P273 SMB Fn keys not working

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

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


[Bug 1242210] Re: Failed to install linux kernel

2013-12-21 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Failed to install linux kernel

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

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


[Bug 1241408] Re: actualizaba a 13.10 i me dice que no tengo ubuntu-minimal?

2013-12-21 Thread Launchpad Bug Tracker
[Expired for ubuntu-release-upgrader (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  actualizaba a 13.10 i me dice que no tengo ubuntu-minimal?

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

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


[Bug 1227576] Re: ERROR:phablet-flash:Command 'fastboot boot /tmp/tmpuX6QeV/partitions/recovery.img' returned non-zero exit status 1

2013-12-21 Thread Launchpad Bug Tracker
[Expired for phablet-tools (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: phablet-tools (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  ERROR:phablet-flash:Command 'fastboot boot
  /tmp/tmpuX6QeV/partitions/recovery.img' returned non-zero exit status
  1

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

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


[Bug 1241199] Re: crash in updater

2013-12-21 Thread Launchpad Bug Tracker
[Expired for ubuntu-release-upgrader (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  crash in updater

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

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


[Bug 1241182] Re: Upgrading Kubuntu

2013-12-21 Thread Launchpad Bug Tracker
[Expired for ubuntu-release-upgrader (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Upgrading Kubuntu

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

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


[Bug 1099057] Re: 14e4:16bc [Acer TravelMate B113] SD card reader not work

2013-12-21 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  14e4:16bc [Acer TravelMate B113] SD card reader not work

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

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


[Bug 1222017] Re: [Asus SABERTOOTH 990FX R2.0] UEFI GRUB Fails After 13.10 Beta1 Installation

2013-12-21 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  [Asus SABERTOOTH 990FX R2.0] UEFI GRUB Fails After 13.10 Beta1
  Installation

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

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


[Bug 1132046] Re: [Acer Aspire 5750] Complete hang, no response to SysRq magic keys

2013-12-21 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  [Acer Aspire 5750] Complete hang, no response to SysRq magic keys

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

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


[Bug 1158296] Re: Systems with AMD 6660 discrete will hang up while doing poweroff and reboot tests by pm_test tool.

2013-12-21 Thread Launchpad Bug Tracker
[Expired for fglrx-installer (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: fglrx-installer (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Systems with AMD 6660 discrete will hang up while doing poweroff and
  reboot tests by pm_test tool.

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

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


[Bug 664045] Re: Toshiba Satellite R630 Can't control brightness of display after suspend

2013-12-21 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Toshiba Satellite R630 Can't control brightness of display after
  suspend

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

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


[Bug 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2013-12-21 Thread Alkis Georgopoulos
Or better yet, ltsp-server-standalone could Conflict: network-manager-
local-resolver so that all LTSP sysadmins that use dnsmasq don't bother
searching for a solution and manually editing configuration files...

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

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

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


[Bug 1263422] Re: eog does not show jpg file

2013-12-21 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu Package testing tracker.

A list of all reports related to this bug can be found here:
http://packages.qa.ubuntu.com/qatracker/reports/bugs/1263422

** Tags added: package-qa-testing

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

Title:
  eog does not show jpg file

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

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


[Bug 1263355] Re: Unable to access files of Samsung Trend from Nautilus

2013-12-21 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu Package testing tracker.

A list of all reports related to this bug can be found here:
http://packages.qa.ubuntu.com/qatracker/reports/bugs/1263355

** Tags added: package-qa-testing

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

Title:
  Unable to access files of Samsung Trend from Nautilus

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

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


[Bug 1263421] Re: USB sound card not detected: ID 09e8:0010 AKAI Professional M.I. Corp

2013-12-21 Thread Jason-haury
Full output attached for lsusb -.

Relevant part of output for Akai EIE Pro pasted here:
Bus 002 Device 007: ID 09e8:0010 AKAI  Professional M.I. Corp. 
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass  255 Vendor Specific Class
  bDeviceSubClass   255 Vendor Specific Subclass
  bDeviceProtocol   255 Vendor Specific Protocol
  bMaxPacketSize064
  idVendor   0x09e8 AKAI  Professional M.I. Corp.
  idProduct  0x0010 
  bcdDevice2.00
  iManufacturer   1 
  iProduct2 
  iSerial 3 
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   80
bNumInterfaces  2
bConfigurationValue 1
iConfiguration  0 
bmAttributes 0x40
  (Missing must-be-set bit!)
  Self Powered
MaxPower0mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   0
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol  0 
  iInterface  0 
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   1
  bNumEndpoints   3
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol  0 
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02  EP 2 OUT
bmAttributes5
  Transfer TypeIsochronous
  Synch Type   Asynchronous
  Usage Type   Data
wMaxPacketSize 0x009c  1x 156 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83  EP 3 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   4
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x04  EP 4 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   4
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber1
  bAlternateSetting   0
  bNumEndpoints   0
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol  0 
  iInterface  0 
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber1
  bAlternateSetting   1
  bNumEndpoints   2
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol  0 
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes5
  Transfer TypeIsochronous
  Synch Type   Asynchronous
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   4
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x86  EP 6 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   1


** Attachment added: lsusb - results
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1263421/+attachment/3934050/+files/lsusb.log

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

Title:
  USB sound card not detected: ID 09e8:0010 AKAI  Professional M.I. Corp

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

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


[Bug 1263421] Re: USB sound card not detected: ID 09e8:0010 AKAI Professional M.I. Corp

2013-12-21 Thread Jason-haury
Full output attached for lsusb -.

Relevant part of output for Akai EIE Pro pasted here:
Bus 002 Device 007: ID 09e8:0010 AKAI  Professional M.I. Corp. 
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass  255 Vendor Specific Class
  bDeviceSubClass   255 Vendor Specific Subclass
  bDeviceProtocol   255 Vendor Specific Protocol
  bMaxPacketSize064
  idVendor   0x09e8 AKAI  Professional M.I. Corp.
  idProduct  0x0010 
  bcdDevice2.00
  iManufacturer   1 
  iProduct2 
  iSerial 3 
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   80
bNumInterfaces  2
bConfigurationValue 1
iConfiguration  0 
bmAttributes 0x40
  (Missing must-be-set bit!)
  Self Powered
MaxPower0mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   0
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol  0 
  iInterface  0 
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   1
  bNumEndpoints   3
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol  0 
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02  EP 2 OUT
bmAttributes5
  Transfer TypeIsochronous
  Synch Type   Asynchronous
  Usage Type   Data
wMaxPacketSize 0x009c  1x 156 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83  EP 3 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   4
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x04  EP 4 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   4
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber1
  bAlternateSetting   0
  bNumEndpoints   0
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol  0 
  iInterface  0 
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber1
  bAlternateSetting   1
  bNumEndpoints   2
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol  0 
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes5
  Transfer TypeIsochronous
  Synch Type   Asynchronous
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   4
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x86  EP 6 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   1


** Attachment added: lsusb - results
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1263421/+attachment/3934051/+files/lsusb.log

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

Title:
  USB sound card not detected: ID 09e8:0010 AKAI  Professional M.I. Corp

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

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


[Bug 1257734]

2013-12-21 Thread mr.larch
*** Bug 35148 has been marked as a duplicate of this bug. ***

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

Title:
  Latest Steam update breaks wine

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

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


[Bug 1257734]

2013-12-21 Thread Bruno Gonçalves de Jesus
*** Bug 35183 has been marked as a duplicate of this bug. ***

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

Title:
  Latest Steam update breaks wine

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

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


[Bug 1257734]

2013-12-21 Thread Bruno Gonçalves de Jesus
*** Bug 35154 has been marked as a duplicate of this bug. ***

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

Title:
  Latest Steam update breaks wine

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

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


[Bug 608143] Re: [armel] libjava testsuite failures

2013-12-21 Thread Victor Chong
Confirming per gcj comments.

** Changed in: gcc-linaro
   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/608143

Title:
  [armel] libjava testsuite failures

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

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


[Bug 1263436] [NEW] unity-greeter fails to build from source on all arches

2013-12-21 Thread Adam Conrad
Public bug reported:

First noticed with the ppc64el port, but then I retried a clean build on
amd64, and it fails the same way:

UBUNTU_MENUPROXY=0 top_srcdir=.. . xvfb-run -a ./unity-greeter-test

(./unity-greeter-test:27427): Gtk-WARNING **: cannot open display: :99
/usr/bin/xvfb-run: line 184: 27427 Trace/breakpoint trap   (core dumped) 
DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE $@ 21
make[2]: *** [check] Error 133
make[2]: Leaving directory `/«PKGBUILDDIR»/tests'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_test: make -j1 check returned exit code 2

Would be lovely to have someone look into what's regressed here.

** Affects: unity-greeter (Ubuntu)
 Importance: High
 Status: New


** Tags: ftbfs

** Changed in: unity-greeter (Ubuntu)
   Importance: Undecided = High

** Tags added: ftbfs

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

Title:
  unity-greeter fails to build from source on all arches

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

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

[Bug 1263351] Re: Bluetooth does not connect to a Galaxy Trend

2013-12-21 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu Package testing tracker.

A list of all reports related to this bug can be found here:
http://packages.qa.ubuntu.com/qatracker/reports/bugs/1263351

** Tags added: package-qa-testing

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

Title:
  Bluetooth does not connect to a Galaxy Trend

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

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


[Bug 1261886] Re: [Lenovo ThinkPad S431] Boots up after shutdown

2013-12-21 Thread Christopher M. Penalver
ramgorur, thank you for testing 12.04.03. For regression testing
purposes, could you please test Lucid via http://old-
releases.ubuntu.com/releases/lucid/ and advise to the results?

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

Title:
  [Lenovo ThinkPad S431] Boots up after shutdown

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

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


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2013-12-21 Thread Christopher M. Penalver
Mathieu Velten, this bug was reported a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an
issue? If so, could you please test for this with the latest development
release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available (not the daily 
folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow 
additional upstream developers to examine the issue. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you 
tested. If this bug is fixed in the mainline kernel, please add the following 
tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.13-rc3

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Changed in: linux (Ubuntu)
   Status: In Progress = Incomplete

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

Title:
  acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

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

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


[Bug 896740] Re: With appmenus context-menu shortcut options in nautilus do not work properly. E.g. I need to press R twice to select Rename and then hit Return to select it.

2013-12-21 Thread katsu
verify condition: ubuntu 12.04.3 in virtualbox

--
test case:
- run nautilus
- open the context menu for a file/folder
- hit R, Rename is selected not triggered
  (R key twise to select rename  doesn't change to rename mode)
--

enable precise-proposed  install libgtk-3-0 package.

$ sudo apt-get install -t precise-proposed libgtk-3-0
upgrade libgtk-3-bin 3.4.2-0ubuntu0.5 3.4.2-0ubuntu0.6
upgrade libgail-3-0 3.4.2-0ubuntu0.5 3.4.2-0ubuntu0.6
upgrade libgtk-3-0 3.4.2-0ubuntu0.5 3.4.2-0ubuntu0.6
upgrade libgtk-3-common 3.4.2-0ubuntu0.5 3.4.2-0ubuntu0.6

--
verification case:
- run nautilus
- open the context menu for a file/folder
- hit R(once)
- context menu disappear  change to rename mode.
--

good works  thank you.

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

Title:
  With appmenus context-menu shortcut options in nautilus do not work
  properly. E.g. I need to press R twice to select Rename and then hit
  Return to select it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/896740/+subscriptions

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


[Bug 887821] Re: Show copy dialog right click launcher entry doesn't work (on nautilus copy)

2013-12-21 Thread katsu
verify condition: ubuntu 12.04.3 in virtualbox

--
Test Case:
- log into an unity session
- copy a not too small file (so you have time to interact with the copy dialog)
- minimize the copy dialog
- right click on the corresponding unity-launcher's icon, and pick show copy 
dialog
- the dialog should be displayed.
--

enable precise-proposed  install nautilus package.

$ sudo apt-get install -t precise-proposed nautilus
upgrade nautilus 1:3.4.2-0ubuntu8 1:3.4.2-0ubuntu9

--
verification case:
- log into an unity session
- copy a file  folder about 500MB on nautilus.(copy dialog appear)
- minimize the copy dialog
- right click on the corresponding unity-launcher's icon, and pick show copy 
dialog
- minimized copy dialog was appear(restored).
--

good works  thank you.

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

Title:
  Show copy dialog right click launcher entry doesn't work (on
  nautilus copy)

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

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


[Bug 1263439] [NEW] ion: FTBFS: POD errors

2013-12-21 Thread Logan Rosen
Public bug reported:

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

Source: ion
Version: 3.1.3~dfsg1-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130922 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
 mkdir -p ./ici/doc
 mkdir -p ./ltp/doc
 mkdir -p ./dgr/doc
 mkdir -p ./bp/doc
 mkdir -p ./bss/doc
 mkdir -p ./cfdp/doc
 pod2man -s 1 -c ICI executables ici/doc/pod1/ionadmin.pod ici/doc/ionadmin.1
 pod2man -s 1 -c ICI executables ici/doc/pod1/ionsecadmin.pod 
 ici/doc/ionsecadmin.1
 pod2man -s 1 -c ICI executables ici/doc/pod1/rfxclock.pod ici/doc/rfxclock.1
 ici/doc/pod1/rfxclock.pod around line 47: Expected text after =item, not a 
 number
 POD document had syntax errors at /usr/bin/pod2man line 71.
 make[3]: *** [ici/doc/rfxclock.1] Error 255

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/09/22/ion_3.1.3~dfsg1-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

** Affects: ion (Ubuntu)
 Importance: High
 Status: Triaged

** Affects: ion (Debian)
 Importance: Undecided
 Status: New


** Tags: ftbfs

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

** Changed in: ion (Debian)
 Remote watch: None = Debian Bug tracker #724143

** Changed in: ion (Ubuntu)
   Status: New = Triaged

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

** Tags added: ftbfs

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

Title:
  ion: FTBFS: POD errors

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

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


[Bug 1263438] Re: Indicator-session assumes there's only one active user

2013-12-21 Thread Alkis Georgopoulos
** Also affects: ltsp (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: ltsp (Ubuntu)

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

Title:
  Indicator-session assumes there's only one active user

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

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


[Bug 1244548] Re: Keyboard shortcut for changing keyboard layout does not work on lock screen

2013-12-21 Thread Stan
Confirmed. After clean install 13.10.

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

Title:
  Keyboard shortcut for changing keyboard layout does not work on lock
  screen

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

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


[Bug 1255761] Re: Can't configure country, languages, or spell checker

2013-12-21 Thread Knut Hildebrandt
Well, /usr/share/locale/all_languages didn't exist. Just reinstalling
kdelibs5-data didn't help to bring it back. Following Steve's suggestion
and uninstalling localepurge first did the job. But it helped only
partially.

1. In systemsettings language I get the list with all languages again
and even can choose my preferred languages. But still there are no
flags, neither in the language setting dialogue nor for the keyboard
switch widget in the taskbar.

2. I still can't choose any other currency except US dollar, but even
for that not a symbol.

3. No change in the country tab. It still offers System Country () and
No Country (Default Settings). Doesn't state that Spanish is set als
system language nor offers to change that.

4. In systemsettings dictionary I can choose now from German ()
English () English Spanish () Spanish. Notice that English and
Spanish occure twice and German only once.

5. In kmail the situation imporved partially. I can now select die
dictionary for spell checking again. Only drawback, the German
dictionary doesn't work, whereas  both English and Spanish dictionaries
do. And German unfortunately is the one I use most ;-(

6 The localization of the kde applications seems to work again. Menus
are in the language that is the top one in Preferred Languages, except
for the applications where the language was set separately.

Furthermor I noticed that ~/.kde/env/setlocale.sh is back again. It
actually is created every time language settings are saved. And it still
messes up locales. After reinstalling kdelibs5-data and making some
changes to language settings they looked as follows:


knut@knubuntu:~$ locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=de_C.ISO-8859-1
LANGUAGE=de:es:en_GB:en
LC_CTYPE=de_C.ISO-8859-1
LC_NUMERIC=de_C.ISO-8859-1
LC_TIME=de_C.ISO-8859-1
LC_COLLATE=de_C.ISO-8859-1
LC_MONETARY=de_C.ISO-8859-1
LC_MESSAGES=de_C.ISO-8859-1
LC_PAPER=de_C.ISO-8859-1
LC_NAME=de_C.ISO-8859-1
LC_ADDRESS=de_C.ISO-8859-1
LC_TELEPHONE=de_C.ISO-8859-1
LC_MEASUREMENT=de_C.ISO-8859-1
LC_IDENTIFICATION=de_C.ISO-8859-1
LC_ALL=

with ~/.kde/env/setlocale.sh:

export LANG=de_C.ISO-8859-1
export LANGUAGE=de:es:en_GB:en


knut@knubuntu:~$ locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=es_C.ISO-8859-1
LANGUAGE=es:de:en_GB:en
LC_CTYPE=es_C.ISO-8859-1
LC_NUMERIC=es_C.ISO-8859-1
LC_TIME=es_C.ISO-8859-1
LC_COLLATE=es_C.ISO-8859-1
LC_MONETARY=es_C.ISO-8859-1
LC_MESSAGES=es_C.ISO-8859-1
LC_PAPER=es_C.ISO-8859-1
LC_NAME=es_C.ISO-8859-1
LC_ADDRESS=es_C.ISO-8859-1
LC_TELEPHONE=es_C.ISO-8859-1
LC_MEASUREMENT=es_C.ISO-8859-1
LC_IDENTIFICATION=es_C.ISO-8859-1
LC_ALL=

with ~/.kde/env/setlocale.sh:

export LANG=es_C.ISO-8859-1
export LANGUAGE=es:de:en_GB:en


knut@knubuntu:~$ locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_GB.ISO-8859-1
LANGUAGE=en_GB:es:de:en
LC_CTYPE=en_GB.ISO-8859-1
LC_NUMERIC=en_GB.ISO-8859-1
LC_TIME=en_GB.ISO-8859-1
LC_COLLATE=en_GB.ISO-8859-1
LC_MONETARY=en_GB.ISO-8859-1
LC_MESSAGES=en_GB.ISO-8859-1
LC_PAPER=en_GB.ISO-8859-1
LC_NAME=en_GB.ISO-8859-1
LC_ADDRESS=en_GB.ISO-8859-1
LC_TELEPHONE=en_GB.ISO-8859-1
LC_MEASUREMENT=en_GB.ISO-8859-1
LC_IDENTIFICATION=en_GB.ISO-8859-1
LC_ALL=

with ~/.kde/env/setlocale.sh:

export LANG=en_GB.ISO-8859-1
export LANGUAGE=en_GB:es:de:en

In all cases instead of UTF-8 ISO-8859-1 was set as charset which
interferred with quite a few applications as digikam and kontact. And
except for the English setting we again have strange locales like
de_C.ISO-8859-1 or es_C.ISO-8859-1. After I deleted the file everything
went back to normal and the system works as above stated. The only thing
I have do do that it stays like that, is deleting
~/.kde/env/setlocale.sh every time I make changes to language settings
in systemsettings. BTW, after deleting it the first time at least the
ISO-8859-1 charset isn't appended anymore, but UTF-8 again.

So I would say it more or less works for me again with some minor
drawbacks - like deleting ~/.kde/env/setlocale.sh business and the
missing flags and currency symbols - and of course the missing German
spell checking, which I regard a major loss.

BTW, apart from reinstalling kdelibs5-data I reinstalled all laguage
packages including those for kde and gnome. Only exception packages
related to firefox and libreoffice.



** Attachment added: all_languages
   
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1255761/+attachment/3934055/+files/all_languages

-- 
You received this 

[Bug 1263439] Re: ion: FTBFS: POD errors

2013-12-21 Thread Bug Watch Updater
** Changed in: ion (Debian)
   Importance: Undecided = Unknown

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

Title:
  ion: FTBFS: POD errors

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

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


[Bug 1184451] Re: Ubuntu 13.10 random screen freeze while Normal OS activites

2013-12-21 Thread Bill Turner, wb4alm
Like many others, I have been getting random screen freezes since July
2013.

They are more frequent under 13.10, but I was also getting them under
13.04

I have a quad processor, and it seems that if one cpu approaches 100%, I am 
much more likely to see a screen freeze.  Some of the freezes clear themselves 
in a time fram of 15 seconds to a couple of minutes. If more than two of the 
copu's go to 100% it is highly probably that a Hard reboot (with the power 
switch) will be required.
(Could there be a kernal logic problem in signalling between the cpu's?)

When the unfreeze occurs, I will see a screen flash and then the
screen is rewritten and everything is fine for a while.

If the unfreeze does not occur within a few minutes, I have found that a
hard reboot with the power switch is necessary.  Sometimes when the
screen freezes, the cursor can be moved, but button clicks will no
longer work, nor will the keyboard.

My keyboard and trackball are both USB if that makes a difference, and
my VIDEO card is a NVIDIA GeForce 8600 GTS using NVIDIA's 304.88 driver.

I have had multiple monitors attached to my system in the past using my
dual port card, but in the last 6 months have only had a ViewSonic
VA1930wm at 1440x900 pixels. (In fact, prior to ubuntu 10.04, I was able
to run them as separate x-screens, but that went away with Ubuntu 10.04)

As a radio Amateur, I frequently run a program called FLDIGI to control one of 
my Radio Transmitters. When I had FLDIGI configured to use portaudio, 
everything was fine from Ubuntu 8.04 all the way to Ubuntu 10.04. 
With Ubuntu 10.04 I started to get some freezes using Portaudio and under 
Ubuntu 12.10 it was totally unusable - so I switched to PulseAudio (as 
recommended by the FLDIGI author), and as a result the freezes were less 
frequent until Ubuntu 13.10, when the freezes became quite frequent.  

I have no way to tell if the problen is X-server related, or if it is
pulseAudio related, or if it has to do with signaling within the kernal.

Sometimes when the system fixes itself, a problem analysis is created
and I assume is transmitted to Ubuntu support.  I know for a fact that
NO report is generated when I have to hard boot the system.

If the screen freezes and can not be fixed, then I will have to abandon
Ubuntu and go to mint 13 or mint 14 like a lot of other Radio Amateurs
have already done.

It is just not acceptable when I am in the middle of a radio
conversation with other Radio Hams to have the Ubuntu system freeze and
cause my radio transmitter to suddenly stop sending data, but continue
to transmit a signal, and then go suddenly off the air when the system
is rebooted.   Not only is it not polite to just disappear, it is a
violation of the FCC's rules and regulations to not end the transmission
with my call sign.

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

Title:
  Ubuntu 13.10 random screen freeze while Normal OS activites

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

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


[Bug 1263441] [NEW] Typo in dependency of plasma-desktop package

2013-12-21 Thread Sergey Basalaev
Public bug reported:

plasma-desktop package has dependency

Replaces: kde-workspace-bin ( 4:4:10.80)

I believe double epoch number (4:4:) is a typo, correct version should
be ( 4:4.10.80).

** Affects: kde-workspace (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/1263441

Title:
  Typo in dependency of plasma-desktop package

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

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


[Bug 1255761] Re: Can't configure country, languages, or spell checker

2013-12-21 Thread Knut Hildebrandt
And here the output of debsums -c:

knut@knubuntu:~$ debsums -c 2 debsums-err.txt
/opt/Adobe/Reader9/Reader/GlobalPrefs/.config
/usr/share/backintime/kde4/app.py
/usr/share/info/dir.gz
/usr/lib/kde4/searchbarplugin.so
/usr/share/kde4/apps/konqueror/kpartplugins/searchbar.desktop
/usr/share/doc/libvte9/changelog.Debian.gz
/var/lib/xine/xine.desktop

The output contained a load of error messages which I redirected to a
file that now contains almost 4.000 lines. Do you want to this file as
well?

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

Title:
  Can't configure country, languages, or spell checker

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

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


[Bug 1263438] Re: Indicator-session assumes there's only one active user

2013-12-21 Thread Alkis Georgopoulos
** Also affects: indicator-session (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/1263438

Title:
  Indicator-session assumes there's only one active user

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

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


[Bug 474392] Re: LTSP Clients show shutdown, hibernate in indicator-applet-session

2013-12-21 Thread Alkis Georgopoulos
** Also affects: indicator-session
   Importance: Undecided
   Status: New

** Summary changed:

- LTSP Clients show shutdown, hibernate in indicator-applet-session
+ indicator-session menus are not policykit aware

** Description changed:

- LTSP chroot client built with Ubuntu 9.10 Karmic shows Suspend,
- Hibernate, Restart and Shut Down in the logout menu 'indicator-applet-
- session'.  These options should not be available to LTSP Clients.  These
- options are not available with a 9.04 Jaunty built LTSP chroot.
- Previous bug fix that removed these items is bug #282610.
+ indicator-session's shutdown, hibernate etc menus should check via
+ policykit if the user has enough rights to invoke them, otherwise they
+ should be hidden or grayed-out.
+ 
+ [Original description]
+ LTSP chroot client built with Ubuntu 9.10 Karmic shows Suspend, Hibernate, 
Restart and Shut Down in the logout menu 'indicator-applet-session'.  These 
options should not be available to LTSP Clients.  These options are not 
available with a 9.04 Jaunty built LTSP chroot.  Previous bug fix that removed 
these items is bug #282610.

** Changed in: indicator-session
   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/474392

Title:
  indicator-session menus are not policykit aware

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

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


[Bug 1263233] Re: Mixxx crashes at scratching - floating point exception

2013-12-21 Thread jus
@RJ
I'm using Rubberband 1.8.1 on OSX (See backtrace), and it crashes too. You dont 
even need a controller to make it happen. Just load a track to a deck, do not 
start the playback, just do a right-click scratch on the waveform display.

Instantly crashes with Floating point exception: 8

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

Title:
  Mixxx crashes at scratching - floating point exception

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

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


[Bug 1204059] Re: Please update opencv to 2.4.6.1

2013-12-21 Thread Jackson Doak
** Changed in: opencv (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  Please update opencv to 2.4.6.1

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

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


[Bug 1263443] [NEW] package tex-common 2.06ubuntu0.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2013-12-21 Thread Maximiliano Alameddin
Public bug reported:

No lo se

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: tex-common 2.06ubuntu0.1
ProcVersionSignature: Ubuntu 2.6.32-54.116-generic 2.6.32.61+drm33.26
Uname: Linux 2.6.32-54-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Sun Dec 22 04:03:18 2013
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
PackageArchitecture: all
SourcePackage: tex-common
Title: package tex-common 2.06ubuntu0.1 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 1

** Affects: tex-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package tex-common 2.06ubuntu0.1 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

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

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

[Bug 1258837] Re: [Dell Latitude E7440] ALPS touchpad keeps having state reset

2013-12-21 Thread Jeffrey Knockel
Allan, do the older kernels that don't seem to exhibit the bug recognize
the touchpad as a touchpad?  For instance, with the older kernels that
don't seem to exhibit the bug, does the 'xinput' command list a generic
mouse instead of what's normally listed as your touchpad?

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

Title:
  [Dell Latitude E7440] ALPS touchpad keeps having state reset

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

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


[Bug 1088395] Re: 18ec:3299 Can't read uvcvideo (usb video / webcam) device

2013-12-21 Thread Kzhi
Hi, I have limited internet access on the PC where I can reproduce the bug.
Actually, I can test the dev release but after two weeks or so. 
I'll add the comment when done.

Thanks.

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

Title:
  18ec:3299 Can't read uvcvideo (usb video / webcam) device

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

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


[Bug 474392] Re: indicator-session menus are not policykit aware

2013-12-21 Thread Alkis Georgopoulos
In Trusty, the relevant code has been rewritten to use logind instead of 
consolekit:
http://bazaar.launchpad.net/~indicator-applet-developers/indicator-session/trunk.14.04/revision/388

But note that when invoking org.freedesktop.login1.Manager-CanPowerOff() from 
a remote session, its output is:
challenge
instead of yes that an active (local) session produces.

That means that when indicator-session calls
org.freedesktop.login1.Manager-PowerOff() with a false parameter to
prevent prompting, then PowerOff() does nothing.

So, indicator-session should either
1) Hide the actions that return challenge, or
2) Enable the prompt when the action specified challenge.

(2) would allow remote users to shutdown the server, so I think everyone
in this bug report prefer (1). :)

** Description changed:

- indicator-session's shutdown, hibernate etc menus should check via
- policykit if the user has enough rights to invoke them, otherwise they
- should be hidden or grayed-out.
+ indicator-session's shutdown, hibernate etc menus should check if the user 
has enough rights to invoke them, otherwise they should be hidden or grayed-out.
+ While some code for this already exists, it's not working correctly,
+ neither in 12.04 (consolekit)
+ nor in 14.04 (logind).
+ 
  
  [Original description]
  LTSP chroot client built with Ubuntu 9.10 Karmic shows Suspend, Hibernate, 
Restart and Shut Down in the logout menu 'indicator-applet-session'.  These 
options should not be available to LTSP Clients.  These options are not 
available with a 9.04 Jaunty built LTSP chroot.  Previous bug fix that removed 
these items is bug #282610.

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

Title:
  indicator-session menus are not policykit aware

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

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


<    1   2   3   4