[Bug 2022879] Re: No sound from Woofer speaker of Asus Zephyrus G14 2023

2024-02-25 Thread Yan Love
The sweet-spot now for me is Kernel 6.7.0 and Nvidia Metapackage driver 535 
(proprietary)
With this combo Blender sees the GPU correctly and can use the CUDA and Opti-X 
cores for rendering, and the sound works... The only thing that doesn't work 
like it should is screen brightness adjustment, so I use a code in the terminal 
window:  $ xrandr --output eDP-1 --brightness 0.7   Where eDP-1 is the main 
monitor in use, you can check it easily by opening the display settings, and 
the red box will appear in the upper left corner of the screen with the name of 
your display. 0.7 is the level of brightness 01 is 10% 0.7 is 70% and 1 is 
100%... So this works well for me, as always perfection takes time, and updates 
come with delay, but eventually there will be a big update that works even with 
a new super laptop like Zephyrus, I hate Windows, so I rip it out of my laptop 
as soon as I get my hands on it, like a bad plague hahahah :D and then I just 
find the best Linux distro... This is a Linux forum right? I already forgot 
where I'm typing this, so better go back to rendering and system monitoring... 
Blender 4.1 will be awesome, just beta testing it now... Good work all.. Much 
love and hugs to all... :)

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

Title:
  No sound from Woofer speaker of Asus Zephyrus G14 2023

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


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

[Bug 2022879] Re: No sound from Woofer speaker of Asus Zephyrus G14 2023

2024-02-25 Thread Yan Love
Here's the link for kernel update instructions and the Mainline tool:
https://9to5linux.com/you-can-now-install-linux-kernel-6-7-on-ubuntu-heres-how

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

Title:
  No sound from Woofer speaker of Asus Zephyrus G14 2023

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


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

[Bug 2022879] Re: No sound from Woofer speaker of Asus Zephyrus G14 2023

2024-02-25 Thread Yan Love
I had this problem, and updating to Kernel 6.7.5 fixed it for me. I used
the "Mainline kernel tool" to install the latest Kernel manually, it was
easy and quick.

AMD Ryzen 9 7940HS w/ Radeon 780M Graphics × 8
NVIDIA Corporation AD106M [GeForce RTX 4070 Max-Q / Mobile]

Ubuntu 23.10 Mantic Minotaur (x86-64) Cinnamon version 5.8.4

Kernel 6.7.5-060705-generic


Much Love to all! Thanks :)

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

Title:
  No sound from Woofer speaker of Asus Zephyrus G14 2023

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


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

[Bug 1864020] Re: libvirt.libvirtError: Requested operation is not valid: format of backing image %s of image %s was not specified in the image metadata (See https://libvirt.org/kbase/backing_chains.h

2021-05-17 Thread Shi Yan
We are using the ussuri nova, which already includes the above patch,
but still have the problem to start the instance.

trace logs are as following:

=
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server Traceback (most recent call last):
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server   File 
"/usr/lib/python3/dist-packages/oslo_messaging/rpc/server.py", line 165, in 
_process_incoming
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server res = self.dispatcher.dispatch(message)
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server   File 
"/usr/lib/python3/dist-packages/oslo_messaging/rpc/dispatcher.py", line 276, in 
dispatch
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, 
args)
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server   File 
"/usr/lib/python3/dist-packages/oslo_messaging/rpc/dispatcher.py", line 196, in 
_do_dispatch
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server result = func(ctxt, **new_args)
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server   File 
"/usr/lib/python3/dist-packages/nova/exception_wrapper.py", line 79, in wrapped
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server function_name, call_dict, binary, tb)
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server   File 
"/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server self.force_reraise()
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server   File 
"/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 196, in 
force_reraise
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server six.reraise(self.type_, self.value, self.tb)
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server   File "/usr/lib/python3/dist-packages/six.py", line 
703, in reraise
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server raise value
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server   File 
"/usr/lib/python3/dist-packages/nova/exception_wrapper.py", line 69, in wrapped
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server return f(self, context, *args, **kw)
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server   File 
"/usr/lib/python3/dist-packages/nova/compute/manager.py", line 189, in 
decorated_function
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server "Error: %s", e, instance=instance)
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server   File 
"/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server self.force_reraise()
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server   File 
"/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 196, in 
force_reraise
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server six.reraise(self.type_, self.value, self.tb)
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server   File "/usr/lib/python3/dist-packages/six.py", line 
703, in reraise
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server raise value
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server   File 
"/usr/lib/python3/dist-packages/nova/compute/manager.py", line 159, in 
decorated_function
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server return function(self, context, *args, **kwargs)
  2021-05-18 10:05:32.386 144075 ERROR 
oslo_messaging.rpc.server   File 
"/usr/lib/python3/dist-packages/nova/compute/utils.py", line 1456, in 
decorated_function
  

[Bug 1915619] [NEW] Error: Unsupported server version: '8.0.23-0ubuntu0.20.10.1'

2021-02-13 Thread YAN
Public bug reported:

# innobackupex  --host='192.168.1.70'  --user=root  --password=xx
--no-timestamp ./backup

210213 15:21:18  version_check Connected to MySQL server
210213 15:21:18  version_check Executing a version check against the server...
210213 15:21:18  version_check Done.
210213 15:21:18 Connecting to MySQL server host: 192.168.1.70, user: root, 
password: set, port: not set, socket: not set
Error: Unsupported server version: '8.0.23-0ubuntu0.20.10.1'. Please report a 
bug at https://bugs.launchpad.net/percona-xtrabackup

No LSB modules are available.


Distributor ID: Ubuntu
Description: Ubuntu 20.10
Release: 20.10
Codename: groovy

mysql> status;
--
mysql  Ver 8.0.23-0ubuntu0.20.10.1 for Linux on x86_64 ((Ubuntu))

Connection id:  24531
Current database:
Current user:   root@localhost
SSL:Not in use
Current pager:  stdout
Using outfile:  ''
Using delimiter:;
Server version: 8.0.23-0ubuntu0.20.10.1 (Ubuntu)
Protocol version:   10
Connection: Localhost via UNIX socket
Server characterset:utf8mb4
Db characterset:utf8mb4
Client characterset:utf8mb4
Conn.  characterset:utf8mb4
UNIX socket:/var/run/mysqld/mysqld.sock
Binary data as: Hexadecimal
Uptime: 1 day 19 hours 44 min 2 sec

** Affects: percona-xtrabackup (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/1915619

Title:
  Error: Unsupported server version: '8.0.23-0ubuntu0.20.10.1'

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

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

[Bug 1898830] [NEW] package mongo-tools (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/bsondump', which is also in package mongodb-database-tools 100.2.0

2020-10-07 Thread Min Yan
Public bug reported:

I didn't know exactly what was happened but after I install mongodb,
mongod is not work, Thank you

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: mongo-tools (not installed)
ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60
Uname: Linux 5.4.0-48-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.9
AptOrdering:
 mongo-tools:amd64: Install
 mongodb-clients:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Oct  7 13:48:21 2020
DpkgTerminalLog:
 Preparing to unpack .../mongo-tools_3.6.3-0ubuntu1_amd64.deb ...
 Unpacking mongo-tools (3.6.3-0ubuntu1) ...
 dpkg: error processing archive 
/var/cache/apt/archives/mongo-tools_3.6.3-0ubuntu1_amd64.deb (--unpack):
  trying to overwrite '/usr/bin/bsondump', which is also in package 
mongodb-database-tools 100.2.0
ErrorMessage: trying to overwrite '/usr/bin/bsondump', which is also in package 
mongodb-database-tools 100.2.0
InstallationDate: Installed on 2020-10-05 (1 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: mongo-tools
Title: package mongo-tools (not installed) failed to install/upgrade: trying to 
overwrite '/usr/bin/bsondump', which is also in package mongodb-database-tools 
100.2.0
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package mongo-tools (not installed) failed to install/upgrade: trying
  to overwrite '/usr/bin/bsondump', which is also in package mongodb-
  database-tools 100.2.0

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

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

[Bug 384062] Re: evince-thumbnailer with a 100% CPU usage

2020-08-08 Thread Yan
still there on ubuntu 18.04.5.

@Adam's obervation is correct, deleting the pdf file (converted from
ppt) resolve the problem.

** Attachment added: "nasa2015-NV-AMS_20150421_Posey.pdf"
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/384062/+attachment/5399799/+files/nasa2015-NV-AMS_20150421_Posey.pdf

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

Title:
  evince-thumbnailer with a 100% CPU usage

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

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

[Bug 996916] Re: postgresql packages in the removal blacklist making it hard to upgrade

2020-05-09 Thread Yan-hoose
Ran into this issue when attempting to upgrade from 19.10 to 20.04.

I had to remove postgresql-11-postgis-2.5 for the upgrade to work.

Really strange bug.

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

Title:
  postgresql packages in the removal blacklist making it hard to upgrade

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

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

[Bug 1792294] Re: Generates unbootable initrd: Out of Memory Error

2019-08-20 Thread 殷啟聰 | Kai-Chung Yan
I mean the kernel is bootable is you install 0.131ubuntu15 and
regenerate the initramfs. They have a later version now, hopefully it
fixes the issues as well.

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

Title:
  Generates unbootable initrd: Out of Memory Error

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

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

[Bug 492782] Re: [i945gme] Mouse cursor disappears after restarting screen (xrandr / resume)

2019-04-25 Thread YKY (Yan King Yin)
As of 2019, using Ubuntu 18.04.2 LTS, this bug is still alive... When I
invoke Xrandr the cursor disappears and I have to Alt-Ctrl-F1 and then
Alt-Ctrl-F7 to make the cursor re-appear again.  I'm using a relatively
new BIOSTAR A68N-5600 motherboard newly bought in 2018.

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

Title:
  [i945gme] Mouse cursor disappears after restarting screen (xrandr /
  resume)

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

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

[Bug 1784152] Re: i2c_hid_get_input floods system logs

2019-03-10 Thread Yan Mosyagin
I also confirm that this issue is fixed as of 4.18.0-16-generic.
Changelogs show that the fix is indeed included:
https://launchpad.net/ubuntu/+source/linux/4.18.0-16.17

Thank you, Kai-Heng Feng!

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

Title:
  i2c_hid_get_input floods system logs

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

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

[Bug 1784152] Re: i2c_hid_get_input floods system logs

2019-02-01 Thread Yan Mosyagin
Thanks to your comment I also realized that journald still logs the
dmesg driver spam which results in bloated journald log files as well.
Few more steps is required to alleviate that:

1. sudo vi /etc/systemd/journald.conf
2. Uncomment Storage=auto and change it to Storage=none
3. Uncomment ForwardToSyslog=yes
4. Save the file changes and reboot

This way logs are still forwarded to syslog where i2c_hid messages are
filtered by the blocklist config file but you lose the ability to
monitor logs using e.g. journalctl.

I would like to emphasize that this is a temporary solution which works
pretty well for my purpose but might not be a good fit for others.
Please try to work around this behavior on kernel driver level first
before resorting to syslog/journald shenanigans.

Eagerly looking forward towards a fix for Elan touchpads.

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

Title:
  i2c_hid_get_input floods system logs

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

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

[Bug 1784152] Re: i2c_hid_get_input floods system logs

2019-02-01 Thread Yan Mosyagin
That's a good point but unfortunately unloading and reloading the module
doesn't stop the messages from being produced on my system. Also, until
the issue is fixed, my aim was exactly to filter unnecessary events from
syslog to avoid bloated log files (kern.log and syslog) and unnecessary
events since it was the biggest and probably the only real symptom 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/1784152

Title:
  i2c_hid_get_input floods system logs

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

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

[Bug 1784152] Re: i2c_hid_get_input floods system logs

2019-02-01 Thread Yan Mosyagin
I have the same issue.

Workarounds with driver recompilation are not really a good fit in my
case since they require to set up a build system and also to enroll a
MOK key for unsigned drivers to work because I have Secure Boot enabled.
acpi_osi workaround disables touchpad on my system.

Until the bug is fixed, here's a quicker and easier way to filter these
messages on syslog level inspired by https://askubuntu.com/a/21648:

1. sudo vi /etc/rsyslog.d/01-blocklist.conf (any name after "01-" part
will work)

2. Add this line:

:msg,contains,"i2c_hid_get_input" ~

3. Save the file and restart rsyslog service: sudo systemctl restart
rsyslog

You can make the filter more specific, i.e. filter only "incomplete
report" messages instead of suppressing all output of messages
containing "i2c_hid_get_input" but latter case works just fine for my
purposes.

Hope this helps.

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

Title:
  i2c_hid_get_input floods system logs

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

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

[Bug 1769383] Re: Ubuntu dock/launcher is shown on the lock screen

2018-12-24 Thread Yan Li
While I wholeheartedly agree that we urgently need an official fix, I
also want to point out that

gsettings set org.gnome.shell.extensions.dash-to-dock transparency-mode
FIXED

is an effective workaround for me. On my Cosmic, I have never seen the
dock again on the lock screen. I'm using vanilla Ubuntu docker with no
dash-to-docker or any other customization to the dock.

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

Title:
  Ubuntu dock/launcher is shown on the lock screen

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

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

[Bug 1712866] Re: icons from qt applications disappear after screen lock/sleep

2018-11-29 Thread Yan Li
Also seeing this problem with 18.10 Cosmic. The offending Qt application
is the VirtualBox from Ubuntu repo.

** Tags added: cosmic

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

Title:
  icons from qt applications disappear after screen lock/sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-appindicator/+bug/1712866/+subscriptions

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

[Bug 710262] Re: build-rdeps should support ubuntu distributions and components

2018-11-12 Thread 殷啟聰 | Kai-Chung Yan
For now I can use `--origin Ubuntu --distribution disco` to grep the
`main` archive, but there is no way to include other archive such as
`multiverse` or `universe`.

Would be great to add a new option for including user-defined
"components". Oddly there is one for exclusion, i.e. `--exclude-
component`.

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

Title:
  build-rdeps should support ubuntu distributions and components

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

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

[Bug 1700425] Re: What's the difference between this package and android-tools?

2018-11-05 Thread 殷啟聰 | Kai-Chung Yan
`android-tools` is deprecated, both ADB and `fastboot` have been moved
to `android-platform-system-core`. It's more up-to-date, and it's also
the base of all other Android SDK packages.

We have no plans to provide `adbd` though.

** Changed in: android-platform-system-core (Ubuntu)
   Status: Confirmed => Opinion

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

Title:
  What's the difference between this package and android-tools?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-platform-system-core/+bug/1700425/+subscriptions

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

[Bug 1769444] Re: package android-libbase 1:7.0.0+r33-2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2018-11-05 Thread 殷啟聰 | Kai-Chung Yan
** Changed in: android-platform-system-core (Ubuntu)
   Status: New => Fix Released

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

Title:
  package android-libbase 1:7.0.0+r33-2 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-platform-system-core/+bug/1769444/+subscriptions

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

[Bug 1753457] Re: These binaries are old, please update it

2018-11-05 Thread 殷啟聰 | Kai-Chung Yan
** Changed in: android-platform-system-core (Ubuntu)
   Status: New => Fix Released

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

Title:
  These binaries are old, please update it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-platform-system-core/+bug/1753457/+subscriptions

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

[Bug 1792294] Re: Generates unbootable initrd: Out of Memory Error

2018-10-19 Thread 殷啟聰 | Kai-Chung Yan
This bug seems to be fixed in the latest release (0.131ubuntu15).

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

Title:
  Generates unbootable initrd: Out of Memory Error

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

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

[Bug 1792294] [NEW] Generates unbootable initrd: Out of Memory Error

2018-09-12 Thread 殷啟聰 | Kai-Chung Yan
Public bug reported:

I am currently using Cosmic (which is not released yet) and version
0.131ubuntu10 of "initramfs-tools" always generates unbootable initrd.
After I select the kernel to boot during GRUB it says: "Loading initial
ramdisk... Error: Out of memory". And then it halts forever.

This issue appears on all kernel versions.

The system is on UEFI + GPT.

Note that I don't have a swap partition on my system, but I don't think
it's the cause.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: initramfs-tools 0.131ubuntu10
ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
Uname: Linux 4.15.0-34-generic x86_64
ApportVersion: 2.20.10-0ubuntu9
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Thu Sep 13 13:36:35 2018
InstallationDate: Installed on 2018-09-12 (0 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
PackageArchitecture: all
SourcePackage: initramfs-tools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug cosmic

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

Title:
  Generates unbootable initrd: Out of Memory Error

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

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

[Bug 1766945] Re: (EFI on top of legacy install) choosing "replace" or "resize" options in partitioning may lead to an install failure

2018-08-19 Thread Yan
** Changed in: ubiquity (Ubuntu)
 Assignee: Łukasz Zemczak (sil2100) => Yan (biily)

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

Title:
  (EFI on top of legacy install) choosing "replace" or "resize" options
  in partitioning may lead to an install failure

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

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

[Bug 1786046] Re: Bypass Login Screen by replugging in external monitors

2018-08-13 Thread yan
apport information

** Tags added: apport-collected bionic

** Description changed:

  I found a bug in ubuntu At the login screen
  
  buster/sid
  Linux 4.15.0-24-generic #26-Ubuntu SMP Wed Jun 13 08:44:47 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux
  
  I use my work laptop and today when I came back to office I connected both my 
external monitor.
  1 HDMI cable and 1 Mini display port cable.
  
  Then I realize one screen on the right had my login screen prompting for
  password and the left monitor was unlock, I was able to navigate the
  mouse and use the computer just fine. However all the keyboard input was
  sent to the password prompt.
  
  I did the test a couple time and each time I was able to reproduce the
  issue.
  
  #1: Lock the computer
  #2: Disconnect both external monitor
  #3: Reconnect external monitor ( my sequence was HDMI -> Display port )
  #4: You've bypass the login screen.
  
  When doing the demo to my colleague I was able to completely bypass the
  login screen on both screen and had complete mouse and keyboard input.
  At that time I was not able anymore to lock my session. I had to reboot
  the laptop.
  
  
  Laptop model:
  Manufacturer: LENOVO
  Product Name: 20FN002VCA
  Version: ThinkPad T460
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.2
+ Architecture: amd64
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2018-04-30 (104 days ago)
+ InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
+ Package: gdm3 3.28.2-0ubuntu1.3
+ PackageArchitecture: amd64
+ ProcEnviron:
+  LANGUAGE=en_CA
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=en_CA.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
+ Tags:  bionic
+ Uname: Linux 4.15.0-30-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1786046/+attachment/5174711/+files/Dependencies.txt

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

Title:
  Bypass Login Screen by replugging in external monitors

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

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

[Bug 1786046] ProcCpuinfoMinimal.txt

2018-08-13 Thread yan
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1786046/+attachment/5174712/+files/ProcCpuinfoMinimal.txt

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

Title:
  Bypass Login Screen by replugging in external monitors

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

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

[Bug 1784065] [NEW] package libglib2.0-0 2.48.2-0ubuntu3 failed to install/upgrade: triggers ci file contains unknown directive `interest-await'

2018-07-27 Thread Yan Birch
Public bug reported:

Package failed to install.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libglib2.0-0 2.48.2-0ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-131.157-generic 4.4.134
Uname: Linux 4.4.0-131-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
Date: Fri Jul 27 18:31:08 2018
DuplicateSignature:
 package:libglib2.0-0:2.48.2-0ubuntu3
 Preparing to unpack .../libglib2.0-0_2.48.2-0ubuntu3_amd64.deb ...
 dpkg: error processing archive 
/var/cache/apt/archives/libglib2.0-0_2.48.2-0ubuntu3_amd64.deb (--unpack):
  triggers ci file contains unknown directive `interest-await'
ErrorMessage: triggers ci file contains unknown directive `interest-await'
InstallationDate: Installed on 2015-03-31 (1213 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.4
 apt  1.2.27
SourcePackage: glib2.0
Title: package libglib2.0-0 2.48.2-0ubuntu3 failed to install/upgrade: triggers 
ci file contains unknown directive `interest-await'
UpgradeStatus: Upgraded to xenial on 2018-07-27 (0 days ago)

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package libglib2.0-0 2.48.2-0ubuntu3 failed to install/upgrade:
  triggers ci file contains unknown directive `interest-await'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1784065/+subscriptions

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

[Bug 1774573] [NEW] package apport 2.20.7-0ubuntu3.7 failed to install/upgrade: subprocess new pre-removal script returned error exit status 127

2018-05-31 Thread Yan Yang
Public bug reported:

The computer prompted me an error when I start it today. I don't know
what else happened.

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: apport 2.20.7-0ubuntu3.7
ProcVersionSignature: Ubuntu 4.13.0-39.44-generic 4.13.16
Uname: Linux 4.13.0-39-generic x86_64
ApportLog:
 
ApportVersion: 2.20.7-0ubuntu3.7
AptOrdering:
 python3-apport:amd64: Install
 apport:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CrashReports: 600:0:119:103009:2018-06-01 00:27:18.217459917 -0400:2018-06-01 
00:27:19.217459917 -0400:/var/crash/apport.0.crash
Date: Fri Jun  1 00:27:19 2018
ErrorMessage: subprocess new pre-removal script returned error exit status 127
InstallationDate: Installed on 2018-04-03 (59 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
PackageArchitecture: all
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.18.24ubuntu1
 apt  1.5.1
SourcePackage: apport
Title: package apport 2.20.7-0ubuntu3.7 failed to install/upgrade: subprocess 
new pre-removal script returned error exit status 127
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package artful

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

Title:
  package apport 2.20.7-0ubuntu3.7 failed to install/upgrade: subprocess
  new pre-removal script returned error exit status 127

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

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

[Bug 1734810] Re: Windows guest virtual PC running abnormally slow

2018-02-20 Thread Yan Vugenfirer
I am constantly running Windows 10 and Windows Server 2016 and I don't
experience specific slowdowns.

QEMU command line is needed to understand the specific setup that might
be problematic.

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

Title:
  Windows guest virtual PC running abnormally slow

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

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

[Bug 1745814] Re: Kubuntu crashes repeatedly without error notices

2018-02-12 Thread yan
It seems this bug is fixed in the mainline kernel, since I installed
Kernel 4.15, the problem did not reappear again.

** Tags added: kernel-fixed-upstream

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

Title:
  Kubuntu crashes repeatedly without error notices

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

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

[Bug 1745814] Re: Kubuntu crashes repeatedly without error notices

2018-01-30 Thread yan
Re: #5

I just installed Kernel v4.15 and will see what happens. I will report
back as soon as the problem appears or, if not, in a week or so.

Kernel v4.15 seems to fix another problem I had with an external
monitor, great..

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

Title:
  Kubuntu crashes repeatedly without error notices

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

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

[Bug 1745814] Re: Kubuntu crashes repeatedly without error notices

2018-01-29 Thread yan
Apport also aborts with an error:

$ apport-collect 1745814
dpkg-query: Kein Paket gefunden, das auf linux passt
Traceback (most recent call last):
  File "/usr/share/apport/apport-kde", line 530, in 
sys.exit(UserInterface.run_argv())
  File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 658, in run_argv
return self.run_update_report()
  File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 574, in 
run_update_report
response = self.ui_present_report_details(allowed_to_report)
  File "/usr/share/apport/apport-kde", line 367, in ui_present_report_details
desktop_info)
  File "/usr/share/apport/apport-kde", line 184, in __init__
self.ui.ui_update_view(self)
  File "/usr/share/apport/apport-kde", line 358, in ui_update_view
QTreeWidgetItem(keyitem, [str(line)])
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 
21: ordinal not in range(128)
Segmentation fault (core dumped)

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

Title:
  Kubuntu crashes repeatedly without error notices

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

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

[Bug 1745814] Re: Kubuntu crashes repeatedly without error notices

2018-01-28 Thread yan
Regarding the package: The problem is that I have no idea what causes
the crash because there is no error message. That is why I filed the
report for Ubuntu in general. I hope that is ok.

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

Title:
  Kubuntu crashes repeatedly without error notices

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

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

[Bug 1745814] [NEW] Kubuntu crashes repeatedly without error notices

2018-01-28 Thread yan
Public bug reported:

Since about two weeks my system has repeatedly crashed completely
without any error notice. The screen freezes and no keys respond. I have
to shut down the computer pushing the button to turn it on for a couple
of seconds. On reboot, I usually get the error message

PXE-E61: Media test failure, check cable
PXE-M0F: Exiting Intel Boot Agent

But usually Kubuntu boots after that without problems. Sometimes I have
to Ctrl+Alt+Del to get boot going.

I have no idea what causes the crash, it happens suddenly and without
any hint about what triggers it. I attach the content of /var/log/syslog
right before the crash from a couple of times it happened.

I am running Kubuntu 16.04.3 LTS with Kernel 4.13.0-31 on a ThinkPad
T460s.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: bot-comment

** Attachment added: "Output of Syslog after reboot right after crashes"
   
https://bugs.launchpad.net/bugs/1745814/+attachment/5044397/+files/freezes-syslog-after-reboot

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

Title:
  Kubuntu crashes repeatedly without error notices

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

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

[Bug 1682077] Re: nested KVM fails - KVM: entry failed, hardware error 0x0

2018-01-26 Thread Yan Chen
Running into the same as well.
Is there any workaround on this?

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

Title:
  nested KVM fails  - KVM: entry failed, hardware error 0x0

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

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

[Bug 1744883] [NEW] package linux-image-extra-4.4.0-109-generic 4.4.0-109.132 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2018-01-23 Thread Frank Yan
Public bug reported:

Always happen when I start my ubuntu kylin 16.04 LTS, 5 times or more.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-extra-4.4.0-109-generic 4.4.0-109.132
ProcVersionSignature: Ubuntu 4.4.0-112.135-generic 4.4.98
Uname: Linux 4.4.0-112-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gdm1353 F pulseaudio
  frank  1860 F pulseaudio
 /dev/snd/controlC1:  gdm1353 F pulseaudio
  frank  1860 F pulseaudio
Date: Thu Jan 18 13:40:27 2018
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
HibernationDevice: RESUME=UUID=bea42c5f-f493-4ded-9704-52833b6dc9ef
InstallationDate: Installed on 2018-01-17 (6 days ago)
InstallationMedia: Ubuntu-Kylin 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
MachineType: Hewlett-Packard HP 256 G3 Notebook PC
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-112-generic 
root=UUID=fd3e0cde-fd4b-4b8b-8c73-cbef1e126db4 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.15
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: initramfs-tools
Title: package linux-image-extra-4.4.0-109-generic 4.4.0-109.132 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/21/2014
dmi.bios.vendor: Insyde
dmi.bios.version: F.18
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 2212
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 86.28
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.18:bd05/21/2014:svnHewlett-Packard:pnHP256G3NotebookPC:pvr097810205F0610181:rvnHewlett-Packard:rn2212:rvr86.28:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP 256 G3 Notebook PC
dmi.product.version: 097810205F0610181
dmi.sys.vendor: Hewlett-Packard

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package linux-image-extra-4.4.0-109-generic 4.4.0-109.132 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

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

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

Re: [Bug 1583801] Re: No sound via headphones (headset) when Ubuntu boots with them plugged in

2017-12-29 Thread Chunxiang Yan
I believe the problem is kernel related, with the kernel 4.14 the problem
is gone.

Best regards,
Chunxiang Yan

On Fri, Dec 29, 2017 at 8:59 PM, Krešo Kunjas <der...@ubuntu-hr.org>
wrote:

> Well i have upgraded to 17.10, and problem dissapeared. Now it always
> works. But i have tried some other fixes before, so i cannot know if al
> of them are also needed.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1583801
>
> Title:
>   No sound via headphones (headset) when Ubuntu boots with them plugged
>   in
>
> Status in alsa-driver package in Ubuntu:
>   Confirmed
>
> Bug description:
>   The bug is twofold, first when computer boots if the headset
>   (headphones with built-in mic, one audio jack) is plugged in, then
>   there is no sound (via headphones or otherwise). If you plug
>   headphones out and back in, then it usually works as expected.
>
>   The second scenario is the same, except that plugging out and back in
>   again doesn't help. In that case, I just restart the laptop, then plug
>   them back in again and it works.
>
>   In all cases, microphone works.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: alsa-base 1.0.25+dfsg-0ubuntu5
>   ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
>   Uname: Linux 4.4.0-22-generic x86_64
>   NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
>   ApportVersion: 2.20.1-0ubuntu2
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC0:  crunch 3248 F pulseaudio
>   CurrentDesktop: Unity
>   Date: Thu May 19 22:13:20 2016
>   InstallationDate: Installed on 2016-05-07 (12 days ago)
>   InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64
> (20160420.1)
>   PackageArchitecture: all
>   SourcePackage: alsa-driver
>   Symptom: audio
>   Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
>   Symptom_Card: Built-in Audio - HDA Intel PCH
>   Symptom_DevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC0:  crunch 3248 F pulseaudio
>   Symptom_Jack: Black Headphone Out, Left
>   Symptom_Type: No sound at all
>   Title: [XPS 15 9550, Realtek ALC3266, Black Headphone Out, Left] No
> sound at all
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 04/07/2016
>   dmi.bios.vendor: Dell Inc.
>   dmi.bios.version: 01.02.00
>   dmi.board.name: 0N7TVV
>   dmi.board.vendor: Dell Inc.
>   dmi.board.version: A00
>   dmi.chassis.type: 9
>   dmi.chassis.vendor: Dell Inc.
>   dmi.modalias: dmi:bvnDellInc.:bvr01.02.00:bd04/07/2016:svnDellInc.:
> pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
>   dmi.product.name: XPS 15 9550
>   dmi.sys.vendor: Dell Inc.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+
> bug/1583801/+subscriptions
>

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

Title:
  No sound via headphones (headset) when Ubuntu boots with them plugged
  in

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

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

[Bug 1699534] [NEW] package linux-firmware 1.157.8 failed to install/upgrade: package linux-firmware is not ready for configuration cannot configure (current status 'half-installed')

2017-06-21 Thread liping yan
Public bug reported:

..

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-firmware 1.157.8
ProcVersionSignature: Ubuntu 4.8.0-56.61~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-56-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
Date: Wed Jun 21 13:33:05 2017
Dependencies:
 
DuplicateSignature:
 package:linux-firmware:1.157.8
 Processing triggers for libc-bin (2.23-0ubuntu9) ...
 dpkg: error processing package linux-firmware (--configure):
  package linux-firmware is not ready for configuration
ErrorMessage: package linux-firmware is not ready for configuration  cannot 
configure (current status 'half-installed')
InstallationDate: Installed on 2017-06-15 (6 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: linux-firmware
Title: package linux-firmware 1.157.8 failed to install/upgrade: package 
linux-firmware is not ready for configuration  cannot configure (current status 
'half-installed')
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package linux-firmware 1.157.8 failed to install/upgrade: package
  linux-firmware is not ready for configuration  cannot configure
  (current status 'half-installed')

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

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


[Bug 1699042] [NEW] package udev 229-4ubuntu17 failed to install/upgrade: package udev is already installed and configured

2017-06-20 Thread liping yan
Public bug reported:

I am actually not quite sure how does this bug happen.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: udev 229-4ubuntu17
ProcVersionSignature: Ubuntu 4.8.0-54.57~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-54-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
Date: Tue Jun 20 09:17:36 2017
DuplicateSignature:
 package:udev:229-4ubuntu17
 Unpacking mythes-en-au (2.1-5.4) ...
 dpkg: error processing package udev (--configure):
  package udev is already installed and configured
ErrorMessage: package udev is already installed and configured
InstallationDate: Installed on 2017-06-15 (4 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
MachineType: Hewlett-Packard HP ProBook 4441s
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-54-generic 
root=UUID=370f70ea-86ad-4d49-ae13-6586b1d44b4e ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: systemd
Title: package udev 229-4ubuntu17 failed to install/upgrade: package udev is 
already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/07/2013
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68IRR Ver. F.43
dmi.board.name: 17F3
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 58.20
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68IRRVer.F.43:bd10/07/2013:svnHewlett-Packard:pnHPProBook4441s:pvrA1019D1105:rvnHewlett-Packard:rn17F3:rvrKBCVersion58.20:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP ProBook 4441s
dmi.product.version: A1019D1105
dmi.sys.vendor: Hewlett-Packard

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


** Tags: already-installed amd64 apport-package xenial

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

Title:
  package udev 229-4ubuntu17 failed to install/upgrade: package udev is
  already installed and configured

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

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


[Bug 1583801] Re: No sound via headphones (headset) when Ubuntu boots with them plugged in

2017-05-20 Thread Chunxiang Yan
I can also confirm this bug. I have a dell 7560 with ALC3246. I tried
14.04, 16.04, 17.04 and None of them works.

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

Title:
  No sound via headphones (headset) when Ubuntu boots with them plugged
  in

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

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


[Bug 1679723] [NEW] package linux-image-generic 4.4.0.72.78 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2017-04-04 Thread Pedro Yan Fei Chau
Public bug reported:

Automatic update fail

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-generic 4.4.0.72.78
ProcVersionSignature: Ubuntu 4.4.0-71.92-generic 4.4.49
Uname: Linux 4.4.0-71-generic i686
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  feichau2102 F pulseaudio
Date: Tue Apr  4 11:46:00 2017
DpkgHistoryLog:
 Start-Date: 2017-04-04  11:44:37
 Commandline: /usr/bin/unattended-upgrade
 Install: linux-headers-4.4.0-72-generic:i386 (4.4.0-72.93, automatic), 
linux-headers-4.4.0-72:i386 (4.4.0-72.93, automatic), 
linux-image-4.4.0-72-generic:i386 (4.4.0-72.93, automatic), 
linux-image-extra-4.4.0-72-generic:i386 (4.4.0-72.93, automatic)
 Upgrade: linux-headers-generic:i386 (4.4.0.71.77, 4.4.0.72.78), 
linux-libc-dev:i386 (4.4.0-71.92, 4.4.0-72.93), linux-image-generic:i386 
(4.4.0.71.77, 4.4.0.72.78), linux-generic:i386 (4.4.0.71.77, 4.4.0.72.78)
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
HibernationDevice: RESUME=UUID=49aab6d3-db3c-497a-b453-45f38f47bab2
InstallationDate: Installed on 2015-11-20 (501 days ago)
InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Release i386 (20151021)
IwConfig:
 enp0s3no wireless extensions.
 
 lono wireless extensions.
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: innotek GmbH VirtualBox
ProcFB: 0 vboxdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-71-generic 
root=/dev/mapper/lubuntu--vg-root ro locale=pt_BR quiet splash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.6
RfKill:
 
SourcePackage: initramfs-tools
Title: package linux-image-generic 4.4.0.72.78 failed to install/upgrade: 
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
UpgradeStatus: Upgraded to xenial on 2016-05-24 (314 days ago)
dmi.bios.date: 12/01/2006
dmi.bios.vendor: innotek GmbH
dmi.bios.version: VirtualBox
dmi.board.name: VirtualBox
dmi.board.vendor: Oracle Corporation
dmi.board.version: 1.2
dmi.chassis.type: 1
dmi.chassis.vendor: Oracle Corporation
dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
dmi.product.name: VirtualBox
dmi.product.version: 1.2
dmi.sys.vendor: innotek GmbH

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 xenial

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

Title:
  package linux-image-generic 4.4.0.72.78 failed to install/upgrade:
  run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return
  code 1

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

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


[Bug 1665295] [NEW] package libreoffice-impress 1:4.2.8-0ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2017-02-16 Thread Yan
Public bug reported:

I interrupted the autoupdate

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libreoffice-impress 1:4.2.8-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
Uname: Linux 4.4.0-62-generic i686
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
Date: Tue Feb 14 22:43:26 2017
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
InstallationDate: Installed on 2016-03-06 (347 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: libreoffice
Title: package libreoffice-impress 1:4.2.8-0ubuntu4 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 third-party-packages xenial

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

Title:
  package libreoffice-impress 1:4.2.8-0ubuntu4 failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 1

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2017-02-03 Thread yan
Any more ideas? Please? I'm about to throw my notebook against wall
every time I use it at home - which is 90% of the time.

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1451808] Re: apport-collect error: No module named PyQt5.QtCore

2017-01-23 Thread yan
Workaround from #10 works. Seems to be a missing dependency then.

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

Title:
  apport-collect error: No module named PyQt5.QtCore

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

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


[Bug 1566987] ProcEnviron.txt

2017-01-23 Thread yan
apport information

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2017-01-23 Thread yan
apport information

** Tags added: apport-collected xenial

** Description changed:

  In a fresh install of Kubuntu 16.04 on a ThinkPad t460s, I can connect
  wireless to the local WLAN, but I don't have an internet connection. A
  ping to the router doesn't work in that case.
  
  After some minutes, the connection usually (but not always) works.
  
  A LAN connection through the same router works, too. It seems that the
  problem doesn't occur in every WLAN, but in my home network (using an O2
  box 6431) it always does.
  
  The problem is reproducible with a Kubuntu Live CD/USB.
  
  The following steps did not solve the problem:
  
  - Reconnect to WLAN
  - Using kernel 4.6 or 4.7
  - Restarting NetworkManager and networking service
  - Disable IPv6
  - Factory reset of the o2 box
  - Restart of the o2 box (sometimes it helps temporarily)
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.5
+ Architecture: amd64
+ CurrentDesktop: KDE
+ DistroRelease: Ubuntu 16.04
+ InstallationDate: Installed on 2016-04-04 (294 days ago)
+ InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
+ Package: linux (not installed)
+ Tags:  xenial
+ Uname: Linux 4.7.4-040704-generic x86_64
+ UnreportableReason: The running kernel is not an Ubuntu kernel
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1566987/+attachment/4808204/+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/1566987

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1351286] Re: colord-sane assert failure: colord-sane: simple-watch.c:454: avahi_simple_poll_prepare: Assertion `s->state == STATE_INIT || s->state == STATE_DISPATCHED || s->state == STATE_FAILURE

2016-12-25 Thread Yan Filippovsky
The problem has disappeared after I have plugged back my scanner (Mustek
BearPaw 1200 TA)

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

Title:
  colord-sane assert failure: colord-sane: simple-watch.c:454:
  avahi_simple_poll_prepare: Assertion `s->state == STATE_INIT ||
  s->state == STATE_DISPATCHED || s->state == STATE_FAILURE' failed.

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

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


[Bug 1638828] Re: Broken links in umake (16.10)

2016-12-19 Thread yan
This actually seems to solve it:
https://github.com/ubuntu/ubuntu-make/pull/345#pullrequestreview-500860

If I understand correctly, it has been committed to master.

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

Title:
  Broken links in umake (16.10)

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

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


[Bug 1638828] Re: Broken links in umake (16.10)

2016-12-18 Thread yan
I get this error:

$ umake web firefox-dev
Choose installation path: /home/yan/.local/share/umake/web/firefox-dev
ERROR: Download page changed its syntax or is not parsable

It has also been reported here:
https://github.com/ubuntu/ubuntu-make/issues/341

** Bug watch added: github.com/ubuntu/ubuntu-make/issues #341
   https://github.com/ubuntu/ubuntu-make/issues/341

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

Title:
  Broken links in umake (16.10)

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-11-20 Thread yan
Any more ideas? It's driving me nuts.

It seems now that this only happens in my home network using an o2 box
6431. Resetting it didn't change anything. Currently it seems that a
restart of the router solves the problem temporarily (but before, it
hadn't been like that, so maybe it's just luck).

** Description changed:

  In a fresh install of Kubuntu 16.04 on a ThinkPad t460s, I can connect
  wireless to the local WLAN, but I don't have an internet connection. A
  ping to the router doesn't work in that case.
  
  After some minutes, the connection usually (but not always) works.
  
  A LAN connection through the same router works, too. It seems that the
  problem doesn't occur in every WLAN, but in my home network (using an O2
- box) it always does.
+ box 6431) it always does.
  
  The problem is reproducible with a Kubuntu Live CD/USB.
  
  The following steps did not solve the problem:
  
  - Reconnect to WLAN
  - Using kernel 4.6 or 4.7
  - Restarting NetworkManager and networking service
  - Disable IPv6
+ - Factory reset of the o2 box
+ - Restart of the o2 box (sometimes it helps temporarily)

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1286751] Re: gst-plugin-scanner hangs, eating CPU time

2016-11-09 Thread LAW YAN KIT
** Also affects: gstreamer1.0
   Importance: Undecided
   Status: New

** No longer affects: gstreamer1.0

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

Title:
  gst-plugin-scanner hangs, eating CPU time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1286751/+subscriptions

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-11-05 Thread yan
No, biohazara, disabling IPv6 doesn't change anything.

** Description changed:

  In a fresh install of Kubuntu 16.04 on a ThinkPad t460s, I can connect
  wireless to the local WLAN, but I don't have an internet connection. A
  ping to the router doesn't work in that case.
  
  After some minutes, the connection usually (but not always) works.
  
  A LAN connection through the same router works, too. It seems that the
  problem doesn't occur in every WLAN, but in my home network (using an O2
  box) it always does.
  
  The problem is reproducible with a Kubuntu Live CD/USB.
  
  The following steps did not solve the problem:
  
  - Reconnect to WLAN
- - Using kernel 4.6 or 4.7 
+ - Using kernel 4.6 or 4.7
  - Restarting NetworkManager and networking service
+ - Disable IPv6

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1434986] Re: Not working network connection after boot

2016-11-03 Thread yan
This might be related:

No internet connection through WLAN although connected to network
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566987

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

Title:
  Not working network connection after boot

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-11-03 Thread yan
This might be related:


Not working network connection after boot
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1434986

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-11-02 Thread yan
** Description changed:

- In a fresh install of Kubuntu 16.04 (beta2) on a ThinkPad t460s, I can
- connect wireless to the local WLAN, but I don't have an internet
- connection. It is established through LAN though. And without being able
- to reproduce it, it seems that after being connected through LAN for
- some time, the internet connection through WLAN becomes active, too.
+ In a fresh install of Kubuntu 16.04 on a ThinkPad t460s, I can connect
+ wireless to the local WLAN, but I don't have an internet connection. A
+ ping to the router doesn't work in that case.
  
- At first it looked as if the error disappeared when I set the IPv6
- settings to "ignore", but the problem returned.
+ After some minutes, the connection usually (but not always) works.
  
- Here is some output that was asked for in forum discussions I found. If
- any more information is needed, let me know.
+ A LAN connection through the same router works, too. It seems that the
+ problem doesn't occur in every WLAN, but in my home network (using an O2
+ box) it always does.
  
+ The problem is reproducible with a Kubuntu Live CD/USB.
  
- jan@t460s:~$ lsb_release -rd
- Description:Ubuntu Xenial Xerus (development branch)
- Release:16.04
+ The following steps did not solve the problem:
  
- jan@t460s:~$ lspci -nnk | grep -iA2 net
- 00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection 
I219-LM [8086:156f] (rev 21)
- Subsystem: Lenovo Ethernet Connection I219-LM [17aa:2233]
- Kernel driver in use: e1000e
- Kernel modules: e1000e
- --
- 04:00.0 Network controller [0280]: Intel Corporation Wireless 8260 
[8086:24f3] (rev 3a)
- Subsystem: Intel Corporation Wireless 8260 [8086:0130]
- Kernel driver in use: iwlwifi
- 
- jan@t460s:~$ lsusb
- Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
- Bus 001 Device 005: ID 138a:0090 Validity Sensors, Inc. 
- Bus 001 Device 004: ID 04f2:b52c Chicony Electronics Co., Ltd 
- Bus 001 Device 002: ID 058f:9540 Alcor Micro Corp. AU9540 Smartcard Reader
- Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- 
- jan@t460s:~$ lsmod 
- Module  Size  Used by
- ctr16384  2
- ccm20480  2
- bnep   20480  2
- arc4   16384  2
- intel_rapl 20480  0
- x86_pkg_temp_thermal16384  0
- intel_powerclamp   16384  0
- coretemp   16384  0
- snd_soc_skl49152  0
- iwlmvm311296  0
- snd_soc_skl_ipc32768  1 snd_soc_skl
- snd_hda_ext_core   28672  1 snd_soc_skl
- uvcvideo   90112  0
- videobuf2_vmalloc  16384  1 uvcvideo
- snd_hda_codec_hdmi 53248  1
- mac80211  733184  1 iwlmvm
- snd_soc_sst_ipc16384  1 snd_soc_skl_ipc
- videobuf2_memops   16384  1 videobuf2_vmalloc
- kvm   536576  0
- snd_soc_sst_dsp53248  1 snd_soc_skl_ipc
- videobuf2_v4l2 28672  1 uvcvideo
- snd_soc_core  212992  1 snd_soc_skl
- snd_compress   20480  1 snd_soc_core
- snd_hda_codec_realtek81920  1
- videobuf2_core 36864  2 uvcvideo,videobuf2_v4l2
- ac97_bus   16384  1 snd_soc_core
- v4l2_common16384  1 videobuf2_v4l2
- snd_pcm_dmaengine  16384  1 snd_soc_core
- snd_hda_codec_generic77824  1 snd_hda_codec_realtek
- iwlwifi   200704  1 iwlmvm
- videodev  176128  4 
uvcvideo,v4l2_common,videobuf2_core,videobuf2_v4l2
- dw_dmac_core   24576  1 snd_soc_sst_dsp
- irqbypass  16384  1 kvm
- media  24576  2 uvcvideo,videodev
- snd_seq_midi   16384  0
- snd_hda_intel  36864  3
- snd_seq_midi_event 16384  1 snd_seq_midi
- snd_hda_codec 135168  4 
snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
- joydev 20480  0
- input_leds 16384  0
- rtsx_pci_ms20480  0
- snd_hda_core   73728  7 
snd_hda_codec_realtek,snd_hda_ext_core,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_soc_skl
- snd_rawmidi32768  1 snd_seq_midi
- btusb  45056  0
- snd_hwdep  16384  1 snd_hda_codec
- btrtl  16384  1 btusb
- btbcm  16384  1 btusb
- serio_raw  16384  0
- cfg80211  565248  3 iwlwifi,mac80211,iwlmvm
- btintel16384  1 btusb
- memstick   20480  1 rtsx_pci_ms
- bluetooth 520192  9 bnep,btbcm,btrtl,btusb,btintel
- thinkpad_acpi  86016  1
- snd_pcm   106496  8 
snd_hda_ext_core,snd_soc_core,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_soc_skl,snd_pcm_dmaengine,snd_hda_core
- snd_seq69632  2 snd_seq_midi_event,snd_seq_midi
- nvram  16384  1 thinkpad_acpi
- shpchp 36864  0
- snd_seq_device 16384  3 

[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-11-01 Thread yan
apport-collect leads to this error:

ERROR: Could not import module, is a package upgrade in progress?  Error: No 
module named PyQt5.QtCore
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1451808

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1451808] Re: apport-collect error: No module named PyQt5.QtCore

2016-11-01 Thread yan
I'm having the same problem in Kubuntu 16.04

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

Title:
  apport-collect error: No module named PyQt5.QtCore

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-10-28 Thread yan
Thanks Chris. I have already tried both kernels 4.6 and 4.7 (currently
running), but to no avail.

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-10-27 Thread yan
Regarding my last comment I again have to correct it: On a second try,
the connection did not work, i.e. the problem was the same. It's all
really weird.

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-10-27 Thread yan
One more thing: I just booted from USB with Kubuntu 16.04 and I couldn't
reproduce the problem.

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-10-27 Thread yan
> Question: What did you see when you ran 'sudo systemctl restart
NetworkManager' command?

There was no output. The applet/widget disappears for a second and then
reappears. Then there is a moving circle that shows that it's
reconnecting to wireless.

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-10-26 Thread yan
"sudo systemctl restart NetworkManager" doesn't solve it, just checked.

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-10-26 Thread yan
Thank you for taking your time Chris!

> next dirty workaround|hack coming to mind is disabling & re-enabling 
> wireless. have you tried this? 
> or did it do anything?

What exactly do you mean? I tried "sudo service networking restart", but
it didn't help.

> Can you please clarify?
> ie. does NOT work (sometimes) after a suspend?
> & after cold|re-boots, does it work all the time? or only sometimes?

Right night the connection does NEVER work after boot/restart. After
some minutes, it does work. I'd have to check it again to be sure, but
iirc the same happens after every suspend.

> re: my post #18; I was vague; command I was thinking of is
> "sudo systemctl restart NetworkManager"
> (note: NetworkManager is service name; case matters!); though if you prefer 
> GUI, and try it that > way let me know about that too; i just prefer commands)

I will try it. What I have tried before is "sudo service networkmanager
restart", but without any success.

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-10-23 Thread yan
Thanks Chris!

> when it's "not working" can you ping (icmp echo request) your router?
> "ping 192.168.1.1" (when using "paula" network)

No, I can't.

> do you have problems with your wireless connection (paula) with other
devices?

No, no other device has problems.

> is it a crowded location (dorm/university or setting where lots of
people use wireless devices)?

No, it's a private appartment with max. 5 devices connected at the same
time.

> is there any fridge(refrigerator), microwave oven or like object that can 
> block 
> traffic between you & ruoter when you have issues?

No, it happens when I'm right next to the router.

> ie. normal troubleshooting for wireless has been followed thru with?

I don't know what means "normal" but I have tried everything people have
suggested so far.

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-10-17 Thread yan
After some time that the network worked without further problems, I'm
now back to where I was before, but with some changes. After boot, there
is no internet connection although I'm connected to my local WLAN. But
after some minutes, the connection does work. Usually, after another
(longer) period of time, the connection stops working again. I can't
find anything that would trigger such behavior.

I noticed something: When I'm connected to my home network ("paula") and
there is no internet connection, I can connect to a mobile hotspot of my
smartphone and then I do have internet access. As soon as I reeconnect
to my home network, the connection is broken again.

Today I ran the wireless info script (https://github.com/UbuntuForums
/wireless-info) in three scenarios:

1) After boot, connected to home network, no internet connection
2) Connected to mobile hotspot instead of home network, internet connection is 
working
3) Connected to home network and waited a  while, internet connection is working

I attach the three files with the output.

Can somebody please help me? It's so annoying - and it's been months
already.

** Attachment added: "Case 1) - no working connection"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1566987/+attachment/4762599/+files/1-wireless-info-not-working.txt

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-10-17 Thread yan
** Attachment added: "Case 2) - connected to mobile hotspot"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1566987/+attachment/4762600/+files/2-wireless-info-connected-to-hotspot.txt

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-10-17 Thread yan
** Attachment added: "Case 3) - working connection"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1566987/+attachment/4762601/+files/3-wireless-info-connection-working.txt

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-10-17 Thread yan
** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => New

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-09-08 Thread yan
Unfortunately it's all back to what it was before. For some weeks
everything worked just fine, but now it's been some days where there's
almost never an Internet connection possible although connected to the
WLAN.

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-09-05 Thread yan
Sorry, my bad: This time it was the networks' fault, not my computers'.

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-09-05 Thread yan
And the problem is back again.. I didn't change anything and all of a
sudden wireless connection isn't working, just as described above. So
annoying.

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-08-26 Thread yan
It seems some update a couple of weeks ago has solved the problem. I
don't know which one, but at least I can use wireless connections
without problems now.

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-06-26 Thread yan
I have been struggling with this problem for two months now. Since it
was suggested that this bug is a Network Manager bug, I had filed a
report there: https://bugzilla.gnome.org/show_bug.cgi?id=765578

But after many attempts, it seems that this is not related to Network
Manager. So I'm coming back here hoping to finally be able to use
wireless without problems.

I'm currently running kernel 4.6 and Network Manager 1.2.0. After boot
and after suspend, wireless doesn't work (most of the times), i.e. I'm
connected to WLAN, but I have no internet access. Through ethernet
(cable) it does work always. And after being connected through ethernet
for a while, the wireless connection does work (with the cable
unplugged).

See detailed reports in the bug report.

Can anybody please help me? It's so annoying to depend on a wired
connection.

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-04-26 Thread yan
iirc I took that when it was not working. The WLAN part is wlp4s0. In
this moment it's working again, so I can't check.

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-04-26 Thread yan
It works sometimes, and sometimes not. But it was suggested on
bugs.kde.org (https://bugs.kde.org/show_bug.cgi?id=361655#c3) to file a
bug report on bugzilla.gnome.org, so I did that:

https://bugzilla.gnome.org/show_bug.cgi?id=765578

The output of ifconfig is:

enp0s31f6 Link encap:Ethernet  Hardware Adresse 50:7b:9d:ab:13:3a  
  UP BROADCAST MULTICAST  MTU:1500  Metrik:1
  RX-Pakete:88891 Fehler:0 Verloren:0 Überläufe:0 Fenster:0
  TX-Pakete:49000 Fehler:0 Verloren:0 Überläufe:0 Träger:0
  Kollisionen:0 Sendewarteschlangenlänge:1000 
  RX-Bytes:111664327 (111.6 MB)  TX-Bytes:7892646 (7.8 MB)
  Interrupt:16 Speicher:f120-f122 

loLink encap:Lokale Schleife  
  inet Adresse:127.0.0.1  Maske:255.0.0.0
  inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
  UP LOOPBACK RUNNING  MTU:65536  Metrik:1
  RX-Pakete:2097 Fehler:0 Verloren:0 Überläufe:0 Fenster:0
  TX-Pakete:2097 Fehler:0 Verloren:0 Überläufe:0 Träger:0
  Kollisionen:0 Sendewarteschlangenlänge:1 
  RX-Bytes:177943 (177.9 KB)  TX-Bytes:177943 (177.9 KB)

wlp4s0Link encap:Ethernet  Hardware Adresse a4:34:d9:be:bd:f1  
  inet Adresse:192.168.178.7  Bcast:192.168.178.255  Maske:255.255.255.0
  inet6-Adresse: fe80::a634:d9ff:febe:bdf1/64 
Gültigkeitsbereich:Verbindung
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metrik:1
  RX-Pakete:271 Fehler:0 Verloren:0 Überläufe:0 Fenster:0
  TX-Pakete:560 Fehler:0 Verloren:0 Überläufe:0 Träger:0
  Kollisionen:0 Sendewarteschlangenlänge:1000 
  RX-Bytes:55201 (55.2 KB)  TX-Bytes:90151 (90.1 KB)

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

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

Title:
  No internet connection through WLAN although connected to network

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

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

[Bug 1434986] Re: Not working network connection after boot

2016-04-26 Thread yan
This might be related: https://bugzilla.gnome.org/show_bug.cgi?id=765578
I tried sudo systemctl enable NetworkManager.service, but in my case it didn't 
solve the problem.

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

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

Title:
  Not working network connection after boot

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-04-12 Thread yan
I filed the bug report here, too:
https://bugs.kde.org/show_bug.cgi?id=361655

I guess that's the right place.

** Bug watch added: KDE Bug Tracking System #361655
   https://bugs.kde.org/show_bug.cgi?id=361655

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1566987] [NEW] No internet connection through WLAN although connected to network

2016-04-06 Thread yan
Public bug reported:

In a fresh install of Kubuntu 16.04 (beta2) on a ThinkPad t460s, I can
connect wireless to the local WLAN, but I don't have an internet
connection. It is established through LAN though. And without being able
to reproduce it, it seems that after being connected through LAN for
some time, the internet connection through WLAN becomes active, too.

At first it looked as if the error disappeared when I set the IPv6
settings to "ignore", but the problem returned.

Here is some output that was asked for in forum discussions I found. If
any more information is needed, let me know.


jan@t460s:~$ lsb_release -rd
Description:Ubuntu Xenial Xerus (development branch)
Release:16.04

jan@t460s:~$ lspci -nnk | grep -iA2 net
00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection 
I219-LM [8086:156f] (rev 21)
Subsystem: Lenovo Ethernet Connection I219-LM [17aa:2233]
Kernel driver in use: e1000e
Kernel modules: e1000e
--
04:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] 
(rev 3a)
Subsystem: Intel Corporation Wireless 8260 [8086:0130]
Kernel driver in use: iwlwifi

jan@t460s:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 138a:0090 Validity Sensors, Inc. 
Bus 001 Device 004: ID 04f2:b52c Chicony Electronics Co., Ltd 
Bus 001 Device 002: ID 058f:9540 Alcor Micro Corp. AU9540 Smartcard Reader
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

jan@t460s:~$ lsmod 
Module  Size  Used by
ctr16384  2
ccm20480  2
bnep   20480  2
arc4   16384  2
intel_rapl 20480  0
x86_pkg_temp_thermal16384  0
intel_powerclamp   16384  0
coretemp   16384  0
snd_soc_skl49152  0
iwlmvm311296  0
snd_soc_skl_ipc32768  1 snd_soc_skl
snd_hda_ext_core   28672  1 snd_soc_skl
uvcvideo   90112  0
videobuf2_vmalloc  16384  1 uvcvideo
snd_hda_codec_hdmi 53248  1
mac80211  733184  1 iwlmvm
snd_soc_sst_ipc16384  1 snd_soc_skl_ipc
videobuf2_memops   16384  1 videobuf2_vmalloc
kvm   536576  0
snd_soc_sst_dsp53248  1 snd_soc_skl_ipc
videobuf2_v4l2 28672  1 uvcvideo
snd_soc_core  212992  1 snd_soc_skl
snd_compress   20480  1 snd_soc_core
snd_hda_codec_realtek81920  1
videobuf2_core 36864  2 uvcvideo,videobuf2_v4l2
ac97_bus   16384  1 snd_soc_core
v4l2_common16384  1 videobuf2_v4l2
snd_pcm_dmaengine  16384  1 snd_soc_core
snd_hda_codec_generic77824  1 snd_hda_codec_realtek
iwlwifi   200704  1 iwlmvm
videodev  176128  4 
uvcvideo,v4l2_common,videobuf2_core,videobuf2_v4l2
dw_dmac_core   24576  1 snd_soc_sst_dsp
irqbypass  16384  1 kvm
media  24576  2 uvcvideo,videodev
snd_seq_midi   16384  0
snd_hda_intel  36864  3
snd_seq_midi_event 16384  1 snd_seq_midi
snd_hda_codec 135168  4 
snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
joydev 20480  0
input_leds 16384  0
rtsx_pci_ms20480  0
snd_hda_core   73728  7 
snd_hda_codec_realtek,snd_hda_ext_core,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_soc_skl
snd_rawmidi32768  1 snd_seq_midi
btusb  45056  0
snd_hwdep  16384  1 snd_hda_codec
btrtl  16384  1 btusb
btbcm  16384  1 btusb
serio_raw  16384  0
cfg80211  565248  3 iwlwifi,mac80211,iwlmvm
btintel16384  1 btusb
memstick   20480  1 rtsx_pci_ms
bluetooth 520192  9 bnep,btbcm,btrtl,btusb,btintel
thinkpad_acpi  86016  1
snd_pcm   106496  8 
snd_hda_ext_core,snd_soc_core,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_soc_skl,snd_pcm_dmaengine,snd_hda_core
snd_seq69632  2 snd_seq_midi_event,snd_seq_midi
nvram  16384  1 thinkpad_acpi
shpchp 36864  0
snd_seq_device 16384  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer  32768  2 snd_pcm,snd_seq
snd81920  20 
snd_hda_codec_realtek,snd_soc_core,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,thinkpad_acpi,snd_seq_device,snd_compress
soundcore  16384  1 snd
mei_me 36864  0
mei98304  1 mei_me
mac_hid16384  0
parport_pc 32768  0
ppdev  20480  0
lp 20480  0
parport49152  3 lp,ppdev,parport_pc
autofs440960  2
drbg   32768  1
ansi_cprng 16384  0
algif_skcipher 20480  0
af_alg

[Bug 1336541] Re: No TRIM via USB

2016-03-31 Thread Tom Yan
The ASMedia bridges (as of the USB 3.1 Gen 2 ASM1351) simply does NOT
have UNMAP->TRIM implemented at all. It does support the "ATA
PASSTHROUGH" SCSI command, and it does not block TRIM on that, so hdparm
works.

The only one I've seen that supports UNMAP->TRIM is JMicron JMS567.

However, the implementation seems to be only partially done. Apparently
it does not support / has issue with queued UNMAP commands though
(assuming the uas driver in the kernel is doing everything right).
Therefore, blkdiscard/fstrim will work fine with the usb-storage driver
(`u` quirk), but will have issue with the uas driver on it.

Also, for some reason (maybe the aforementioned one), it has the LBPME
bit set to 0. So you need to change the provisioning_mode sysfs file
with `echo -n unmap` too (though that can be necessary anyway when the
usb-storage driver (u quirk) is in use, since it prefers Read Capacity
(10), which does not check the LBPME bit at all).

Unlike the ASMedia chips, it seems to block TRIM in its ATA PASSTHROUGH
btw.

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

Title:
  No TRIM via USB

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

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


[Bug 869288] Re: open-jdk shouldn't install if there is already sun-jdk installed

2015-12-18 Thread Kai-Chung Yan
gradle depends on java6-runtime-headless which is a virtual package and
is provided by OpenJDK or other Java runtimes. However sun-java6-jdk
does not provide java6-runtime-headless so gradle can't use it. Note
that sun-java6-jdk is deprecated and should no longer be used.

However there is a way to transform non-free JDK into Debian package,
see .

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

Title:
  open-jdk shouldn't install if there is already sun-jdk installed

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

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


[Bug 1511931] Re: OpenJDK 8 support

2015-12-17 Thread Kai-Chung Yan
** Changed in: gradle (Ubuntu)
   Status: New => Fix Committed

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

Title:
  OpenJDK 8 support

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

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


[Bug 1525605] Re: package repo (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/repo', which is also in package phablet-tools 1.1+15.10.20150925.2-0ubuntu1

2015-12-17 Thread Kai-Chung Yan
Hi, I am from Debian Android Tools Team and I co-maintained "repo".
"repo" was previously not packaged in Debian until we did it, so I think
this bug should be transferred to "phablet-tools" and ask the maintainer
to remove /usr/bin/repo and make the package depends on "repo".

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

Title:
  package repo (not installed) failed to install/upgrade: trying to
  overwrite '/usr/bin/repo', which is also in package phablet-tools
  1.1+15.10.20150925.2-0ubuntu1

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

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


[Bug 1497184] Re: Kernel-panic with 3.13.0-64.104 generic kernel (BUG at net/core/skbuff:1290)

2015-09-19 Thread yan
Hi. Got panic again. New panic messages are in attach.
It was direct while router updated my IP address.

** Attachment added: "panic.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1497184/+attachment/4469190/+files/panic.tar.gz

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

Title:
  Kernel-panic with 3.13.0-64.104 generic kernel (BUG at
  net/core/skbuff:1290)

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

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


[Bug 1497184] [NEW] Kernel-panic with 3.13-64 generic kernel

2015-09-18 Thread yan
Public bug reported:

Hi. 
I get randomly kernel panic with 3.13-64 kernel after some hours of work.
This happens on 2 different computers with x86 and x86_kernel.
First(x86_64): Toshiba Tecra A10-181 Intel Core i3-370M 8Gb DDR3 ram
Second(x86): Desktop with AMD Athlon 64 x2 4800+ 4Gb DDR1 ram

In attached photo you can see panic on laptop.
Every time i other kernel panic message.

With kernel 3.13-63-generic kernel i have uptime more than week.


Techa host: uname -a
Linux nb-ubuntu-ioann 3.13.0-64-generic #104-Ubuntu SMP Wed Sep 9 12:36:12 UTC 
2015 x86_64 x86_64 x86_64 GNU/Linux
 
Desktop host:
Linux ioann-old-desktop  3.13.0-64-generic #104-Ubuntu SMP Wed Sep 9 12:36:12 
UTC 2015 x86 x86 x86 GNU/Linux

Description:Ubuntu 14.04.3 LTS
Release:14.04

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-64-generic 3.13.0-64.104
ProcVersionSignature: Ubuntu 3.13.0-64.104-generic 3.13.11-ckt26
Uname: Linux 3.13.0-64-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.13
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  unim95 2004 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory: 'iw'
CurrentDesktop: XFCE
CurrentDmesg:
 [   26.552940] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
 [   52.301084] audit_printk_skb: 108 callbacks suppressed
 [   52.301088] type=1400 audit(1442566720.780:48): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" 
name="/usr/lib/cups/backend/cups-pdf" pid=2283 comm="apparmor_parser"
 [   52.301096] type=1400 audit(1442566720.780:49): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" 
pid=2283 comm="apparmor_parser"
 [   52.301679] type=1400 audit(1442566720.780:50): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" 
pid=2283 comm="apparmor_parser"
Date: Fri Sep 18 11:02:21 2015
HibernationDevice: RESUME=UUID=7bb2db85-2152-4e84-ba1a-fb4a3c7c82ca
MachineType: TOSHIBA TECRA A11
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-64-generic 
root=UUID=314c867a-d6f1-4af2-b92b-510042a6940b ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-64-generic N/A
 linux-backports-modules-3.13.0-64-generic  N/A
 linux-firmware 1.127.15
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/27/2011
dmi.bios.vendor: TOSHIBA
dmi.bios.version: Version 3.20
dmi.board.asset.tag: 00
dmi.board.name: Portable PC
dmi.board.vendor: TOSHIBA
dmi.board.version: Version A0
dmi.chassis.asset.tag: 00
dmi.chassis.type: 10
dmi.chassis.vendor: TOSHIBA
dmi.chassis.version: Version 1.0
dmi.modalias: 
dmi:bvnTOSHIBA:bvrVersion3.20:bd06/27/2011:svnTOSHIBA:pnTECRAA11:pvrPTSE0E-0LP046GR:rvnTOSHIBA:rnPortablePC:rvrVersionA0:cvnTOSHIBA:ct10:cvrVersion1.0:
dmi.product.name: TECRA A11
dmi.product.version: PTSE0E-0LP046GR
dmi.sys.vendor: TOSHIBA

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


** Tags: amd64 apport-bug package-from-proposed trusty

** Attachment added: "18092015.jpg"
   
https://bugs.launchpad.net/bugs/1497184/+attachment/4467582/+files/18092015.jpg

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

Title:
  Kernel-panic with 3.13-64 generic kernel

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

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


[Bug 1497184] Re: Kernel-panic with 3.13-64 generic kernel

2015-09-18 Thread yan
Here is second part of screen photo of panic.

** Attachment added: "18092015(001).jpg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1497184/+attachment/4467599/+files/18092015%28001%29.jpg

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

Title:
  Kernel-panic with 3.13-64 generic kernel

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

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


[Bug 1460389] [NEW] Version number mismatches: 2.0 beta but actually 1.8.6

2015-05-31 Thread Kai-Chung Yan
Public bug reported:

Ubuntu distribution: 15.04 Vivid
Package version: 2.0.0~beta2+isreally1.8.6-4ubuntu1

I am an Gradle maintainer in Debian and I am currently updating the
gradle package. The Debian source package of gradle has build
conflicts in groovy = 2.0.0~, and in Ubuntu this causes error when
building the package.

As the version tells, the version is actually 1.8.6-4ubuntu1, but why is
it the case? Why is it not simply 1.8.6-4ubuntu1? Since there is already
an groovy2 package and the groovy package should remain version 1.x.
I demand that the version of  the gradle package returns to 1.8.6.

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


** Tags: version

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

Title:
  Version number mismatches: 2.0 beta but actually 1.8.6

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

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


[Bug 1460389] [NEW] Version number mismatches: 2.0 beta but actually 1.8.6

2015-05-31 Thread Kai-Chung Yan
Public bug reported:

Ubuntu distribution: 15.04 Vivid
Package version: 2.0.0~beta2+isreally1.8.6-4ubuntu1

I am an Gradle maintainer in Debian and I am currently updating the
gradle package. The Debian source package of gradle has build
conflicts in groovy = 2.0.0~, and in Ubuntu this causes error when
building the package.

As the version tells, the version is actually 1.8.6-4ubuntu1, but why is
it the case? Why is it not simply 1.8.6-4ubuntu1? Since there is already
an groovy2 package and the groovy package should remain version 1.x.
I demand that the version of  the gradle package returns to 1.8.6.

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


** Tags: version

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

Title:
  Version number mismatches: 2.0 beta but actually 1.8.6

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1316913] Re: wrong keybord layout at system start

2015-04-01 Thread yan...@voyeaud.org
Je confirme la présence de ce bug sur KUbuntu et nous sommes le 31/03/2015!
Y a-til une solution pérenne ou Canonical se moque-t-il de ses utilisateurs? En 
effet vu l'ancienneté de ce problème on peut se poser des questions.
Ma nièce et son conjoint sont nouveaux sur le système, c'est vraiment pas 
encourageant!

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

Title:
  wrong keybord layout at system start

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

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

[Bug 1431654] Re: lightdm (1.2.3-0ubuntu2.6) 100%/high cpu usage

2015-03-23 Thread yan
I can confirm this bug
Solution with package version 1.2.3-0ubuntu2.7 works.

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

Title:
  lightdm (1.2.3-0ubuntu2.6) 100%/high cpu usage

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

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


[Bug 1403448] [NEW] Kernel panic after fglrx update

2014-12-17 Thread yan
Public bug reported:

Hi

This Friday i updated me system on laptop and rebooted.
And system don't want to boot. I attached external keyboard to laptop and by 
boot saw kernel panic leds blinking.
But i don't get any messages on my screen(external screen to).

So i reinstalled my ubuntu 12.04(pure without updates to 12.04.*).
Next step was installing fglrx driver from amd 
website(amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64). I choose 
install with package generation. After installing generated packages i whanted 
to install updates. Updater suggested to update my fglrx to version 13.3(or 
something similar). But i have Ati HD 5145(renamed HD4570). For this cards is 
only 13.1-legacy suitable! 13.3 is For Radeon HD 54** and higher(newer). To 
avoid wrong driver installation i fixed package version in synaptic.

unim95@unim95-ThikpadEdge:~$ lsb_release -rd
Description:Ubuntu 12.04.5 LTS
Release:12.04

Video: Ati HD5145
Driver: fglrx_8.970-0ubuntu1_amd64.deb

** Affects: fglrx-installer (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/1403448

Title:
  Kernel panic after fglrx update

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

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


[Bug 1385902] [NEW] Crashes when launching reporting memory block error (core dumped)

2014-10-26 Thread Kai-Chung Yan
Public bug reported:

It just crashes and fails to launch. It has already happened since Trusty.
Also note that my touchpad is branded as Precision Touchpad which is  similar 
to a ClickPad and doesn't has a real button.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: gpointing-device-settings 1.5.1-6ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Oct 26 23:22:10 2014
InstallationDate: Installed on 2014-10-24 (2 days ago)
InstallationMedia: Ubuntu-GNOME 14.10 Utopic Unicorn - Release amd64 
(20141022.1)
SourcePackage: gpointing-device-settings
SystemImageInfo:
 current build number: 0
 device name: ?
 channel: daily
 last update: Unknown
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gpointing-device-settings (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: gpointing-device-settings touchpad

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

Title:
  Crashes when launching reporting memory block error (core dumped)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpointing-device-settings/+bug/1385902/+subscriptions

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


[Bug 1385606] [NEW] Black screen when entering GDM login page

2014-10-25 Thread Kai-Chung Yan
Public bug reported:

Ubuntu version:  Ubuntu GNOME 14.10 stable amd64
GDM version: 3.10.0.1-0ubuntu7
CPU Vendor: AMD
GPU vendor: AMD
Computer type: Laptop

After fresh installing Ubuntu GNOME 14.10, everything was fine and I
installed fglrx. However after I reboot my machine it just stuck between
the start screen (with GNOME's footprint in the center) and the login
page. It was a black screen but the screen is on because I could see the
backlight. However I was able to change to a tty by pressing Ctrl+Alt+F1
and after I installed LightDM and made it as default my machine
successfully booted into the login page and everything was fine.

I think this is a bug related to GDM, fglrx, systemd and upstart.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: gdm 3.10.0.1-0ubuntu7
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: GNOME
Date: Sat Oct 25 16:42:43 2014
InstallationDate: Installed on 2014-10-24 (0 days ago)
InstallationMedia: Ubuntu-GNOME 14.10 Utopic Unicorn - Release amd64 
(20141022.1)
SourcePackage: gdm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug fglrx gdm systemd ubuntu-gnome utopic

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

Title:
  Black screen when entering GDM login page

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

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


[Bug 1382838] [NEW] He mentions that you can not update due to a software origins third

2014-10-18 Thread yan arlex
Public bug reported:

It is the only error that shows me

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubuntu-release-upgrader-core 1:0.205.6
ProcVersionSignature: Ubuntu 3.11.0-26.45-generic 3.11.10.12
Uname: Linux 3.11.0-26-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
CrashDB: ubuntu
Date: Sat Oct 18 13:23:05 2014
InstallationDate: Installed on 2012-04-16 (914 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to saucy on 2014-10-18 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade saucy third-party-packages

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

Title:
  He mentions that you can not update due to a software origins third

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

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


[Bug 1379434] Re: Nova unable to download images from glance with rbd backend (juno/rc1)

2014-10-09 Thread Zhi Yan Liu
The store.get() api in glance_store-0.1.8 provided correct signature and
logic [0], and glance has used that version as a requirement [1].


[0] 
https://github.com/openstack/glance_store/blob/0.1.8/glance_store/_drivers/rbd.py#L207

[1]
https://github.com/openstack/glance/blob/2014.2.rc1/requirements.txt#L60

** Changed in: glance
   Status: New = Invalid

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

Title:
  Nova unable to download images from glance with rbd backend (juno/rc1)

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1379434] Re: Nova unable to download images from glance with rbd backend (juno/rc1)

2014-10-09 Thread Zhi Yan Liu
The store.get() api in glance_store-0.1.8 provided correct signature and
logic [0], and glance has used that version as a requirement [1].


[0] 
https://github.com/openstack/glance_store/blob/0.1.8/glance_store/_drivers/rbd.py#L207

[1]
https://github.com/openstack/glance/blob/2014.2.rc1/requirements.txt#L60

** Changed in: glance
   Status: New = Invalid

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

Title:
  Nova unable to download images from glance with rbd backend (juno/rc1)

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-08-12 Thread Perry Yan
Hi all,

I can confirm that with kernel 3.16.0-031600-generic the connection is
more or less stable. However, the download speed is extremely slow
(maxes out at around 1 Mbps). Does anyone have a workaround to increase
the throughput?

Regards
PY

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1239578/+subscriptions

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


[Bug 729985] Re: eric4 crashed when using qscintilla2

2014-07-28 Thread Felix Yan
It has been too long and I'm not even using Ubuntu now :( Sorry but
better close it then.

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

Title:
  eric4 crashed when using qscintilla2

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

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


[Bug 1270957] Re: 13.10: screen does not turn off after x minutes of inactivity

2014-04-22 Thread Yan-hoose
It seems that upgrade to 14.04 has fixed the issue 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/1270957

Title:
  13.10: screen does not turn off after x minutes of inactivity

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

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


[Bug 1270957] Re: 13.10: screen does not turn off after x minutes of inactivity

2014-02-08 Thread Yan-hoose
I have the same problem. After upgrading from 13.04 to 13.10 the screen
no longer turns off after a certain time of inactivity. I have tested it
also without having any applications open. It behaves consistently the
same: the screen does not turn off.

Following the advice from the ubuntu forums, when I type xset s 10 to
the terminal, then the screen does turn off after 10 seconds (or
whatever parameter I give it).

However the screen does turn off when using the guest account without
any tinkering on the command line.

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

Title:
  13.10: screen does not turn off after x minutes of inactivity

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

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


[Bug 1218327] Re: Keyboard shortcuts not working on russian layout

2014-01-16 Thread Yan
*** This bug is a duplicate of bug 1226962 ***
https://bugs.launchpad.net/bugs/1226962

Don`t work in NetBeans (Java), Google Chrome extension`s popups

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

Title:
  Keyboard shortcuts not working on russian layout

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

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


[Bug 1264590] [NEW] fglrx (not installed): fglrx kernel module failed to build

2013-12-27 Thread yan
Public bug reported:

older legacy ati driver(12.4) don't create dkms module

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: fglrx (not installed)
ProcVersionSignature: Ubuntu 3.2.0-58.88-generic-pae 3.2.53
Uname: Linux 3.2.0-58-generic-pae i686
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
DKMSKernelVersion: 3.2.0-58-generic-pae
Date: Fri Dec 27 23:07:37 2013
MarkForUpload: True
PackageVersion: (not installed)
SourcePackage: fglrx-installer
Title: fglrx (not installed): fglrx kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 precise

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

Title:
  fglrx (not installed): fglrx kernel module failed to build

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

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


  1   2   3   4   >