[Bug 1406061] Missing required logs.

2014-12-28 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1406061

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

Title:
  kernel crash

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

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


[Bug 1349740] Re: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

2014-12-28 Thread frederic varin
Affect by this bug too.

** Attachment added: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1349740/+attachment/4288661/+files/dmesg.txt

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

Title:
  acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

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

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


[Bug 1387219] Re: Mouse pointer disappears and cursor stops blinking

2014-12-28 Thread Daniele Laudani
This bug also happens to me and is solved as adam said with sudo apt-get
install ibus-gtk && sudo reboot

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

Title:
  Mouse pointer disappears and cursor stops blinking

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

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


[Bug 1406069] [NEW] galternatives controls have no tooltip popup and are without function

2014-12-28 Thread Karl-Philipp Richter
Public bug reported:

The first control which seems to create a new alternative configuration
(guessing from the icon) doesn't have a tooltip popup which makes it
impossible to figure out what it acutally does. Furthermore it doesn't
do anything when I click on it. Output is

$ sudo galternatives
/usr/lib/pymodules/python2.7/galternatives/main.py:54: GtkWarning: 
GtkSpinButton: setting an adjustment with non-zero page size is deprecated
  self.gui = glade.XML ('/usr/share/galternatives/galternatives.glade')

(galternatives:2959): IBUS-WARNING **: The owner of
/home/richter/.config/ibus/bus is not root!

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: galternatives 0.13.5+nmu3
Uname: Linux 3.17.7-031707-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Dec 28 09:34:16 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-12-28 (0 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
PackageArchitecture: all
SourcePackage: galternatives
UpgradeStatus: Upgraded to utopic on 2014-12-28 (0 days ago)

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


** Tags: amd64 apport-bug utopic

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

Title:
  galternatives controls have no tooltip popup and are without function

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

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


[Bug 1404612] Re: Power management of the wireless LAN does not work.

2014-12-28 Thread katsu
-- recheck release kernels(trusty) --
$ uname -r
3.13.0-43-generic
$ ll /sys/class/net/wlan0/device/enable*
-rw-r--r-- 1 root root 4096 Dec 28 14:35 /sys/class/net/wlan0/device/enable
--> NG.(enabled -> enable)

$ uname -r
3.13.0-41-generic
$ ll /sys/class/net/wlan0/device/enable*
-rw-r--r-- 1 root root 4096 Dec 28 16:56 /sys/class/net/wlan0/device/enable
--> NG.(enabled -> enable)

$ uname -r
3.13.0-40-generic
$ ll /sys/class/net/wlan0/device/enable*
-rw-r--r-- 1 root root 4096 Dec 28 16:58 /sys/class/net/wlan0/device/enabled
--> OK.(enabled)

3.13.0-40-generic is OK.
but 3.13.0-41-generic & 3.13.0-43-generic is NG.


-- recheck upstream kernels archive --
linux-image-3.13.11-0313-generic_3.13.11-0313.20141336_amd64.deb
$ uname -r
3.13.11-0313-generic
$ ll /sys/class/net/wlan0/device/enable*
-rw-r--r-- 1 root root 4096 Dec 28 17:04 /sys/class/net/wlan0/device/enable
--> NG.(enabled -> enable)

linux-image-3.13.11-03131110-generic_3.13.11-03131110.201410302136_amd64.deb
$ uname -r
3.13.11-03131110-generic
$ ll /sys/class/net/wlan0/device/enable*
-rw-r--r-- 1 root root 4096 Dec 28 17:11 /sys/class/net/wlan0/device/enabled
--> OK.(enabled)

3.13.11-03131110-generic is OK.
but 3.13.11-0313-generic is NG.


"/sys/class/net/wlan0/device/enabled" is changed to 
"/sys/class/net/wlan0/device/enable" by "kernel" which I loaded.(enabled -> 
enable)
I do nothing except that I change "kernel".
Is this not a problem of "kernel"?

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

Title:
  Power management of the wireless LAN does not work.

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

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


[Bug 1406014] Re: Bluetooth: can't load firmware, may not work correctly

2014-12-28 Thread uellue
Hi Christopher,

the behavior is unchanged after the BIOS upgrade.

sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
G2ETA2WW (2.62 )
09/12/2014

I did the BIOS upgrade with the Windows utility. Other than not having
any noticeable effect on Bluetooth, it worked.

Just a question, what is the reason behind setting the importance to
low? This bug makes an important feature of my computer unusable after
an upgrade from one LTS version to another. If it was broken before, I'd
understand. But Bluetooth used to work perfectly before. I am quite
frustrated about this bug because I've been using Bluetooth quite a bit.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Bluetooth: can't load firmware, may not work correctly

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

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


[Bug 1388169] Re: Keyboard Input Methods crashes on every startup

2014-12-28 Thread supertux
Same Problem here with 3.17.0-031700-generic Kernel and XUbuntu(XFCE)

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

Title:
  Keyboard Input Methods crashes on every startup

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

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


[Bug 1392373] Re: can't reinstall Ubuntu

2014-12-28 Thread mvt91
Hi,

I got the same error.
I've 2 PC with Ubuntu 14-x, one with 14.04.1 and the other one with 14.10.
I did an update (25/12/2014) on the first one (14.04.1)
After login, the screen freeze. Booting with "noquiet nosplash" gave me no 
information.
I tried to reinstall 14.04.1 (3 days... something is bothering me a lot). I 
can't install Ubuntu 14.04.1.
I always have a message : "nous sommes desolés, l'installateur a planté" with 
another windows with indicates me "the computer has only 50 mb free..."
I've changed the disk drive (1 day, Clonezilla KO, Acronis True image) to a 
larger on.
I've Windows XP (4 partitions, system, datas, applications and "trash" (winsows 
swap)
For Linux, the partitionning is :
swap 2550nb
/boot1024mb
/   20480 mb
/home  5 mb
Dell M65 Intel T7200 3go Ram

On the other PC, I got the same problem after update.
I can't reinstall Ubuntu 14.04.1 for the same reason than above. Installer 
shows me the same error
HP 8510W SSD samsung 840 pro T9500 8go Ram
I was working well under Ubuntu 14.10 BEFORE the last update.
It runs Linux Mint last release now. No problems while installing or using.

I'm downloading again 14.04.1 (28/12/2014) and make a new USB key (I tried 
Liliusb, Unetbootin and Universal USB).
I tried to install on the first PC Ubuntu 13.04. It looses USB ports and 
netmork. I can't use It...

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

Title:
  can't reinstall Ubuntu

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

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

[Bug 1041790]

2014-12-28 Thread Chris Wilson
*** Bug 87776 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/1041790

Title:
  [snb] GPU lockup  IPEHR: 0x0b160001 IPEHR: 0x0b140001, workaround
  i915.semaphores=0

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

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


[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2014-12-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: llvm-toolchain-3.5 (Ubuntu)
   Status: New => Confirmed

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

Title:
  llvm doesn't install any LLVMConfig.cmake file

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

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


[Bug 1402094] Re: Network Manager Applet has duplicate entry changing IPv4 Method

2014-12-28 Thread Christopher M. Penalver
** Tags added: regression-release

** Description changed:

  1) lsb_release -rd
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04
  
  2) apt-cache policy network-manager-gnome
  network-manager-gnome:
-   Installed: 0.9.8.8-0ubuntu4.3
-   Candidate: 0.9.8.8-0ubuntu4.3
-   Version table:
-  *** 0.9.8.8-0ubuntu4.3 0
- 500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
- 100 /var/lib/dpkg/status
-  0.9.8.8-0ubuntu4 0
- 500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
+   Installed: 0.9.8.8-0ubuntu4.3
+   Candidate: 0.9.8.8-0ubuntu4.3
+   Version table:
+  *** 0.9.8.8-0ubuntu4.3 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
+ 100 /var/lib/dpkg/status
+  0.9.8.8-0ubuntu4 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  
  3) What is expected to happen in a new Vivid virtualbox guest is one
  clicks in vbox File > Preferences > Network > Host-only Networks > click
  plus icon to Add host-only network > IPv4 Address: 192.168.56.1 > IPv4
  Network Mask: 255.255.255.0 > IPv6 Address:
  fe80::::0800:27ff:fe00: > IPv6 Network Mask Length: 64 >
  tab DHCP Server > uncheck Enable Server > OK >  highlight Vivid guest >
  Settings > Network > tab Adapter 1 > check Enable Network Adapter >
  Attached to: Host-only Adapter (leave defaults) > Check Enable Network
  Adapter > Attached to: NAT (leave all other settings as default) > tab
  Adapter 2 > OK.
  
  Start the Vivd guest and login > top right of screen secondary click
  Network Manager icon in the taskbar > Settings... > highlight WIred
  Connection 1 > Edit > tab IPv4 Settings > button Add > Address
  192.168.56.3 > Netmask 255.255.255.0 > Gateway 192.168.56.1 > Save >
  click on the Network Manager icon in the taskbar and there should only
  be one entry for each interface.
  
  4) What happens instead is there are two entries for Wired Connection 2, one 
that's connected, one that's disconnected, as per the attached screenshot:
  
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1402094/+attachment/4279934/+files/screenshot.png
  
  If one were to reverse the order of the adapters in vbox, one would see
  two entries for Wired Connection 2 in Network Connections.
+ 
+ This is a regression as this was not reproducible in Precise 12.04.5.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager-gnome 0.9.8.8-0ubuntu8
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu10
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Dec 12 16:39:39 2014
  ExecutablePath: /usr/bin/nm-connection-editor
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-12-10 (2 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141209)
  IpRoute:
   default via 10.0.2.2 dev eth0  proto static
   10.0.2.0/24 dev eth0  proto kernel  scope link  src 10.0.2.15  metric 1
   192.168.56.0/24 dev eth1  proto kernel  scope link  src 192.168.56.3  metric 
1
  IwConfig:
   eth0  no wireless extensions.
  
   eth1  no wireless extensions.
  
   lono wireless extensions.
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  RfKill:
  
  SourcePackage: network-manager-applet
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH
   Wired connection 2335f383e-4a02-4acc-b424-00d174797339   
802-3-ethernet1418423923   Fri 12 Dec 2014 04:38:43 PM CSTyes   
no /org/freedesktop/NetworkManager/Settings/2
   Wired connection 1902a26d4-64b3-460d-97c8-0bfb9a57bf3a   
802-3-ethernet1418423923   Fri 12 Dec 2014 04:38:43 PM CSTyes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH
   eth1   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN
   running 0.9.8.8connected   enabled   enabled 
enabledenabled disabled

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

Title:
  Network M

[Bug 1365432] Re: llvm doesn't install any LLVMConfig.cmake file

2014-12-28 Thread Patrik Karisch
Is there any workaround or solution for this? Importance was set as
high, but open more than a month since the change..

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

Title:
  llvm doesn't install any LLVMConfig.cmake file

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

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


[Bug 1385868] Re: Samba logrotate script uses invalid argument to /etc/init.d/nmdb

2014-12-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: samba (Ubuntu)
   Status: New => Confirmed

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

Title:
  Samba logrotate script uses invalid argument to /etc/init.d/nmdb

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

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


[Bug 1406014] Re: Bluetooth: can't load firmware, may not work correctly

2014-12-28 Thread Christopher M. Penalver
uellue, could you please test the latest upstream kernel available from
the very top line at the top of the page (the release names are
irrelevant for testing, and please do not test the daily folder)
following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow
additional upstream developers to examine the issue.

If the test did not allow you to test to the issue (ex. you couldn't boot into 
the OS) please make a comment in your report about this, and continue to test 
the next most recent kernel version until you can test to 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 exactly 
shown as:
kernel-fixed-upstream-3.19-rc1

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.

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

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: bios-outdated-2.62
** Tags added: latest-bios-2.62 regression-release

** Changed in: linux (Ubuntu)
   Importance: Low => Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed => New

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

Title:
  Bluetooth: can't load firmware, may not work correctly

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

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


[Bug 1406014] Status changed to Confirmed

2014-12-28 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

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

Title:
  Bluetooth: can't load firmware, may not work correctly

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

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


[Bug 1322925] Re: Copy, paste stops working randomly in Ubuntu 14.04 nautilus

2014-12-28 Thread iflow
I have got the same problem on Ubuntu 14.04 64bit (with all available updates), 
but I'm using the file manager Nemo (version: 1.8.4).
Closing all file manager windows and reopen them temporarily fixes the problem. 
However this is very annoying if you have got a lot of windows/tabs open...

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

Title:
  Copy, paste stops working randomly in Ubuntu 14.04 nautilus

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

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


[Bug 1406077] [NEW] Having two network interfaces causes internet traffic to cease on boot

2014-12-28 Thread Christopher M. Penalver
Public bug reported:

What is expected to happen in a new Vivid virtualbox guest from a Trusty
host is one clicks in vbox File > Preferences > Network > Host-only
Networks > click plus icon to Add host-only network > IPv4 Address:
192.168.56.1 > IPv4 Network Mask: 255.255.255.0 > IPv6 Address:
fe80::::0800:27ff:fe00: > IPv6 Network Mask Length: 64 >
tab DHCP Server > uncheck Enable Server > OK >  highlight Vivid guest >
Settings > Network > tab Adapter 1 > Attached to: NAT (leave all other
settings as default) > tab Adapter 2 > check Enable Network Adapter >
Attached to: Host-only Adapter (leave defaults) > Check Enable Network
Adapter > OK.

Start the Vivd guest and login > top right of screen secondary click
Network Manager icon in the taskbar > Settings... > highlight WIred
Connection 1 > Edit > tab IPv4 Settings > button Add > Address
192.168.56.4 > Netmask 255.255.255.0 > Gateway 192.168.56.1 > Save >
restart and NAT traffic through Wired Connection 1 works.

What happens instead is it doesn't. This also happens if one saves the machine 
state, and resumes it. Things I've tested:
- This didn't happen in 12.04.5 with the same kernel as in Vivid, so this is a 
regression from at least Precise.
- In Vivid I've tested kernel 3.2, and 3.19-rc1 and the same problem was 
reproducible, so this isn't a linux kernel issue.
- I tried upgrading the version of virtualbox from default 4.3.10 to 4.3.20, no 
change.

WORKAROUND: Click Network Manager icon in the taskbar > click Wired
connection 2, which will disable it. Then, click it again to re-enable.
This will allow for both the NAT traffic to begin working again, and the
host-only traffic will work.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: network-manager 0.9.8.8-0ubuntu34
ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
Uname: Linux 3.16.0-28-generic x86_64
ApportVersion: 2.15.1-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Dec 28 03:48:31 2014
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2014-12-14 (14 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141213)
IpRoute:
 default via 10.0.2.2 dev eth0  proto static 
 10.0.2.0/24 dev eth0  proto kernel  scope link  src 10.0.2.15  metric 1
IwConfig:
 eth0  no wireless extensions.
 
 eth1  no wireless extensions.
 
 lono wireless extensions.
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
RfKill:
 
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2014-12-26T05:59:48.680074
nmcli-con:
 NAME  UUID   TYPE  
TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
 Wired connection 1c877b163-ed83-464c-92b2-e56fdeefc0b4   
802-3-ethernet1419760097   Sun 28 Dec 2014 03:48:17 AM CSTyes   
no /org/freedesktop/NetworkManager/Settings/1
 Wired connection 2a12f34d9-04d3-44d3-aa0d-7eb90c3f   
802-3-ethernet1419663760   Sat 27 Dec 2014 01:02:40 AM CSTyes   
no /org/freedesktop/NetworkManager/Settings/0
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 eth1   802-3-ethernetdisconnected  
/org/freedesktop/NetworkManager/Devices/1  
 eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.8connected   enabled   enabled 
enabledenabled disabled

** Affects: network-manager (Ubuntu)
 Importance: Low
 Status: Triaged


** Tags: amd64 apport-bug regression-release vivid

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

Title:
  Having two network interfaces causes internet traffic to cease on boot

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

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


[Bug 291742] Re: display brightness is setup to 100% after power up

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  display brightness is setup to 100% after power up

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

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


[Bug 378615] Re: Makes the briht applet remember the bright saturation

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  Makes the briht applet remember the bright saturation

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

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


[Bug 373703] Re: screen brightness is set to 100% on logon

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  screen brightness is set to 100% on logon

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

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


[Bug 373704] Re: screen brightness is set to 100% on logon

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  screen brightness is set to 100% on logon

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

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


[Bug 216198] Re: Screen brightness gets reset to 100% on resume from sleep

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  Screen brightness gets reset to 100% on resume from sleep

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

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


[Bug 357107] Re: [Jaunty] Screen brightness settings not stored for MacBook 5.1

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  [Jaunty] Screen brightness settings not stored for MacBook 5.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mactel-support/+bug/357107/+subscriptions

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


[Bug 360177] Re: Original screen brightness not restored after inactivity with "dim display when idle" when running on battery.

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  Original screen brightness not restored after inactivity with "dim
  display when idle" when running on battery.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mactel-support/+bug/360177/+subscriptions

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


[Bug 403075] Re: gnome starts with minimal brightness

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  gnome starts with minimal brightness

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

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


[Bug 612208] Re: brightness level not saved

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  brightness level not saved

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

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


[Bug 604876] Re: Ubuntu not save brightness. The 'lower brightness' button on my netbook / laptop does not change gnome-power-manager setting.

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  Ubuntu not save brightness. The 'lower brightness' button on my
  netbook / laptop does not change gnome-power-manager setting.

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

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


[Bug 342942] Re: Backlight level is inconsistent with actual backlight after S3 suspend resume

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  Backlight level is inconsistent with actual backlight after S3 suspend
  resume

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

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


[Bug 460987] Re: After opening laptop brightness stays in very low level

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  After opening laptop brightness stays in very low level

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

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


[Bug 665633] Re: Brightness value not preserved when returning to login screen

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  Brightness value not preserved when returning to login screen

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

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


[Bug 1406079] Re: evince crashed with SIGSEGV

2014-12-28 Thread LAZA
Stacktrace.txt

#0  0x7fc880ade803 in ?? ()
No symbol table info available.
#1  0x7fffe7a92460 in ?? ()
No symbol table info available.
#2  0x in ?? ()
No symbol table info available.

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

Title:
   evince crashed with SIGSEGV

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

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


[Bug 34897] Re: on unsuspend g-p-m alters the backlight level even if power status not changed

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  on unsuspend g-p-m alters the backlight level even if power status not
  changed

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

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


[Bug 1406079] Re: evince crashed with SIGSEGV

2014-12-28 Thread LAZA
ThreadStacktrace.txt

.
Thread 6 (LWP 10210):
#0  0x7fc87e871cbd in ?? ()
No symbol table info available.
#1  0x in ?? ()
No symbol table info available.
.
Thread 5 (LWP 10209):
#0  0x7fc87e871cbd in ?? ()
No symbol table info available.
#1  0x in ?? ()
No symbol table info available.
.
Thread 4 (LWP 10212):
#0  0x7fc87e871cbd in ?? ()
No symbol table info available.
#1  0x in ?? ()
No symbol table info available.
.
Thread 3 (LWP 10221):
#0  0x7fc87eb56414 in ?? ()
No symbol table info available.
#1  0x0006 in ?? ()
No symbol table info available.
#2  0x7fc882c0ef90 in ?? ()
No symbol table info available.
#3  0x7fc882cce560 in ?? ()
No symbol table info available.
#4  0x0006 in ?? ()
No symbol table info available.
#5  0x7fc8811210c0 in ?? ()
No symbol table info available.
#6  0x7fc87f0f8bf7 in ?? ()
No symbol table info available.
#7  0x7fc8811210c0 in ?? ()
No symbol table info available.
#8  0x7fc8811210c0 in ?? ()
No symbol table info available.
#9  0x in ?? ()
No symbol table info available.
.
Thread 2 (LWP 10305):
#0  0x7fc87eb567ce in ?? ()
No symbol table info available.
#1  0x in ?? ()
No symbol table info available.
.
Thread 1 (LWP 10207):
#0  0x7fc880ade803 in ?? ()
No symbol table info available.
#1  0x7fffe7a92460 in ?? ()
No symbol table info available.
#2  0x in ?? ()
No symbol table info available.

** Description changed:

  https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1404972
  
  I should open up a new bug report like the page here
  https://wiki.ubuntu.com/StableReleaseUpdates#Procedure
  says.
+ This should be fixed asap for the LTS releases.
  
  Original report:
  
  Opened directly a processable document i downloaded, edited some things
  and closed *without* saving!
  
  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: evince 3.10.3-0ubuntu10.1
  ProcVersionSignature: Ubuntu 3.16.0-29.39~14.04.1-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Mon Dec 22 20:17:00 2014
  Disassembly: => 0x7fc880ade803: Cannot access memory at address 0x7fc880ade803
  ExecutablePath: /usr/bin/evince
  InstallationDate: Installed on 2014-03-16 (281 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140225)
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic 
root=UUID=325b49b2-158d-45a6-81b1-2d4351757330 ro quiet splash vt.handoff=7
  SegvAnalysis:
-  Segfault happened at: 0x7fc880ade803: Cannot access memory at address 
0x7fc880ade803
-  PC (0x7fc880ade803) ok
-  SP (0x7fffe7a932f8) ok
-  Reason could not be automatically determined.
+  Segfault happened at: 0x7fc880ade803: Cannot access memory at address 
0x7fc880ade803
+  PC (0x7fc880ade803) ok
+  SP (0x7fffe7a932f8) ok
+  Reason could not be automatically determined.
  Signal: 11
  SourcePackage: evince
  StacktraceTop:
-  ?? ()
-  ?? ()
-  ?? ()
+  ?? ()
+  ?? ()
+  ?? ()
  Title: evince crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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

Title:
   evince crashed with SIGSEGV

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

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

[Bug 272174] Re: ThinkPad R50e Screen Brightness on Startup

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  ThinkPad R50e Screen Brightness on Startup

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

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


[Bug 333785] Re: Backlight level is inconsistent with actual backlight after S3 suspend resume

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  Backlight level is inconsistent with actual backlight after S3 suspend
  resume

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

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


[Bug 718082] Re: Original screen brightness not restored after inactivity with "dim display when idle" when running on battery

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  Original screen brightness not restored after inactivity with "dim
  display when idle" when running on battery

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

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


[Bug 40336] Re: LCD Brightness resets to lowest on bootup with laptop ubuntu amd64

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  LCD Brightness resets to lowest on bootup with laptop ubuntu amd64

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

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


[Bug 34743] Re: touching the display brightness

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  touching the display brightness

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

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


[Bug 35223] Re: Laptop TFT monitor - brightness level is not saved

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  Laptop TFT monitor - brightness level is not saved

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

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


[Bug 373708] Re: screen brightness is set to 100% on logon

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  screen brightness is set to 100% on logon

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

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


[Bug 1406079] [NEW] evince crashed with SIGSEGV

2014-12-28 Thread LAZA
Public bug reported:

https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1404972

I should open up a new bug report like the page here
https://wiki.ubuntu.com/StableReleaseUpdates#Procedure
says.
This should be fixed asap for the LTS releases.

Original report:

Opened directly a processable document i downloaded, edited some things
and closed *without* saving!

ProblemType: Crash
DistroRelease: Ubuntu 14.04
Package: evince 3.10.3-0ubuntu10.1
ProcVersionSignature: Ubuntu 3.16.0-29.39~14.04.1-generic 3.16.7-ckt2
Uname: Linux 3.16.0-29-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: XFCE
Date: Mon Dec 22 20:17:00 2014
Disassembly: => 0x7fc880ade803: Cannot access memory at address 0x7fc880ade803
ExecutablePath: /usr/bin/evince
InstallationDate: Installed on 2014-03-16 (281 days ago)
InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140225)
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic 
root=UUID=325b49b2-158d-45a6-81b1-2d4351757330 ro quiet splash vt.handoff=7
SegvAnalysis:
 Segfault happened at: 0x7fc880ade803: Cannot access memory at address 
0x7fc880ade803
 PC (0x7fc880ade803) ok
 SP (0x7fffe7a932f8) ok
 Reason could not be automatically determined.
Signal: 11
SourcePackage: evince
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
Title: evince crashed with SIGSEGV
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev sambashare 
sudo tape video

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


** Tags: amd64 trusty

** Attachment added: "original document that crashes"
   
https://bugs.launchpad.net/bugs/1406079/+attachment/4288676/+files/Mitgliedschaftserklaerung.pdf

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

Title:
   evince crashed with SIGSEGV

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

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

[Bug 284878] Re: Brightness at minimum after waking up from hibernation

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  Brightness at minimum after waking up from hibernation

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

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


[Bug 964370] Re: laptop brightness need to change in every startup

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  laptop brightness need to change in every startup

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

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


[Bug 88691] Re: Dim LCD backlight on boot

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  Dim LCD backlight on boot

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

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


[Bug 12637] Re: LCD Brightness on Laptop Always Set Very Low at Boot

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug is no longer a duplicate of bug 35223
   Laptop TFT monitor - brightness level is not saved
** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  LCD Brightness on Laptop Always Set Very Low at Boot

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

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


[Bug 1402094] Re: Network Manager Applet has duplicate entry changing IPv4 Method

2014-12-28 Thread Christopher M. Penalver
** Description changed:

  1) lsb_release -rd
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04
  
  2) apt-cache policy network-manager-gnome
  network-manager-gnome:
    Installed: 0.9.8.8-0ubuntu4.3
    Candidate: 0.9.8.8-0ubuntu4.3
    Version table:
   *** 0.9.8.8-0ubuntu4.3 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.9.8.8-0ubuntu4 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  
  3) What is expected to happen in a new Vivid virtualbox guest is one
  clicks in vbox File > Preferences > Network > Host-only Networks > click
  plus icon to Add host-only network > IPv4 Address: 192.168.56.1 > IPv4
  Network Mask: 255.255.255.0 > IPv6 Address:
  fe80::::0800:27ff:fe00: > IPv6 Network Mask Length: 64 >
  tab DHCP Server > uncheck Enable Server > OK >  highlight Vivid guest >
  Settings > Network > tab Adapter 1 > check Enable Network Adapter >
- Attached to: Host-only Adapter (leave defaults) > Check Enable Network
- Adapter > Attached to: NAT (leave all other settings as default) > tab
- Adapter 2 > OK.
+ Attached to: Host-only Adapter (leave defaults) > tab Adapter 2 > check
+ Enable Network Adapter > Attached to: NAT (leave all other settings as
+ default) > OK.
  
  Start the Vivd guest and login > top right of screen secondary click
  Network Manager icon in the taskbar > Settings... > highlight WIred
  Connection 1 > Edit > tab IPv4 Settings > button Add > Address
  192.168.56.3 > Netmask 255.255.255.0 > Gateway 192.168.56.1 > Save >
  click on the Network Manager icon in the taskbar and there should only
  be one entry for each interface.
  
  4) What happens instead is there are two entries for Wired Connection 2, one 
that's connected, one that's disconnected, as per the attached screenshot:
  
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1402094/+attachment/4279934/+files/screenshot.png
  
  If one were to reverse the order of the adapters in vbox, one would see
  two entries for Wired Connection 2 in Network Connections.
  
  This is a regression as this was not reproducible in Precise 12.04.5.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager-gnome 0.9.8.8-0ubuntu8
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu10
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Dec 12 16:39:39 2014
  ExecutablePath: /usr/bin/nm-connection-editor
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-12-10 (2 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141209)
  IpRoute:
   default via 10.0.2.2 dev eth0  proto static
   10.0.2.0/24 dev eth0  proto kernel  scope link  src 10.0.2.15  metric 1
   192.168.56.0/24 dev eth1  proto kernel  scope link  src 192.168.56.3  metric 
1
  IwConfig:
   eth0  no wireless extensions.
  
   eth1  no wireless extensions.
  
   lono wireless extensions.
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  RfKill:
  
  SourcePackage: network-manager-applet
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH
   Wired connection 2335f383e-4a02-4acc-b424-00d174797339   
802-3-ethernet1418423923   Fri 12 Dec 2014 04:38:43 PM CSTyes   
no /org/freedesktop/NetworkManager/Settings/2
   Wired connection 1902a26d4-64b3-460d-97c8-0bfb9a57bf3a   
802-3-ethernet1418423923   Fri 12 Dec 2014 04:38:43 PM CSTyes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH
   eth1   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN
   running 0.9.8.8connected   enabled   enabled 
enabledenabled disabled

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

Title:
  Network Manager Applet has duplicate entry changing IPv4 Method

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

-- 
ubuntu-bugs mailing list
ub

[Bug 1322965] Re: MediaWiki option not available in Export menu when plugin activated.

2014-12-28 Thread Brylie Christopher Oxley
I just installed digiKam 4.2.0 on Edubuntu 14.10. The plugin is enabled
in preferences, but still does not show up in the export menu.

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

Title:
  MediaWiki option not available in Export menu when plugin activated.

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

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


[Bug 1322965] Re: MediaWiki option not available in Export menu when plugin activated.

2014-12-28 Thread Brylie Christopher Oxley
What distribution were you using when you tried to reproduce? How had
you installed digiKam 4.2.0?

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

Title:
  MediaWiki option not available in Export menu when plugin activated.

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

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


[Bug 1401226] Re: 1002:9830 [Lenovo IdeaPad S415 Touch] Hard locks on heavy resource usage

2014-12-28 Thread Christopher M. Penalver
** Description changed:

  1) lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  
  2) Linux monikerpc 3.16.0-25-generic #33-Ubuntu SMP Fri Nov 7 01:53:40
  UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
  
  3) What is expected to happen is when one watches pepper-flash or html5
- video content via chromium, it does not hard lock the computer.
+ video content via Chromium, it does not crash, causing a cascade of
+ issues, including the computer hard locking.
  
  4) What happens is it does as per attached kern.log. This typically
  happens every 2-3 days. As well, it is correlated to having virtualbox
- installed.
+ installed. However, this is also reproducible without virtualbox
+ installed, or using Chromium.
  
  I've updated the BIOS in response to this issue, but it still continues:
  sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
  8CCN34WW(V3.04)
  10/14/2014
  
  This would appear not to be a radeon firmware issue:
  md5sum /lib/firmware/radeon/PITCAIRN_rlc.bin
  3d2c150b3626419131bbc9a5864c7f1d  /lib/firmware/radeon/PITCAIRN_rlc.bin
  
  Hence, as there are no extra packages available for the Ubuntu provided
  mainline kernels, I won't be able to test to this issue with the
  mainline kernel in the exact environment this problem is reproducible
  in. I've uninstalled virtualbox, and tested this with 3.18.1 for 3 days
  and have had no crash so far. However, the meaning of this result is
  inconclusive at best.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-25-generic 3.16.0-25.33~14.04.2
  ProcVersionSignature: Ubuntu 3.16.0-25.33~14.04.2-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Dec 10 12:54:15 2014
  InstallationDate: Installed on 2014-06-21 (171 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: linux-lts-utopic
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  moniker2402 F pulseaudio
   /dev/snd/controlC0:  moniker2402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=df17fdb9-57a4-4302-856e-3cd656848355
  InstallationDate: Installed on 2014-06-21 (171 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: LENOVO 20319
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-25-generic 
root=UUID=a2db89ed-d599-4138-8838-0b950b6c3fbb ro quiet splash 
crashkernel=384M-:128M vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-25.33~14.04.2-generic 3.16.7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-25-generic N/A
   linux-backports-modules-3.16.0-25-generic  N/A
   linux-firmware 1.127.10
  Tags:  trusty
  Uname: Linux 3.16.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/14/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8CCN29WW(V2.03)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lenovo IdeaPad S415 Touch
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058Std
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad S415 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr8CCN29WW(V2.03):bd11/14/2013:svnLENOVO:pn20319:pvrLenovoIdeaPadS415Touch:rvnLENOVO:rnLenovoIdeaPadS415Touch:rvr31900058Std:cvnLENOVO:ct10:cvrLenovoIdeaPadS415Touch:
  dmi.product.name: 20319
  dmi.product.version: Lenovo IdeaPad S415 Touch
  dmi.sys.vendor: LENOVO

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

Title:
  1002:9830 [Lenovo IdeaPad S415 Touch] Hard locks on heavy resource
  usage

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

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

[Bug 1406014] Re: Bluetooth: can't load firmware, may not work correctly

2014-12-28 Thread uellue
Hi Christopher,

With kernel 3.19-rc1, Bluetooth still does not work. However, the
behavior changed. This is what dmesg shows after unloading and loading
btusb:

[ 1058.704086] usbcore: deregistering interface driver btusb
[ 1058.752148] usbcore: registered new interface driver btusb
[ 1058.761677] bluetooth hci0: Direct firmware load for 
brcm/BCM20702A0-0a5c-21e6.hcd failed with error -2
[ 1058.761683] Bluetooth: hci0: BCM: patch brcm/BCM20702A0-0a5c-21e6.hcd not 
found

I've also installed the latest firmware package
https://launchpad.net/ubuntu/+source/linux-firmware/1.140/+build/6640596


** Tags added: kernel-bug-exists-upstream 
kernel-bug-exists-upstream-3.19.0-031900rc1-generic

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

Title:
  Bluetooth: can't load firmware, may not work correctly

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

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


[Bug 1397924] Re: [Clickpads] Cursor jumps when clicking

2014-12-28 Thread Simon P.
Link to the upstream bug report:
https://bugs.freedesktop.org/show_bug.cgi?id=87788

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

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

Title:
  [Clickpads] Cursor jumps when clicking

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

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


[Bug 923940] Re: Ubuntu 12.04 LTS set max lcd brightness on every boot

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  Ubuntu 12.04 LTS set max lcd brightness on every boot

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

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


[Bug 464577] Re: Display Brightness not saved for GDM

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  Display Brightness not saved for GDM

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

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


[Bug 555709] Re: Laptop display maximum dim at startup

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  Laptop display maximum dim at startup

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

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


[Bug 1320020] Re: [Inspiron 1470, Realtek ALC272, Speaker, Internal] No sound at all

2014-12-28 Thread rodney
i am using ubuntu gnome 14.10 on a medion akoya netbook dual boot with win 8.1. 
The sound worked fine until i plugged headphones in for the first time - then 
it got stuck in headphones mode.
In settings there is only headphones for output devices and a little heaphones 
symbol in the volume bar.

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

Title:
  [Inspiron 1470, Realtek ALC272, Speaker, Internal] No sound at all

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

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


[Bug 1261889] Re: Brightness control not saving setting between boot

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  Brightness control not saving setting between boot

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

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


[Bug 1263351] Re: 0489:e062 [Sony VAIO SVF1421C5E] Bluetooth adapter does not work with Broadcom driver

2014-12-28 Thread Miguel Barrio Orsikowsky
Today I have booted the laptop again and tried to pair a bluetooth
device, but it didn't show any in the list anymore :-(. I tried to think
what I did different three days ago, and realized I booted Windows 8 to
gather the bluetooth driver. So I booted into Windows 8, then just
rebooted into Ubuntu 14.04 and voilà, it can see BT devices again.

So #20 solution partially works, but it needs some kind of "enablement"
which is done by the Windows driver.

-- 
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:
  0489:e062 [Sony VAIO SVF1421C5E] Bluetooth adapter does not work with
  Broadcom driver

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

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

[Bug 1404897] Re: package nvidia-331-updates 331.113-0ubuntu0.0.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-12-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nvidia-graphics-drivers-331-updates (Ubuntu)
   Status: New => Confirmed

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

Title:
  package nvidia-331-updates 331.113-0ubuntu0.0.4 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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


[Bug 875687] Re: Screen brightness settings not saved

2014-12-28 Thread Norbert
*** This bug is a duplicate of bug 1270579 ***
https://bugs.launchpad.net/bugs/1270579

** This bug has been marked a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  Screen brightness settings not saved

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

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


[Bug 1311247] Re: [Grubenv] error: malformed file, press any key to continue

2014-12-28 Thread Hrvoje
Hi.

Adding:

if [ -f /boot/grub/grubenv ] ; then
  mv -f /boot/grub/grubenv /boot/grub/grubenv.old
  cp /boot/grub/grubenv.old /boot/grub/grubenv
fi

in /etc/rc.local fixes this issue for me - Ubuntu 14.04.x LTS.

H.

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

Title:
  [Grubenv] error: malformed file, press any key to continue

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

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


[Bug 982526] Re: remmina crashed with Segmentation fault (core dumped)

2014-12-28 Thread GChr
Hello Christopher,

I'm experiencing the same crash at startup on Ubuntu 14.04.1 LTS with lxdm
I've tried purging and reinstalling remmina.

I'm willing to provide further feedback.
I will run apport-collect 982526 and ubuntu-bug remmina after posting this.

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

Title:
  remmina crashed with Segmentation fault (core dumped)

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

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


[Bug 1406081] [NEW] SMplayer

2014-12-28 Thread carlos
Public bug reported:

reprodutor de vídeo..leitura destorcida de vídeo

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: xorg 1:7.7+7ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
Uname: Linux 3.16.0-29-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.7-0ubuntu8
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sun Dec 28 10:59:56 2014
DistUpgraded: 2014-12-20 19:11:37,377 DEBUG enabling apt cron job
DistroCodename: utopic
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:3069]
   Subsystem: Hewlett-Packard Company Device [103c:3069]
InstallationDate: Installed on 2014-11-25 (32 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424)
MachineType: Hewlett-Packard Compaq Presario CQ61 Notebook PC
ProcEnviron:
 LANGUAGE=pt:pt_BR:en
 PATH=(custom, no user)
 LANG=pt_PT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-29-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to utopic on 2014-12-20 (7 days ago)
dmi.bios.date: 10/13/2009
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.20
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 3069
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 21.14
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.20:bd10/13/2009:svnHewlett-Packard:pnCompaqPresarioCQ61NotebookPC:pvrRev1:rvnHewlett-Packard:rn3069:rvr21.14:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: Compaq Presario CQ61 Notebook PC
dmi.product.version: Rev 1
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
version.libdrm2: libdrm2 2.4.56-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu2
xserver.bootTime: Sun Dec 28 10:57:47 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id 450 
 vendor LGD
xserver.version: 2:1.16.0-1ubuntu1.2

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


** Tags: apport-bug compiz-0.9 i386 ubuntu utopic

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

Title:
  SMplayer

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

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

[Bug 1274433] Re: 64 bit gnome-maps fails to open in Ubuntu GNOME 14.04.

2014-12-28 Thread pasdVn
Same for me:  A dbus force-reload did not not fix the problem. After a
reboot it was working.

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

Title:
  64 bit gnome-maps fails to open in Ubuntu GNOME 14.04.

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

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


[Bug 1406082] [NEW] remmina crashes on start with 'segmentation fault'

2014-12-28 Thread GChr
Public bug reported:

Related to #982526

https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/982526/comments/7

@zenbox:~$ lsb_release -rd
Description:Ubuntu 14.04.1 LTS
Release:14.04

@zenbox:~$ apt-cache policy remmina
remmina:
  Installed: 1.0.0-4ubuntu3
  Candidate: 1.0.0-4ubuntu3
  Version table:
 *** 1.0.0-4ubuntu3 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
100 /var/lib/dpkg/status

What you expected to happen:
Remmina GUI to appear

What happened instead:
@zenbox:~$ remmina
Remmina plugin RDP (type=Protocol) registered.
Remmina plugin RDPF (type=File) registered.
Remmina plugin RDPS (type=Preference) registered.
Remmina plugin VNC (type=Protocol) registered.
Remmina plugin VNCI (type=Protocol) registered.
Remmina plugin SFTP (type=Protocol) registered.
Remmina plugin SSH (type=Protocol) registered.
Segmentation fault (core dumped)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: remmina 1.0.0-4ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: i386
CurrentDesktop: LXDE
Date: Sun Dec 28 13:04:50 2014
InstallationDate: Installed on 2012-09-29 (819 days ago)
InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120817.3)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: remmina
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 trusty

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

Title:
  remmina crashes on start with 'segmentation fault'

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

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

[Bug 1406084] [NEW] gnome-terminal crashes after 1 minute freeze due to segfault in libgtk-3.so.0.1200.2

2014-12-28 Thread Karl-Philipp Richter
Public bug reported:

The crash occurs randomly. In `dmesg` I found

[10935.615726] gnome-terminal[3065]: segfault at 8 ip
7f146c2019a0 sp 7fff0152c970 error 4 in
libgtk-3.so.0.1200.2[7f146c15c000+538000]

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: gnome-terminal 3.6.2-0ubuntu1
Uname: Linux 3.17.7-031707-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Dec 28 12:09:21 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-12-28 (0 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
SourcePackage: gnome-terminal
UpgradeStatus: Upgraded to utopic on 2014-12-28 (0 days ago)

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


** Tags: amd64 apport-bug utopic

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

Title:
  gnome-terminal crashes after 1 minute freeze due to segfault in
  libgtk-3.so.0.1200.2

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

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


[Bug 1406082] Re: remmina crashes on start with 'segmentation fault'

2014-12-28 Thread GChr
** Description changed:

+ Related to #982526
+ 
+ https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/982526/comments/7
+ 
  @zenbox:~$ lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  
  @zenbox:~$ apt-cache policy remmina
  remmina:
-   Installed: 1.0.0-4ubuntu3
-   Candidate: 1.0.0-4ubuntu3
-   Version table:
-  *** 1.0.0-4ubuntu3 0
- 500 http://us.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
- 100 /var/lib/dpkg/status
+   Installed: 1.0.0-4ubuntu3
+   Candidate: 1.0.0-4ubuntu3
+   Version table:
+  *** 1.0.0-4ubuntu3 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
+ 100 /var/lib/dpkg/status
  
  What you expected to happen:
  Remmina GUI to appear
- 
  
  What happened instead:
  @zenbox:~$ remmina
  Remmina plugin RDP (type=Protocol) registered.
  Remmina plugin RDPF (type=File) registered.
  Remmina plugin RDPS (type=Preference) registered.
  Remmina plugin VNC (type=Protocol) registered.
  Remmina plugin VNCI (type=Protocol) registered.
  Remmina plugin SFTP (type=Protocol) registered.
  Remmina plugin SSH (type=Protocol) registered.
  Segmentation fault (core dumped)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: remmina 1.0.0-4ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  CurrentDesktop: LXDE
  Date: Sun Dec 28 13:04:50 2014
  InstallationDate: Installed on 2012-09-29 (819 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release 
i386 (20120817.3)
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: remmina
  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/1406082

Title:
  remmina crashes on start with 'segmentation fault'

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

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

[Bug 1406085] [NEW] Overview mode - add option for the name windows to make it always visible

2014-12-28 Thread Tamir
Public bug reported:

Can I make a "overview mode," the name of each window, for example in Nautilus, 
would always show, not only for the transition to the desired window. The rest 
is left as it is - when you go to the window title is slightly increased, and 
it is highlighted, perhaps it is necessary to consider the allocation of the 
selected window, for example, to increase its illumination.
So it would be easier to navigate not only the image, which can be nearly 
identical in several windows, but also in parallel by location / name of 
application windows.
I think the idea increases the convenience and comfort of using the system ... 
the details of the implementation can certainly think.
P.S. Ubuntu 14.04 -15.04

Example attached.

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


** Tags: mode overview unity

** Attachment added: "h_1419529457_9732561_1dbde50122.png"
   
https://bugs.launchpad.net/bugs/1406085/+attachment/4288725/+files/h_1419529457_9732561_1dbde50122.png

** Description changed:

  Can I make a "overview mode," the name of each window, for example in 
Nautilus, would always show, not only for the transition to the desired window. 
The rest is left as it is - when you go to the window title is slightly 
increased, and it is highlighted, perhaps it is necessary to consider the 
allocation of the selected window, for example, to increase its illumination.
  So it would be easier to navigate not only the image, which can be nearly 
identical in several windows, but also in parallel by location / name of 
application windows.
  I think the idea increases the convenience and comfort of using the system 
... the details of the implementation can certainly think.
  Example attached.
+ P.S. Гигтег 14.04 -15.04

** Description changed:

  Can I make a "overview mode," the name of each window, for example in 
Nautilus, would always show, not only for the transition to the desired window. 
The rest is left as it is - when you go to the window title is slightly 
increased, and it is highlighted, perhaps it is necessary to consider the 
allocation of the selected window, for example, to increase its illumination.
  So it would be easier to navigate not only the image, which can be nearly 
identical in several windows, but also in parallel by location / name of 
application windows.
  I think the idea increases the convenience and comfort of using the system 
... the details of the implementation can certainly think.
  Example attached.
- P.S. Гигтег 14.04 -15.04
+ P.S. Ubuntu 14.04 -15.04

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

Title:
  Overview mode -  add option for the name windows to make it always
  visible

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

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

[Bug 1406085] Re: Overview mode - add option for the name windows to make it always visible

2014-12-28 Thread Tamir
** Description changed:

  Can I make a "overview mode," the name of each window, for example in 
Nautilus, would always show, not only for the transition to the desired window. 
The rest is left as it is - when you go to the window title is slightly 
increased, and it is highlighted, perhaps it is necessary to consider the 
allocation of the selected window, for example, to increase its illumination.
  So it would be easier to navigate not only the image, which can be nearly 
identical in several windows, but also in parallel by location / name of 
application windows.
  I think the idea increases the convenience and comfort of using the system 
... the details of the implementation can certainly think.
+ P.S. Ubuntu 14.04 -15.04
+ 
  Example attached.
- P.S. Ubuntu 14.04 -15.04

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

Title:
  Overview mode -  add option for the name windows to make it always
  visible

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

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


[Bug 1406061] Re: kernel crash

2014-12-28 Thread Max
apport information

** Tags added: apport-collected utopic

** Description changed:

  dear devlopers
  thank you and merry christmas and happy new year i hope that you guys engoied 
the holidays breaks.
  just wona report this bug
  the kernel  keep crashing every time and the system keep reboot.
  the ubuntu system does not connect to the internet automaticly everytime i 
have to connect it manually.
+ --- 
+ ApportVersion: 2.14.7-0ubuntu8
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/pcmC1D0c:   userone2445 F...m pulseaudio
+  /dev/snd/pcmC1D0p:   userone2445 F...m pulseaudio
+  /dev/snd/pcmC0D3p:   userone2445 F...m pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.10
+ HibernationDevice: RESUME=UUID=d7ef8869-10e3-4b3a-aa05-314eb7b73533
+ InstallationDate: Installed on 2014-09-02 (116 days ago)
+ InstallationMedia: Kubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
+ MachineType: Acer Aspire E5-521
+ Package: linux (not installed)
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic.efi.signed 
root=UUID=b1997c17-7b1b-40d7-acf7-f2c75ce6c4af ro i8042.reset i8042.nomux 
i8042.nopnp i8042.noloop quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
+ RelatedPackageVersions:
+  linux-restricted-modules-3.16.0-28-generic N/A
+  linux-backports-modules-3.16.0-28-generic  N/A
+  linux-firmware 1.138
+ Tags:  utopic
+ Uname: Linux 3.16.0-28-generic x86_64
+ UpgradeStatus: Upgraded to utopic on 2014-10-26 (62 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 03/31/2014
+ dmi.bios.vendor: Insyde Corp.
+ dmi.bios.version: V1.00
+ dmi.board.asset.tag: Base Board Asset Tag
+ dmi.board.name: Larne
+ dmi.board.vendor: Acer
+ dmi.board.version: V1.00
+ dmi.chassis.asset.tag: Chassis Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Acer
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.00:bd03/31/2014:svnAcer:pnAspireE5-521:pvrV1.00:rvnAcer:rnLarne:rvrV1.00:cvnAcer:ct10:cvrChassisVersion:
+ dmi.product.name: Aspire E5-521
+ dmi.product.version: V1.00
+ dmi.sys.vendor: Acer

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1406061/+attachment/4288726/+files/AlsaInfo.txt

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

Title:
  kernel crash

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

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


[Bug 1406061] BootDmesg.txt

2014-12-28 Thread Max
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1406061/+attachment/4288727/+files/BootDmesg.txt

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

Title:
  kernel crash

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

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


[Bug 1406061] CurrentDmesg.txt

2014-12-28 Thread Max
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1406061/+attachment/4288729/+files/CurrentDmesg.txt

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

Title:
  kernel crash

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

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


[Bug 1406061] IwConfig.txt

2014-12-28 Thread Max
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1406061/+attachment/4288730/+files/IwConfig.txt

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

Title:
  kernel crash

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

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


[Bug 1406061] Lspci.txt

2014-12-28 Thread Max
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1406061/+attachment/4288731/+files/Lspci.txt

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

Title:
  kernel crash

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

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


[Bug 1406061] ProcCpuinfo.txt

2014-12-28 Thread Max
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1406061/+attachment/4288733/+files/ProcCpuinfo.txt

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

Title:
  kernel crash

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

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


[Bug 1406061] CRDA.txt

2014-12-28 Thread Max
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1406061/+attachment/4288728/+files/CRDA.txt

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

Title:
  kernel crash

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

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


[Bug 1406061] ProcEnviron.txt

2014-12-28 Thread Max
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1406061/+attachment/4288734/+files/ProcEnviron.txt

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

Title:
  kernel crash

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

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


[Bug 1406061] ProcInterrupts.txt

2014-12-28 Thread Max
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1406061/+attachment/4288735/+files/ProcInterrupts.txt

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

Title:
  kernel crash

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

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


[Bug 1406061] PulseList.txt

2014-12-28 Thread Max
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1406061/+attachment/4288737/+files/PulseList.txt

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

Title:
  kernel crash

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

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


[Bug 1406061] UdevLog.txt

2014-12-28 Thread Max
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1406061/+attachment/4288740/+files/UdevLog.txt

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

Title:
  kernel crash

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

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


[Bug 1406061] Lsusb.txt

2014-12-28 Thread Max
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1406061/+attachment/4288732/+files/Lsusb.txt

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

Title:
  kernel crash

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

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


[Bug 1406061] ProcModules.txt

2014-12-28 Thread Max
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1406061/+attachment/4288736/+files/ProcModules.txt

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

Title:
  kernel crash

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

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


[Bug 1406061] UdevDb.txt

2014-12-28 Thread Max
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1406061/+attachment/4288739/+files/UdevDb.txt

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

Title:
  kernel crash

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

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


[Bug 1406061] RfKill.txt

2014-12-28 Thread Max
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1406061/+attachment/4288738/+files/RfKill.txt

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

Title:
  kernel crash

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

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


[Bug 1406061] Re: kernel crash

2014-12-28 Thread Max
userone@userone-Aspire-E5-521:~$ apport-collect 1406061
The authorization page:
 
(https://launchpad.net/+authorize-token?oauth_token=m25DCR3pKfqZjP01SlFS&allow_permission=DESKTOP_INTEGRATION)
should be opening in your browser. Use your browser to authorize
this program to access Launchpad on your behalf.
Press any key to continue or wait (5) seconds...
Waiting to hear from Launchpad about your decision...

(process:4346): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

(firefox:4346): GLib-CRITICAL **: g_hash_table_insert_internal: assertion 
'hash_table != NULL' failed
1419765812890   GMPInstallManager.simpleCheckAndInstall INFOLast check was: 
17832 seconds ago, minimum seconds: 86400
1419765812890   GMPInstallManager.simpleCheckAndInstall INFOWill not check 
for updates.
dpkg-query: no packages found matching linux
userone@userone-Aspire-E5-521:~$

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

Title:
  kernel crash

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

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


[Bug 1406061] WifiSyslog.txt

2014-12-28 Thread Max
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1406061/+attachment/4288741/+files/WifiSyslog.txt

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

Title:
  kernel crash

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

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


[Bug 1357804] Re: Ubuntu 14.04 does not support 2560x1080 resolution.

2014-12-28 Thread Payam Nab
*** This bug is a duplicate of bug 1197902 ***
https://bugs.launchpad.net/bugs/1197902

Not working on 14.10 either

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

Title:
  Ubuntu 14.04 does not support 2560x1080 resolution.

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

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


[Bug 1357804] Re: Ubuntu 14.04 does not support 2560x1080 resolution.

2014-12-28 Thread Payam Nab
*** This bug is a duplicate of bug 1197902 ***
https://bugs.launchpad.net/bugs/1197902

Max res I could get for my 29" ultra wide is 2160x912

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

Title:
  Ubuntu 14.04 does not support 2560x1080 resolution.

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

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


[Bug 1406003] Re: unity control center doesn't work after installing fglrx

2014-12-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity (Ubuntu)
   Status: New => Confirmed

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

Title:
  unity control center doesn't work after installing fglrx

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

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


[Bug 1405645] Re: Accounts with updated auth data should directly poll the server

2014-12-28 Thread Niklas Wenzel
** Changed in: account-polld (Ubuntu)
   Status: New => In Progress

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

Title:
  Accounts with updated auth data should directly poll the server

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

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


[Bug 1405649] Re: No reauthentication when an account fails to authenticate

2014-12-28 Thread Niklas Wenzel
** Changed in: account-polld (Ubuntu)
   Status: New => In Progress

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

Title:
  No reauthentication when an account fails to authenticate

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

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


[Bug 1406014] Re: Bluetooth: can't load firmware, may not work correctly

2014-12-28 Thread Christopher M. Penalver
uellue, just to advise, it is most difficult to analyze the results when
one changes more than what was requested (in this case both the kernel
version and firmware).

Hence, could you please test 3.19-rc1 (with the default firmware) and
then advise to the results?

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Bluetooth: can't load firmware, may not work correctly

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

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


[Bug 1405651] Re: Sometimes account reauthentication never finishes

2014-12-28 Thread Niklas Wenzel
** Changed in: account-polld (Ubuntu)
   Status: New => In Progress

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

Title:
  Sometimes account reauthentication never finishes

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

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


[Bug 1405646] Re: Timeout in poll() function due to invalid doneChan handling

2014-12-28 Thread Niklas Wenzel
** Changed in: account-polld (Ubuntu)
   Status: New => In Progress

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

Title:
  Timeout in poll() function due to invalid doneChan handling

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

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


[Bug 1395118] Re: ActionSelectionPopover does not handle the 'visible' property of actions properly

2014-12-28 Thread Niklas Wenzel
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => In Progress

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

Title:
  ActionSelectionPopover does not handle the 'visible' property of
  actions properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-filemanager-app/+bug/1395118/+subscriptions

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


[Bug 1405648] Re: Typo in log output

2014-12-28 Thread Niklas Wenzel
** Changed in: account-polld (Ubuntu)
   Status: New => In Progress

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

Title:
  Typo in log output

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

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


[Bug 555709] Re: Laptop display maximum dim at startup

2014-12-28 Thread Christopher M. Penalver
** This bug is no longer a duplicate of bug 1270579
   Ubuntu should have an upstart job for saving/restoring backlight level on 
laptops

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

Title:
  Laptop display maximum dim at startup

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

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


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-12-28 Thread jxj
HP ENVY — 17-k153nr ; couldn't load firmware, even following Claus
Allweil's instructions.

[   15.836024] Bluetooth: Core ver 2.17
[   15.836037] Bluetooth: HCI device and connection manager initialized
[   15.836045] Bluetooth: HCI socket layer initialized
[   15.836047] Bluetooth: L2CAP socket layer initialized
[   15.836050] Bluetooth: SCO socket layer initialized
[   15.880875] Bluetooth: can't load firmware, may not work correctly
[   17.887200] Bluetooth: hci0 command 0x1003 tx timeout
[   18.192467] Bluetooth: RFCOMM TTY layer initialized
[   18.192476] Bluetooth: RFCOMM socket layer initialized
[   18.192479] Bluetooth: RFCOMM ver 1.11
[   18.285027] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.285029] Bluetooth: BNEP filters: protocol multicast
[   18.285036] Bluetooth: BNEP socket layer initialized
[  652.308603] Bluetooth: hci0 urb 880436087cc0 failed to resubmit (2)
[  673.309756] Bluetooth: can't load firmware, may not work correctly
[  675.316343] Bluetooth: hci0 command 0x1003 tx timeout

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

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

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

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

[Bug 1263351] Re: 0489:e062 [Sony VAIO SVF1421C5E] Bluetooth adapter does not work with Broadcom driver

2014-12-28 Thread Christopher M. Penalver
Miguel Barrio Orsikowsky, thank you for your comment. So your problem and 
hardware may be tracked, could you please file a new report with Ubuntu by 
executing the following in a terminal while booted into the default Ubuntu 
kernel (not a mainline one) via:
ubuntu-bug linux

For more on this, please read the official Ubuntu documentation:
Ubuntu Bug Control and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
Ubuntu Kernel Team: 
https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports
https://wiki.ubuntu.com/Kernel/Policies/DuplicateBugs
Ubuntu Community: 
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

As well, please do not announce in this report you created a new bug
report.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

-- 
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:
  0489:e062 [Sony VAIO SVF1421C5E] Bluetooth adapter does not work with
  Broadcom driver

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

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


[Bug 982526] Re: remmina crashed with Segmentation fault (core dumped)

2014-12-28 Thread Christopher M. Penalver
GChr, in general, it is best not to run apport-collect against a report
you are not the original reporter of. Especially in this case, it won't
be gathering the information necessary to debug your problem (a program
crash).

Instead, please follow these instructions to have apport report a new bug about 
your crash that can be dealt with by the automatic retracer. First, execute at 
a terminal:
cd /var/crash && sudo rm * ; sudo apt-get update && sudo apt-get -y upgrade && 
sudo service apport start force_start=1

If you are running the Ubuntu Stable Release you might need to enable
apport in /etc/default/apport and restart.

Now reproduce the crash, then open your file manager, navigate to your 
/var/crash directory and open the crash report you wish to submit.
If this fails you will have to open a terminal and file your report with 
'ubuntu-bug /var/crash/_my_crash_report.crash' where _my_crash_report.crash is 
the crash you would like to report. If you get an error that you aren't allowed 
to access this report you will have to file it with 'sudo ubuntu-bug 
/var/crash/_my_crash_report.crash'. If you run the command against the crash 
report and a window pops up asking you to report this, but then never opens a 
new report, you would be affected by 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/994921 . In order to 
WORKAROUND this, one would need to open the following file via a command line:
sudo nano /etc/apport/crashdb.conf

and comment out the line:
'problem_types': ['Bug', 'Package'],

by changing it to:
# 'problem_types': ['Bug', 'Package'],

Save, close, and file the crash report again via:
ubuntu-bug /var/crash/_my_crash_report.crash

Please feel free to subscribe me to the new report you create.

As well, please do not attach your crash report manually to this report.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

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

Title:
  remmina crashed with Segmentation fault (core dumped)

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

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


[Bug 1354924] Re: Networkmanager does not autoconnect to wireless network

2014-12-28 Thread chris.rapson
I agree with Hervé, Søren & Mark. How do we get a higher priority for
this?

Also, Søren, I don't fully understand you comments #32,34,35,36. I think
you're saying it's not a debian problem? It originates in the ubuntu
packages, and therefore also affects kubuntu users?

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

Title:
  Networkmanager does not autoconnect to wireless network

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

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

  1   2   3   4   >