[Bug 1932291] Re: dhcp client resets IP address every few minutes

2021-06-23 Thread Yevhen Ivanchenko
The reason why dhcp client reset connection was an ICMP message
When the client send a REQUEST, the gateway replied with ICMP code 10 (Host 
administratively prohibited)
Then dhcp server replied with ACK 
--
It happened because iptables on the server did not allow incoming connections 
to port 67 of the dhcp server and it responded with an ICMP (Host 
administratively prohibited).
But it seems the requests came to the dhcp server anyway and dhcp server 
responded with ACK.


I sent only dhcp packets in the dump file but there no ICMP messages were 
included.

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

Title:
  dhcp client resets IP address every few minutes

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

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

[Bug 1932291] Re: dhcp client resets IP address every few minutes

2021-06-17 Thread Yevhen Ivanchenko
Adding syslog file

** Attachment added: "syslog.bz2"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1932291/+attachment/5505262/+files/syslog.bz2

** Description changed:

  Hello,
  Network manager resets IP address every 30 minutes (perhaps this time depends 
on default-lease-time)
  
  This issue affects at least the latest package Network Manager in Ubuntu
  20.04.2 - network-manager 1.22.10-1ubuntu2.2.
  
  It seems this issue has been occuring more than a year (perhaps from release 
Ubuntu 20.04) and is not fixed yet.
  It is possible that this issue occurs only with our dhcp server. We have not 
checked if the issue occurs with other dhcp servers.
  
  
  lsb_release -rd
  Description:Ubuntu 20.04.2 LTS
  Release:20.04
  
  apt-cache policy network-manager
  network-manager:
-   Installed: 1.22.10-1ubuntu2.2
-   Candidate: 1.22.10-1ubuntu2.2
-   Version table:
-  *** 1.22.10-1ubuntu2.2 500
- 500 http://ua.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
- 100 /var/lib/dpkg/status
-  1.22.10-1ubuntu1 500
- 500 http://ua.archive.ubuntu.com/ubuntu focal/main amd64 Packages
+   Installed: 1.22.10-1ubuntu2.2
+   Candidate: 1.22.10-1ubuntu2.2
+   Version table:
+  *** 1.22.10-1ubuntu2.2 500
+ 500 http://ua.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
+ 100 /var/lib/dpkg/status
+  1.22.10-1ubuntu1 500
+ 500 http://ua.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  -
- 
  
  STR:
  Install Ubuntu 20.04.2 (update if needed) and connect to network with dhcp 
server.
- 
  
  AR:
  Connection drops every few minutes, then NetworkManager reconnects again.
  On screen we can see message "Network disconnect" and right away "Network 
connect"
  
- 
  ER:
  Connection should be stable.
- 
  
  We have found the similar bug here - 
https://bugzilla.redhat.com/show_bug.cgi?id=1817788
  It is possible that in my case the root of issue is the same and the isue is 
fixed in network manager 1.22.12
  
  We need a new networkmanager package in Ubuntu 20.04 repository which
  has not got this bug.
- 
  
  There is a part of /var/log/syslog
  Here we can see error "error -113 dispatching events"
  
  Jun 16 16:01:40 user-System-Product-Name NetworkManager[589]:  
[1623848500.8092] dhcp4 (enp3s0): send REQUEST of 192.168.61.156 to 192.168.61.2
  Jun 16 16:01:40 user-System-Product-Name NetworkManager[589]:  
[1623848500.8225] dhcp4 (enp3s0): error -113 dispatching events
  Jun 16 16:01:40 user-System-Product-Name NetworkManager[589]:   
[1623848500.8226] dhcp4 (enp3s0): state changed bound -> fail
  Jun 16 16:01:40 user-System-Product-Name NetworkManager[589]:  
[1623848500.8226] device[5565e4c243c020e9] (enp3s0): new DHCPv4 client state 6
  Jun 16 16:01:40 user-System-Product-Name NetworkManager[589]:  
[1623848500.8227] device[5565e4c243c020e9] (enp3s0): DHCPv4 failed (ip_state 
done, was_active 0)
  Jun 16 16:01:40 user-System-Product-Name NetworkManager[589]:   
[1623848500.8228] device (enp3s0): DHCPv4: trying to acquire a new lease within 
90 seconds
  Jun 16 16:01:40 user-System-Product-Name NetworkManager[589]:  
[1623848500.8228] dbus-object[cffc3e670403e5f9]: unexport: 
"/org/freedesktop/NetworkManager/DHCP4Config/8"
  Jun 16 16:01:40 user-System-Product-Name NetworkManager[589]:  
[1623848500.8232] dbus-object[e4f7ca28a56cb5dc]: export: 
"/org/freedesktop/NetworkManager/DHCP4Config/9"
  Jun 16 16:02:18 user-System-Product-Name NetworkManager[589]:  
[1623848538.4785] device[5565e4c243c020e9] (enp3s0): connectivity: [IPv6] 
periodic-check: re-scheduled in 299970 milliseconds (300 se
  conds interval)
  Jun 16 16:02:18 user-System-Product-Name NetworkManager[589]:  
[1623848538.4787] device[5565e4c243c020e9] (enp3s0): connectivity: [IPv6] start 
check (seq:86, periodic-check)
  Jun 16 16:02:18 user-System-Product-Name NetworkManager[589]:  
[1623848538.4790] connectivity: (enp3s0,IPv6,86) start request to 
'http://connectivity-check.ubuntu.com/' (try resolving 'connectivit
  y-check.ubuntu.com' using systemd-resolved)
  Jun 16 16:02:18 user-System-Product-Name NetworkManager[589]:  
[1623848538.4833] connectivity: (enp3s0,IPv6,86) can't resolve a name via 
systemd-resolved: GDBus.Error:org.freedesktop.resolve1.NoSu
  chRR: 'connectivity-check.ubuntu.com' does not have any RR of the requested 
type
  Jun 16 16:02:18 user-System-Product-Name systemd-resolved[549]: Server 
returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, 
retrying transaction with reduced feature level UDP.
  Jun 16 16:02:18 user-System-Product-Name systemd-resolved[549]: message 
repeated 2 times: [ Server returned error NXDOMAIN, mitigating potential DNS 
violation DVE-2018-0001, retrying transaction with reduced feature level UDP.]
- Jun 16 16:02:18 user-System-Product-Name NetworkManager[589]:  
[1623848538.4903] connectivity: (enp3s0,IPv6,86) check completed: LIMITED; 
check failed: 

[Bug 1932291] [NEW] dhcp client resets IP address every few minutes

2021-06-17 Thread Yevhen Ivanchenko
Public bug reported:

Hello,
Network manager resets IP address every 30 minutes (perhaps this time depends 
on default-lease-time)

This issue affects at least the latest package Network Manager in Ubuntu
20.04.2 - network-manager 1.22.10-1ubuntu2.2.

It seems this issue has been occuring more than a year (perhaps from release 
Ubuntu 20.04) and is not fixed yet.
It is possible that this issue occurs only with our dhcp server. We have not 
checked if the issue occurs with other dhcp servers.


lsb_release -rd
Description:Ubuntu 20.04.2 LTS
Release:20.04

apt-cache policy network-manager
network-manager:
  Installed: 1.22.10-1ubuntu2.2
  Candidate: 1.22.10-1ubuntu2.2
  Version table:
 *** 1.22.10-1ubuntu2.2 500
500 http://ua.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1.22.10-1ubuntu1 500
500 http://ua.archive.ubuntu.com/ubuntu focal/main amd64 Packages
-


STR:
Install Ubuntu 20.04.2 (update if needed) and connect to network with dhcp 
server.


AR:
Connection drops every few minutes, then NetworkManager reconnects again.
On screen we can see message "Network disconnect" and right away "Network 
connect"


ER:
Connection should be stable.


We have found the similar bug here - 
https://bugzilla.redhat.com/show_bug.cgi?id=1817788
It is possible that in my case the root of issue is the same and the isue is 
fixed in network manager 1.22.12

We need a new networkmanager package in Ubuntu 20.04 repository which
has not got this bug.


There is a part of /var/log/syslog
Here we can see error "error -113 dispatching events"

Jun 16 16:01:40 user-System-Product-Name NetworkManager[589]:  
[1623848500.8092] dhcp4 (enp3s0): send REQUEST of 192.168.61.156 to 192.168.61.2
Jun 16 16:01:40 user-System-Product-Name NetworkManager[589]:  
[1623848500.8225] dhcp4 (enp3s0): error -113 dispatching events
Jun 16 16:01:40 user-System-Product-Name NetworkManager[589]:   
[1623848500.8226] dhcp4 (enp3s0): state changed bound -> fail
Jun 16 16:01:40 user-System-Product-Name NetworkManager[589]:  
[1623848500.8226] device[5565e4c243c020e9] (enp3s0): new DHCPv4 client state 6
Jun 16 16:01:40 user-System-Product-Name NetworkManager[589]:  
[1623848500.8227] device[5565e4c243c020e9] (enp3s0): DHCPv4 failed (ip_state 
done, was_active 0)
Jun 16 16:01:40 user-System-Product-Name NetworkManager[589]:   
[1623848500.8228] device (enp3s0): DHCPv4: trying to acquire a new lease within 
90 seconds
Jun 16 16:01:40 user-System-Product-Name NetworkManager[589]:  
[1623848500.8228] dbus-object[cffc3e670403e5f9]: unexport: 
"/org/freedesktop/NetworkManager/DHCP4Config/8"
Jun 16 16:01:40 user-System-Product-Name NetworkManager[589]:  
[1623848500.8232] dbus-object[e4f7ca28a56cb5dc]: export: 
"/org/freedesktop/NetworkManager/DHCP4Config/9"
Jun 16 16:02:18 user-System-Product-Name NetworkManager[589]:  
[1623848538.4785] device[5565e4c243c020e9] (enp3s0): connectivity: [IPv6] 
periodic-check: re-scheduled in 299970 milliseconds (300 se
conds interval)
Jun 16 16:02:18 user-System-Product-Name NetworkManager[589]:  
[1623848538.4787] device[5565e4c243c020e9] (enp3s0): connectivity: [IPv6] start 
check (seq:86, periodic-check)
Jun 16 16:02:18 user-System-Product-Name NetworkManager[589]:  
[1623848538.4790] connectivity: (enp3s0,IPv6,86) start request to 
'http://connectivity-check.ubuntu.com/' (try resolving 'connectivit
y-check.ubuntu.com' using systemd-resolved)
Jun 16 16:02:18 user-System-Product-Name NetworkManager[589]:  
[1623848538.4833] connectivity: (enp3s0,IPv6,86) can't resolve a name via 
systemd-resolved: GDBus.Error:org.freedesktop.resolve1.NoSu
chRR: 'connectivity-check.ubuntu.com' does not have any RR of the requested type
Jun 16 16:02:18 user-System-Product-Name systemd-resolved[549]: Server returned 
error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying 
transaction with reduced feature level UDP.
Jun 16 16:02:18 user-System-Product-Name systemd-resolved[549]: message 
repeated 2 times: [ Server returned error NXDOMAIN, mitigating potential DNS 
violation DVE-2018-0001, retrying transaction with reduced feature level UDP.]
Jun 16 16:02:18 user-System-Product-Name NetworkManager[589]:  
[1623848538.4903] connectivity: (enp3s0,IPv6,86) check completed: LIMITED; 
check failed: (6) Couldn't resolve host name
Jun 16 16:02:18 user-System-Product-Name NetworkManager[589]:  
[1623848538.4904] device[5565e4c243c020e9] (enp3s0): connectivity: [Ipv6] 
complete check (seq:86, state:LIMITED)
Jun 16 16:02:18 user-System-Product-Name NetworkManager[589]:  
[1623848538.4904] device[5565e4c243c020e9] (enp3s0): connectivity: [IPv6] 
periodic-check: re-scheduled in 299958 milliseconds (300 seconds interval)
Jun 16 16:03:11 user-System-Product-Name NetworkManager[589]:   
[1623848591.1502] device (enp3s0): DHCPv4: grace period expired
Jun 16 16:03:11 user-System-Product-Name NetworkManager[589]:  
[1623848591.1504] 

[Bug 1859308] Re: software-properties-gtk erroneously reports that certain Intel wireless adapter cards are not working

2020-05-30 Thread Yevhen
Reproduced on Ubuntu 20.04 with Intel Corporation Wireless 3165, as also 
mentioned in this comment - 
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1859308/comments/14
with the same message, but with disabled buttons "Apply Changes" and "Revert".

Please check this link for issue details -
https://ubuntuforums.org/showthread.php?t=2443894=13959817=1

Host machine - Dell Inspiron 7559, multiboot.
Details: 
- Kernel version(`uname -r`): 5.4.0-31-generic
- OS: Ubuntu 20.04 LTS Desktop
- Wifi card - Intel 3165AC + BT4.2 [802.11ac + Bluetooth 4.2, Dual Band 2. 4&5 
GHz, 1x1]


@osomon(Olivier Tilloy):

Will the fix of this bug:
1) allow to use some of manual installed compatible(non-trigerring "...not 
working" message) driver*? 
Or 
2) just enable "Apply changes" button(see this screen for details - 
https://imgur.com/7ILFptF and the issue - 
https://ubuntuforums.org/showthread.php?t=2443894=13959817=1)? 


*eg: of different from default shipped driver version due to some 
relatively-old-hardware.

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

Title:
  software-properties-gtk erroneously reports that certain Intel
  wireless adapter cards are not working

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

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

[Bug 1827314] Re: Ubuntu 19.04 Background and lockscreen image turns into white noise after sleep and wakeup

2019-09-12 Thread Yevhen
*** This bug is a duplicate of bug 1809407 ***
https://bugs.launchpad.net/bugs/1809407

I have same issue on my laptop (Dell Precision 5530) when using nVidia
graphics, with latest official proprietary driver. But it does not
appear when using integrated Intel graphics, everything works fine in
that case.

** Attachment added: "IMG_20190910_130806.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1827314/+attachment/5288233/+files/IMG_20190910_130806.jpg

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

Title:
  Ubuntu 19.04 Background and lockscreen image turns into white noise
  after sleep and wakeup

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

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

[Bug 1728012] Re: Many 3rd party scanner drivers are broken by a sane change

2018-08-08 Thread Yevhen
Thanks Staedtleк-przyborski and Luca-mg!  
After update Ubuntu 16.04 to Ubuntu 18.04 my Brother DCP-J315W hasn't worked as 
scanner. 
Your solution helped me and my scanner works again on brscan4.

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

Title:
  Many 3rd party scanner drivers are broken by a sane change

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

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

[Bug 1777444] Re: broadcom-sta 6.30.223.271-3~16.04.2 ADT test failure with linux-hwe-edge 4.15.0-23.25~16.04.1

2018-07-27 Thread Yevhen
Yes! This two commands also solved my problem with wi-fi after update
from kernel 4.13.0 to 4.15.0 (hwe update) for Ubuntu 16.04.

Thank You All!

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

Title:
  broadcom-sta 6.30.223.271-3~16.04.2 ADT test failure with linux-hwe-
  edge 4.15.0-23.25~16.04.1

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

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

[Bug 1769404] Re: grub is installed to /dev/sda by default and fails

2018-05-09 Thread Yevhen
** Changed in: ubiquity (Ubuntu)
   Status: New => Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/ubiquity/+question/668780

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

Title:
  grub is installed to /dev/sda by default and fails

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

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

[Bug 1746582] Re: package lvm2 2.02.176-4.1ubuntu2 failed to install/upgrade: installed lvm2 package post-installation script subprocess returned error exit status 1

2018-05-08 Thread Yevhen
In my case I have installed gnome-boxes before, lvm2 was installed as
dependency. Then I removed gnome-boxes and made apt autoremove. I think
after that the issue appeared for me.

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

Title:
  package lvm2 2.02.176-4.1ubuntu2 failed to install/upgrade: installed
  lvm2 package post-installation script subprocess returned error exit
  status 1

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

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

[Bug 1746582] Re: package lvm2 2.02.176-4.1ubuntu2 failed to install/upgrade: installed lvm2 package post-installation script subprocess returned error exit status 1

2018-05-08 Thread Yevhen
I think I have found possible flow to reproduce the issue and workaround
to fix it:

1) sudo apt install lvm2

Here installation finishes successfully.

2) sudo apt remove lvm2

3) sudo apt install lvm2

Here this issue appears.

4) sudo apt purge lvm2

5) sudo apt install lvm2

Here the issue disappears and installation finishes successfully.

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

Title:
  package lvm2 2.02.176-4.1ubuntu2 failed to install/upgrade: installed
  lvm2 package post-installation script subprocess returned error exit
  status 1

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

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

[Bug 1746582] Re: package lvm2 2.02.176-4.1ubuntu2 failed to install/upgrade: installed lvm2 package post-installation script subprocess returned error exit status 1

2018-05-08 Thread Yevhen
After that any "apt install" and also "apt upgrade" happens with this
error.

sudo apt upgrade 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
7 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] 
Setting up lvm2 (2.02.176-4.1ubuntu3) ...
update-initramfs: deferring update (trigger activated)
Failed to restart lvm2-lvmetad.service: Unit lvm2-lvmetad.socket is masked.
invoke-rc.d: initscript lvm2-lvmetad, action "restart" failed.
● lvm2-lvmetad.service - LVM2 metadata daemon
   Loaded: loaded (/lib/systemd/system/lvm2-lvmetad.service; static; vendor 
preset: enabled)
   Active: inactive (dead)
 Docs: man:lvmetad(8)
dpkg: error processing package lvm2 (--configure):
 installed lvm2 package post-installation script subprocess returned error exit 
status 1
dpkg: dependency problems prevent configuration of libguestfs0:amd64:
 libguestfs0:amd64 depends on lvm2; however:
  Package lvm2 is not configured yet.

dpkg: error processing package libguestfs0:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libguestfs-reiserfs:amd64:
 libguestfs-reiserfs:amd64 depends on libguestfs0 (= 1:1.36.13-1ubuntu3); 
however:
  Package libguestfs0:amd64 is not configured yet.

No apport report written because the error message indicates its a followup 
error from a previous failure.
  No apport report written because the error message 
indicates its a followup error from a previous failure.
No apport report written 
because MaxReports is reached already
  dpkg: error processing package 
libguestfs-reiserfs:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libguestfs-perl:
 libguestfs-perl depends on libguestfs0 (= 1:1.36.13-1ubuntu3); however:
  Package libguestfs0:amd64 is not configured yet.

dpkg: error processing package libguestfs-perl (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libguestfs-hfsplus:amd64:
 libguestfs-hfsplus:amd64 depends on libguestfs0 (= 1:1.36.13-1ubuntu3); 
however:
  Package libguestfs0:amd64 is not configured yet.

dpkg: error processing package libguestfs-hfsplus:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libguestfs-tools:
 libguestfs-tools depends on libguestfs0 (= 1:1.36.13-1ubuntu3); however:
  Package libguestfs0:amd64 is not configured yet.
 libguestfs-tools dependNo apport report written because MaxReports is reached 
already
  No apport report written because MaxReports is reached already
s on 
libguestfs-perl (= 1:1.36.13-1ubuntu3); however:
  Package libguestfs-perl is not configured yet.

dpkg: error processing package libguestfs-tools (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libguestfs-xfs:amd64:
 libguestfs-xfs:amd64 depends on libguestfs0 (= 1:1.36.13-1ubuntu3); however:
  Package libguestfs0:amd64 is not configured yet.

dpkg: error processing package libguestfs-xfs:amd64 (--configure):
 dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
  Processing 
triggers for initramfs-tools (0.130ubuntu3) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-20-generic
Errors were encountered while processing:
 lvm2
 libguestfs0:amd64
 libguestfs-reiserfs:amd64
 libguestfs-perl
 libguestfs-hfsplus:amd64
 libguestfs-tools
 libguestfs-xfs:amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Title:
  package lvm2 2.02.176-4.1ubuntu2 failed to install/upgrade: installed
  lvm2 package post-installation script subprocess returned error exit
  status 1

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

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

[Bug 1746582] Re: package lvm2 2.02.176-4.1ubuntu2 failed to install/upgrade: installed lvm2 package post-installation script subprocess returned error exit status 1

2018-05-07 Thread Yevhen
Same with me. But already lvm2 (2.02.176-4.1ubuntu3)
I was trying to install vagrant.

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

Title:
  package lvm2 2.02.176-4.1ubuntu2 failed to install/upgrade: installed
  lvm2 package post-installation script subprocess returned error exit
  status 1

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

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

[Bug 1769404] Re: grub is installed to /dev/sda by default and fails

2018-05-07 Thread Yevhen
Hi, Bin Li. Thanks for your answer.

Do you mean it's not possible for ubiquity to identify by itself the
first disk in boot order without touching manually advanced partitioning
tool or there are some other purposes to choose /dev/sda for grub by
default?

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

Title:
  grub is installed to /dev/sda by default and fails

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

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

[Bug 1769404] Re: grub-installer fails during installation

2018-05-07 Thread Yevhen
** Package changed: grub-installer (Ubuntu) => ubiquity (Ubuntu)

** Summary changed:

- grub-installer fails during installation
+ grub is installed to /dev/sda by default and fails

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

Title:
  grub is installed to /dev/sda by default and fails

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

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

[Bug 1769404] Re: grub-installer fails during installation

2018-05-07 Thread Yevhen
** Description changed:

- I choose to install Ubuntu 18.04 on /dev/sdb without opening advanced
- partitioning tool (I don't want to do partitioning manually).
+ I choose to install Ubuntu 18.04 on /dev/sdb. I don't want to do
+ partitioning manually so I don't open advanced partitioning tool.
  
  I expect grub to be installed on same disk. Because my /dev/sdb is SSD
  and it is first in boot list in BIOS, and my /dev/sda is empty HDD and
- I'm not going to install anything on it.
+ I'm not going to install anything on it and going to use it as storage.
  
- But it seems grub-installer tries to install grub on /dev/sda by
- default. It fails to do so. After the failure it suggests to choose
- another disk for grub. I choose /dev/sdb and it still fails.
+ But it seems grub-installer tries to install grub on /dev/sda by default. 
There are 2 cases:
+  
+ 1) If /dev/sda has no partition grub-installer fails. After the failure it 
suggests to choose another disk for grub. I choose /dev/sdb and it still fails.
+ 
+ 2) If /dev/sda has any partition Ubuntu installation finishes
+ successfully. But it doesn't boot after installation. I see only black
+ screen with cursor blinking.
  
  The workaround I found is to open advanced partitioning tool, change
  grub installation disk to /dev/sdb, go back, and again choose Ubuntu
  installation on /dev/sdb.
  
  All logs attached here are from VirtualBox where I have reproduced the
- issue.
+ issue with grub-installer failure. I've reproduced second case as well
+ but I'm not sure how to collect logs in this case.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubiquity 18.04.14
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CasperVersion: 1.394
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May  6 00:21:57 2018
  InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
   LANGUAGE=en_US.UTF-8
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   LC_NUMERIC=C.UTF-8
  SourcePackage: grub-installer
  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/1769404

Title:
  grub-installer fails during installation

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

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

[Bug 1769404] Re: grub-installer fails during installation

2018-05-06 Thread Yevhen
** Description changed:

  I choose to install Ubuntu 18.04 on /dev/sdb without opening advanced
- partitioning tool.
+ partitioning tool (I don't want to do partitioning manually).
  
  I expect grub to be installed on same disk. Because my /dev/sdb is SSD
  and it is first in boot list in BIOS, and my /dev/sda is empty HDD and
  I'm not going to install anything on it.
  
  But it seems grub-installer tries to install grub on /dev/sda by
  default. It fails to do so. After the failure it suggests to choose
  another disk for grub. I choose /dev/sdb and it still fails.
  
  The workaround I found is to open advanced partitioning tool, change
  grub installation disk to /dev/sdb, go back, and again choose Ubuntu
  installation on /dev/sdb.
  
  All logs attached here are from VirtualBox where I have reproduced the
  issue.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubiquity 18.04.14
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CasperVersion: 1.394
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May  6 00:21:57 2018
  InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
   LANGUAGE=en_US.UTF-8
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   LC_NUMERIC=C.UTF-8
  SourcePackage: grub-installer
  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/1769404

Title:
  grub-installer fails during installation

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

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

[Bug 1769404] Re: grub-installer fails during installation

2018-05-06 Thread Yevhen
** Description changed:

  I choose to install Ubuntu 18.04 on /dev/sdb without opening advanced
- partitioning tool. I expect grub to be installed on same partition. But
- it seems grub-installer tries to install grub on /dev/sda by default. It
- fails to do so.
+ partitioning tool.
+ 
+ I expect grub to be installed on same disk. Because my /dev/sdb is SSD
+ and it is first in boot list in BIOS, and my /dev/sda is empty HDD and
+ I'm not going to install anything on it.
+ 
+ But it seems grub-installer tries to install grub on /dev/sda by
+ default. It fails to do so. After the failure it suggests to choose
+ another disk for grub. I choose /dev/sdb and it still fails.
  
  The workaround I found is to open advanced partitioning tool, change
- grub installation partition to /dev/sdb, go back, and again choose
- Ubuntu installation on /dev/sdb
+ grub installation disk to /dev/sdb, go back, and again choose Ubuntu
+ installation on /dev/sdb.
+ 
+ All logs attached here are from VirtualBox where I have reproduced the
+ issue.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubiquity 18.04.14
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CasperVersion: 1.394
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May  6 00:21:57 2018
  InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
-  LANGUAGE=en_US.UTF-8
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  LC_NUMERIC=C.UTF-8
+  LANGUAGE=en_US.UTF-8
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  LC_NUMERIC=C.UTF-8
  SourcePackage: grub-installer
  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/1769404

Title:
  grub-installer fails during installation

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

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

[Bug 1769404] [NEW] grub-installer fails during installation

2018-05-05 Thread Yevhen
Public bug reported:

I choose to install Ubuntu 18.04 on /dev/sdb without opening advanced
partitioning tool. I expect grub to be installed on same partition. But
it seems grub-installer tries to install grub on /dev/sda by default. It
fails to do so.

The workaround I found is to open advanced partitioning tool, change
grub installation partition to /dev/sdb, go back, and again choose
Ubuntu installation on /dev/sdb

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Sun May  6 00:21:57 2018
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubiquity-18.04.14 ubuntu

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

Title:
  grub-installer fails during installation

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

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

[Bug 1741447] Re: Unity / Compiz in a crash loop after login, after mesa updates of 2018-01-04

2018-01-08 Thread Yevhen
The same problem (Ubuntu 16.04). Unusable desktop after recent update.

ppa:paulo-miguel-dias/pkppa   works for me. No more crashes.

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

Title:
  Unity / Compiz in a crash loop after login, after mesa updates of
  2018-01-04

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

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

[Bug 1525969] Re: Brightness Hotkeys FN (F5, F6) not working in Asus F555L

2016-05-23 Thread yevhen
I did a Video . 
https://www.youtube.com/watch?v=AeF02zoLQi0
Sorry that my English is so pur.

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

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] Re: Brightness Hotkeys FN (F5, F6) not working in Asus F555L

2016-05-23 Thread yevhen
** Changed in: linux (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1584947] [NEW] I have the same issue

2016-05-23 Thread yevhen
Public bug reported:

I have Asus F555L

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

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

Title:
  I have the same issue

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

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


[Bug 1573453] Re: gnome-software cant find libgs_plugin_xdg_app_reviews.so

2016-04-27 Thread yevhen
*** This bug is a duplicate of bug 1573052 ***
https://bugs.launchpad.net/bugs/1573052

#10 and then reboot and will be worked, bat wenn i launch from terminal
i have  still the error

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

Title:
  gnome-software cant find libgs_plugin_xdg_app_reviews.so

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

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


[Bug 1573453] Re: gnome-software cant find libgs_plugin_xdg_app_reviews.so

2016-04-22 Thread yevhen
I have the same issue.

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

Title:
  gnome-software cant find libgs_plugin_xdg_app_reviews.so

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

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


[Bug 1525969] Re: Brightness Hotkeys FN (F5, F6) not working in Asus F555L

2015-12-18 Thread yevhen
I have no idea.

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

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] Re: Brightness Hotkeys FN (F5, F6) not working in Asus F555L

2015-12-17 Thread yevhen
the latest kernel did not fix this  issue

kernel-fixed-upstream
kernel-fixed-upstream-4.4.0-040400rc5-generic

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

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] Re: Brightness Hotkeys FN (F5, F6) not working in Asus F555L

2015-12-17 Thread yevhen
i can adjust the backligh wenn i click on Power Settings then screen
brightness ...

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

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] [NEW] Brightness Hotkeys FN (F5, F6) not working in Asus F555L

2015-12-14 Thread yevhen
Public bug reported:

Core i5-5200U, 2,7GHz, 8GB RAM, 500GB HDD, NVIDIA GF 940M

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

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

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] PulseList.txt

2015-12-14 Thread yevhen
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1525969/+attachment/4534602/+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/1525969

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] Re: Brightness Hotkeys FN (F5, F6) not working in Asus F555L

2015-12-14 Thread yevhen
** Description changed:

  Core i5-5200U, 2,7GHz, 8GB RAM, 500GB HDD, NVIDIA GF 940M
+ 
+ uname -a
+ Linux baidiuk 4.2.0-19-generic #23-Ubuntu SMP Wed Nov 11 11:39:30 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux
+ 
+ ~$ sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
+ X555LB.505
+ 08/24/2015

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

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] ProcModules.txt

2015-12-14 Thread yevhen
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1525969/+attachment/4534601/+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/1525969

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] ProcInterrupts.txt

2015-12-14 Thread yevhen
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1525969/+attachment/4534600/+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/1525969

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] JournalErrors.txt

2015-12-14 Thread yevhen
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1525969/+attachment/4534596/+files/JournalErrors.txt

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

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] CurrentDmesg.txt

2015-12-14 Thread yevhen
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1525969/+attachment/4534594/+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/1525969

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] RfKill.txt

2015-12-14 Thread yevhen
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1525969/+attachment/4534603/+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/1525969

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] UdevDb.txt

2015-12-14 Thread yevhen
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1525969/+attachment/4534604/+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/1525969

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] WifiSyslog.txt

2015-12-14 Thread yevhen
apport information

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

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => yevhen (y-baidiuk)

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

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] Re: Brightness Hotkeys FN (F5, F6) not working in Asus F555L

2015-12-14 Thread yevhen
apport information

** Tags added: apport-collected wily

** Description changed:

  Core i5-5200U, 2,7GHz, 8GB RAM, 500GB HDD, NVIDIA GF 940M
  
  uname -a
  Linux baidiuk 4.2.0-19-generic #23-Ubuntu SMP Wed Nov 11 11:39:30 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux
  
  ~$ sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
  X555LB.505
  08/24/2015
+ --- 
+ ApportVersion: 2.19.1-0ubuntu5
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  yevhen 2338 F pulseaudio
+  /dev/snd/controlC0:  yevhen 2338 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 15.10
+ HibernationDevice: RESUME=UUID=a4a0847f-abca-4a89-b8e3-a0a4bfba845c
+ InstallationDate: Installed on 2015-11-28 (16 days ago)
+ InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
+  Bus 001 Device 003: ID 0bda:57b5 Realtek Semiconductor Corp. 
+  Bus 001 Device 002: ID 248a:8564  
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: ASUSTeK COMPUTER INC. X555LB
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic.efi.signed 
root=UUID=cb214afc-47f5-4e1e-9d00-77f967de126f ro quiet splash 
acpi_backlight=vendor vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
+ RelatedPackageVersions:
+  linux-restricted-modules-4.2.0-19-generic N/A
+  linux-backports-modules-4.2.0-19-generic  N/A
+  linux-firmware1.149.3
+ Tags:  wily
+ UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
+ Uname: Linux 4.2.0-19-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 08/24/2015
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: X555LB.505
+ dmi.board.asset.tag: ATN12345678901234567
+ dmi.board.name: X555LB
+ dmi.board.vendor: ASUSTeK COMPUTER INC.
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: ATN12345678901234567
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: ASUSTeK COMPUTER INC.
+ dmi.chassis.version: 1.0
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX555LB.505:bd08/24/2015:svnASUSTeKCOMPUTERINC.:pnX555LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX555LB:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
+ dmi.product.name: X555LB
+ dmi.product.version: 1.0
+ dmi.sys.vendor: ASUSTeK COMPUTER INC.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1525969/+attachment/4534592/+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/1525969

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] ProcCpuinfo.txt

2015-12-14 Thread yevhen
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1525969/+attachment/4534598/+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/1525969

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] Lspci.txt

2015-12-14 Thread yevhen
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1525969/+attachment/4534597/+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/1525969

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] CRDA.txt

2015-12-14 Thread yevhen
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1525969/+attachment/4534593/+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/1525969

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] IwConfig.txt

2015-12-14 Thread yevhen
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1525969/+attachment/4534595/+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/1525969

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1525969] ProcEnviron.txt

2015-12-14 Thread yevhen
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1525969/+attachment/4534599/+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/1525969

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1220426] Re: [nvidia-prime]Freeze while using touchpad

2015-09-03 Thread yevhen
ГАВНО

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

Title:
  [nvidia-prime]Freeze while using touchpad

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

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