[Bug 1774632] Re: The symbolic link /etc/resolv.conf points to the wrong file by default

2021-06-07 Thread Per Olav Kroka
Please disregard my last comment (#5).  The problem I had was not this
one but related to using other connector agents in addition to
NetworkManager, in my case the openvpn3 command line.

(Automatic connection to the VPN is not there, but that is probably
safest.)

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

Title:
  The symbolic link /etc/resolv.conf points to the wrong file by default

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

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

[Bug 1774632] Re: The symbolic link /etc/resolv.conf points to the wrong file by default

2021-05-27 Thread Per Olav Kroka
I just want to confirm that this is a problem.  I have had it for a
while and not found another workaround (until now) than restarting the
machine.

If this is NOT a bug then something "close by" is a bug.

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

Title:
  The symbolic link /etc/resolv.conf points to the wrong file by default

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

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

[Bug 1815577] [NEW] Incorrect decoding of PDF v1.7 document

2019-02-12 Thread Per Olav Kroka
Public bug reported:

The file at 
("The Norwegian Directorate for Civil Protection") presents garbled
text.  Libre Office seems to decode the text correctly.  I guess this is
a font issue (incorrect font) as if copied and pasted the text comes out
correctly:

"Dokumentasjon av det elektriske anlegget
Erklæring om samsvar i henhold til forskrift om elektriske lavspenningsanlegg"

Version: GNOME Document Viewer 3.28.4

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

** Attachment added: "Screenshot from evince showing the referenced document"
   
https://bugs.launchpad.net/bugs/1815577/+attachment/5237948/+files/Screenshot%20from%202019-02-12%2011-25-26.png

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

Title:
  Incorrect decoding of PDF v1.7 document

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

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

[Bug 1573959] Re: On-screen text disappears after suspend

2016-11-28 Thread Per Olav Kroka
Hello

I at least have a very similar problem; so close I think it is the
(therefore this comment).

I have the latest and greatest of Ubuntu (Gnome) 16.04.1 LTS.  (It is an
upgrade from 14.04 LTS, but I do not know if this has any effect here).
The problem started, for me, this month or late October.

> uname -s -r -v -m -p -i -o
Linux 4.4.0-47-generic #68-Ubuntu SMP Wed Oct 26 19:39:52 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux

All letters have "disappeared" (ie were not visible anymore) from the affected 
programs, but not all are affected.
In the gnome-terminal it is possible to select the text and where the mouse 
pointer hovers while selecting you will be able to read the text, but it 
disappears on next redraw.

Some NOT AFFECTED programs (except menus etc):
- Firefox (so I was able to do this)
- Chromium
- Ubuntu Help
- xterm
- dash (the ubuntu menu)
- google calendar (web-app)
- (The document part of Libre Office Writer)

Some AFFECTED programs:
- Nautilus
- The desktop
- Remmina
- gnome-terminal
- Thunderbird
- ubuntu-software
- (All menus and toolbars etc of Libre Office Writer)
- All except the document part of the document viewer
- eclipse (eclipse-cpp-luna-SR2-linux-gtk-x86_64)
- skype (only the system-bar(?) (uppermost bar))
- dropbox (except the settings dialog box)
- alarm-clock-applet
- gedit (except the document area)

(It seems document areas are generally not affected, that excepts the
buffer, or "document area", of gnome-terminal)

The ctrl+alt+F[1-6] ttys seems to have stopped or not started after printing 
the following text: 
--- start of text ---
  lvmetad is not active yet, using direct activation during sysinit
/ev/mapper/ubuntu--vg-root: clean, aaa/ files, /d 
blocks
_
--- end of text ---
note: the '_' seems more to be like a cursor than an (overwrite) underscore, 
but it is not blinking. (the 'a's, 'b's, 'c's, and 'd's are numbers.  The 
number of digits are shown by the number of letters.)

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

Title:
  On-screen text disappears after suspend

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

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


[Bug 1641108] [NEW] IF_* variables are not defined (for static IP) in post-up phase

2016-11-11 Thread Per Olav Kroka
Public bug reported:

SYMPTOM
My computer is set up with static IP on interface eno1 and running 'sudo apt 
update' fails. Adding nameserver aaa.bbb.ccc.ddd in resolv.conf helps, as a 
workaround, but this is reset on reboot.  Another workaround is to create a 
secondary IP on the same interface using DHCP (it works), but I don't want that.

ANALYSIS
I have traced the problem to the IF_* variables not being set at "post-up" 
phase, where resolvconf tries to get the values.  (see 000resolvconf file in 
/etc/network/if-up.d.)

To verify this I created a script named dbg which I placed in all the 
if-*.d folders:
# Start
DBGDIR=/etc/test
mkdir -p $DBGDIR
DEBUGFILE=$DBGDIR/$PHASE

set  | grep -E 
"^(IF_|(IFACE|LOGICAL|ADDRFAM|METHOD|MODE|PHASE|VERBOSITY|PATH)\b)" > $DEBUGFILE
#--- end

(For some reason the mkdir command did not work, so I created the
directory manually.)

These where the resulting files (listed with tail -n20 ...):
==> /etc/test/post-down <==
ADDRFAM='meta'
IFACE='--all'
LOGICAL='auto'
METHOD='none'
MODE='stop'
PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PHASE='post-down'
VERBOSITY='0'

==> /etc/test/post-up <==
ADDRFAM='meta'
IFACE='--all'
LOGICAL='auto'
METHOD='none'
MODE='start'
PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PHASE='post-up'
VERBOSITY='0'

==> /etc/test/pre-down <==
ADDRFAM='inet'
IFACE='eno1'
IF_ADDRESS='192.168.0.3'
IF_BROADCAST='192.168.0.255'
IF_DNSNAMESERVERS='193.213.112.4
IF_GATEWAY='192.168.0.1'
IF_HOSTNAME='hopper'
IF_NETMASK='255.255.255.0'
LOGICAL='eno1'
METHOD='static'
MODE='stop'
PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PHASE='pre-down'
VERBOSITY='0'

==> /etc/test/pre-up <==
ADDRFAM='inet'
IFACE='lo'
LOGICAL='lo'
METHOD='loopback'
MODE='start'
PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PHASE='pre-up'
VERBOSITY='0'

As you can see the IF_* variables were created in the 'pre-down' phase
but not in the 'post-up' as expected.

I would expect that some of the code in the ifdown program should have
been in the ifup program.

VERSIONS
Distribution: Ubuntu 16.04 (LTS) (latest and greatest)
ifupdown 0.8.10ubuntu1.1 amd64

I also found this one 
(search for "IF_" )

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

** Description changed:

  SYMPTOM
  My computer is set up with static IP on interface eno1 and running 'sudo apt 
update' fails. Adding nameserver aaa.bbb.ccc.ddd in resolv.conf helps, as a 
workaround, but this is reset on reboot.  Another workaround is to create a 
secondary IP on the same interface using DHCP (it works), but I don't want that.
  
- I have traced the problem to the IF_* variables not being set at "post-
- up" phase, where resolvconf tries to get the values.  (see 000resolvconf
- file in /etc/network/if-up.d.)
+ ANALYSIS
+ I have traced the problem to the IF_* variables not being set at "post-up" 
phase, where resolvconf tries to get the values.  (see 000resolvconf file in 
/etc/network/if-up.d.)
  
  To verify this I created a script named dbg which I placed in all the 
if-*.d folders:
  # Start
  DBGDIR=/etc/test
  mkdir -p $DBGDIR
  DEBUGFILE=$DBGDIR/$PHASE
  
  set  | grep -E 
"^(IF_|(IFACE|LOGICAL|ADDRFAM|METHOD|MODE|PHASE|VERBOSITY|PATH)\b)" > $DEBUGFILE
  #--- end
  
  (For some reason the mkdir command did not work, so I created the directory 
manually.)
  These where the resulting files (listed with tail -n20 ...):
  ==> /etc/test/post-down <==
  ADDRFAM='meta'
  IFACE='--all'
  LOGICAL='auto'
  METHOD='none'
  MODE='stop'
  PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
  PHASE='post-down'
  VERBOSITY='0'
  
  ==> /etc/test/post-up <==
  ADDRFAM='meta'
  IFACE='--all'
  LOGICAL='auto'
  METHOD='none'
  MODE='start'
  PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
  PHASE='post-up'
  VERBOSITY='0'
  
  ==> /etc/test/pre-down <==
  ADDRFAM='inet'
  IFACE='eno1'
  IF_ADDRESS='192.168.0.3'
  IF_BROADCAST='192.168.0.255'
  IF_DNSNAMESERVERS='193.213.112.4
  IF_GATEWAY='192.168.0.1'
  IF_HOSTNAME='hopper'
  IF_NETMASK='255.255.255.0'
  LOGICAL='eno1'
  METHOD='static'
  MODE='stop'
  PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
  PHASE='pre-down'
  VERBOSITY='0'
  
  ==> /etc/test/pre-up <==
  ADDRFAM='inet'
  IFACE='lo'
  LOGICAL='lo'
  METHOD='loopback'
  MODE='start'
  PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
  PHASE='pre-up'
  VERBOSITY='0'
  
  As you can see the IF_* variables were created in the 'pre-down' phase
  but not in the 'post-up' as expected.
  
  I would expect that some of the code in the ifdown program should have
  been in the ifup program.
  
- 
  VERSIONS
  Distribution: Ubuntu 16.04 (LTS) (latest and greatest)
  ifupdown 0.8.10ubuntu1.1 amd64

** Description changed:

  SYMPTOM
  My computer is set up with static IP on interface eno1 and 

Re: [Bug 1507689] Re: Shaky screen on Lenovo Y70 Touch

2016-03-19 Thread Per Olav Kroka
You have it your way.

Den 16. mars 2016 15:08, Christopher M. Penalver skreiv:
> Per Olav Kroka, Status is defined in https://wiki.ubuntu.com/Bugs/Status
> . As you already advised you are using 3.19, unless you personally need
> a backport (not if this is theoretically backportable), then it's not a
> Won't Fix.
>

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

Title:
  Shaky screen on Lenovo Y70 Touch

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

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


Re: [Bug 1507689] Re: Shaky screen on Lenovo Y70 Touch

2016-03-18 Thread Per Olav Kroka
I disagree on the status given.  It is not an invalid issue for Ubuntu 
14.04 which uses a kernel of version 3.16.0-x.
The kernel delivered is erroneous and that is what is in the report.

There is also information that fix is available in newer kernels. Thus, 
there can be a backport.

The reason for using the 14.04 is the letters: LTS which implies that 
"this is/are the most stabile version(s)".  I amongst others (I suspect) 
would expect that backports amongst other fixes would be done.

If you do not want to do this fix (by policy or whatever), it is rather 
a "Wont fix".


Den 16. mars 2016 14:20, Christopher M. Penalver skreiv:
> Per Olav Kroka, this bug report is being closed due to your last comment
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507689/comments/8
> regarding this being fixed with an update. For future reference you can
> manage the status of your own bugs by clicking on the current status in
> the yellow line and then choosing a new status in the revealed drop down
> box. You can learn more about bug statuses at
> https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
> to report this bug and helping to make Ubuntu better. Please submit any
> future bugs you may find.
>
> ** Changed in: linux (Ubuntu)
> Status: Expired => Invalid
>

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

Title:
  Shaky screen on Lenovo Y70 Touch

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

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


[Bug 1507689] Re: Shaky screen on Lenovo Y70 Touch

2016-03-16 Thread Per Olav Kroka
Seems that changing kernel worked.  Now running with kernel version
3.19.0-031900.

uname -a gives
Linux pok-Lenovo-Y70-70-Touch 3.19.0-031900-generic #201504091832 SMP Thu Apr 9 
17:35:46 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  Shaky screen on Lenovo Y70 Touch

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

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


[Bug 1507689] Re: Shaky screen on Lenovo Y70 Touch

2016-03-15 Thread Per Olav Kroka
A link to a comment (by "egan") with an image that describes the
problem.

https://bbs.archlinux.org/viewtopic.php?pid=767666#p767666

Direct link to the image: http://www.pasteall.org/pic/show.php?id=3718

Imagine smaller font, more colors  etc, with the same displacement of
the pixels...

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

Title:
  Shaky screen on Lenovo Y70 Touch

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

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


[Bug 1507689] Re: Shaky screen on Lenovo Y70 Touch

2016-03-15 Thread Per Olav Kroka
And a few more linkes

http://ubuntuforums.org/showthread.php?t=2265203
https://communities.intel.com/thread/75209?start=0=0

All indicate that an upgrade of the kernel is what I need.

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

Title:
  Shaky screen on Lenovo Y70 Touch

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

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


[Bug 1507689] Re: Shaky screen on Lenovo Y70 Touch

2016-03-15 Thread Per Olav Kroka
Found some references to what seem to be the same problem on askubuntu

http://askubuntu.com/questions/531897/ubuntu-14-04-laptop-screen-
shaking-no-problem-on-external-monitor-hdmi-len

http://askubuntu.com/questions/562760/ubuntu-shaky-display-problem

Seems like I have to update the kernel.  (IE. some updates are missing
in the 3.16.0-xx kernel)

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

Title:
  Shaky screen on Lenovo Y70 Touch

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

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


Re: [Bug 1507689] Re: Shaky screen on Lenovo Y70 Touch

2015-12-22 Thread Per Olav Kroka
I do not have the machine with me.  It will have to wait until newyear.
Do I have to make it be shaky when the command is executed?
22. des. 2015 14:11 skrev "Christopher M. Penalver" <
christopher.m.penal...@gmail.com>:

> Per Olav Kroka, thank you for taking the time to report this bug and
> helping to make Ubuntu better. Please execute the following command only
> once, as it will automatically gather debugging information, in a terminal:
> apport-collect 1507689
>
> ** Package changed: linux-lts-utopic (Ubuntu) => linux (Ubuntu)
>
> ** Changed in: linux (Ubuntu)
>Importance: Undecided => Low
>
> ** Changed in: linux (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1507689
>
> Title:
>   Shaky screen on Lenovo Y70 Touch
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   I have a relatively new Lenovo Y70 Touch (came preinstalled with
>   Win8).  I installed Ubuntu 14.04 on it.
>
>   By "Shaky" (in the headline) I mean that the image shakes from side to
>   side (it seems) about 3 points. Some points end up at the end of the
>   previous line.  Very annoying to look at.  Before changing anything,
>   the screen driver seems to be an intel driver.  (There is a combined
>   NVidia and Intel screen card.)  It is also possible to change the
>   screen backlight by using the buttons.
>
>   Searching on the web I found that I could add "nomodeset" to the
>   kernel command line.  Doing this stabilizes the screen, but the
>   control of the screen backlight disappears.
>
>   If I in addition add "acpi_osi=Linux" and "acpi_backlight=vendor", the
>   backlight-control app seems to be back, but there is no reaction to
>   any changes. "ls  /sys/class/backlight" now shows the name ideapad.
>
>   Along the way to the current workaround, I have had bumblebee and some
>   other software installed and automatically removed as it was not
>   needed.
>
>   I believe this applies to other distributions as well.
>
>   Numbered questions and answers (found under "We also need:" in th
>   1) Output from "lsb_release -rd":
>   Description:  Ubuntu 14.04.3 LTS
>   Release:  14.04
>
>   2) Outut from "apt-cache policy linux*":
>   see attached file "policy"
>
>   3) What I expect to happen:
> a. That the screen would be stabile from the start of the installation
> b. That the backlight control would be available from the start of the
> installation and not disappear.
>
>   4) What happened instead:
> a. The screen was "shaking" from the start.  (Not a stabile image at
> all.)
> b. After adding a fix (see above) the screen became stabile but the
> screen backlight control disappeared.  No remedy has been found for this.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: linux-image-3.16.0-50-generic 3.16.0-50.67~14.04.1
>   ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
>   Uname: Linux 3.16.0-50-generic x86_64
>   ApportVersion: 2.14.1-0ubuntu3.15
>   Architecture: amd64
>   CurrentDesktop: Unity
>   Date: Mon Oct 19 16:34:08 2015
>   InstallationDate: Installed on 2015-06-11 (130 days ago)
>   InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64
> (20150218.1)
>   SourcePackage: linux-lts-utopic
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507689/+subscriptions
>

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

Title:
  Shaky screen on Lenovo Y70 Touch

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

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


[Bug 1507689] [NEW] Shaky screen on Lenovo Y70 Touch

2015-10-19 Thread Per Olav Kroka
Public bug reported:

I have a relatively new Lenovo Y70 Touch (came preinstalled with Win8).
I installed Ubuntu 14.04 on it.

By "Shaky" (in the headline) I mean that the image shakes from side to
side (it seems) about 3 points. Some points end up at the end of the
previous line.  Very annoying to look at.  Before changing anything, the
screen driver seems to be an intel driver.  (There is a combined NVidia
and Intel screen card.)  It is also possible to change the screen
backlight by using the buttons.

Searching on the web I found that I could add "nomodeset" to the kernel
command line.  Doing this stabilizes the screen, but the control of the
screen backlight disappears.

If I in addition add "acpi_osi=Linux" and "acpi_backlight=vendor", the
backlight-control app seems to be back, but there is no reaction to any
changes. "ls  /sys/class/backlight" now shows the name ideapad.

Along the way to the current workaround, I have had bumblebee and some
other software installed and automatically removed as it was not needed.

I believe this applies to other distributions as well.

Numbered questions and answers (found under "We also need:" in th
1) Output from "lsb_release -rd":
Description:Ubuntu 14.04.3 LTS
Release:14.04

2) Outut from "apt-cache policy linux*":
see attached file "policy"

3) What I expect to happen:
  a. That the screen would be stabile from the start of the installation
  b. That the backlight control would be available from the start of the 
installation and not disappear.

4) What happened instead:
  a. The screen was "shaking" from the start.  (Not a stabile image at all.)
  b. After adding a fix (see above) the screen became stabile but the screen 
backlight control disappeared.  No remedy has been found for this.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.16.0-50-generic 3.16.0-50.67~14.04.1
ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
Uname: Linux 3.16.0-50-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.15
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Oct 19 16:34:08 2015
InstallationDate: Installed on 2015-06-11 (130 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
SourcePackage: linux-lts-utopic
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-lts-utopic (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

** Attachment added: "apt-cache policy linux*"
   https://bugs.launchpad.net/bugs/1507689/+attachment/4500474/+files/policy

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

Title:
  Shaky screen on Lenovo Y70 Touch

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

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