[Bug 1960485] Re: intel graphics driver don't work

2022-04-20 Thread Wang Jun Wen
5.14 OEM kernel also not work

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

Title:
  intel graphics driver don't work

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


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

[Bug 1950940] Re: Integer underflow in the vrend_decode_set_shader_images() on virglrenderer

2022-04-12 Thread Jun Yao
Hi,

> Issue 251 is not open upstream, but it looks like this was addressed in
>
https://gitlab.freedesktop.org/virgl/virglrenderer/-/commit/2aed5d419722a0d9fbd17be9c7a1147e22b681de
> along with a couple of other security fixes in
> https://gitlab.freedesktop.org/virgl/virglrenderer/-/merge_requests/654
> . It does not look like these fixes have landed in a release yet upstream.

These two problems had been reported to the upstream, and they have been
fixed. As they are security problem, I marked the issues confidential and
they are not visible for others.

> Jun Yao, was a CVE ever assigned for this issue?

There are no CVEs assigned for these two issues.

Thanks,
Jun Yao


Steve Beattie <1950...@bugs.launchpad.net> 于2022年4月12日周二 14:51写道:

> Issue 251 is not open upstream, but it looks like this was addressed in
>
> https://gitlab.freedesktop.org/virgl/virglrenderer/-/commit/2aed5d419722a0d9fbd17be9c7a1147e22b681de
> along with a couple of other security fixes in
> https://gitlab.freedesktop.org/virgl/virglrenderer/-/merge_requests/654
> . It does not look like these fixes have landed in a release yet
> upstream.
>
> Hoever, the other two issues (249, 250) did get CVEs assigned for them,
> CVE-2022-0175 and CVE-2022-0135 respectively.
>
> Jun Yao, was a CVE ever assigned for this issue?
>
> ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-0135
>
> ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-0175
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1950940
>
> Title:
>   Integer underflow in the vrend_decode_set_shader_images() on
>   virglrenderer
>
> Status in virglrenderer package in Ubuntu:
>   New
>
> Bug description:
>   Env
>   ===
> Description: Ubuntu 20.04.3 LTS
> Release: 20.04
>
>   Package
>   ===
> virglrenderer_0.8.2
>
>   Vulnerability
>   =
>   The is an integer underflow bug in the vrend_decode_set_shader_images().
> Which
>   can be used to bypass the checking and leads to OOB write.
>
>
> --
>   virgl_renderer_submit_cmd()
>   |
>   |-> vrend_decode_block()
> |
> | VIRGL_CCMD_SET_SHADER_IMAGES
> |
> |-> vrend_decode_set_shader_images()
> |
> | /**
> |  * When the num_images is larger than
> PIPE_MAX_SHADER_IMAGES,
> |  * we can obey the checking. The value of
> PIPE_MAX_SHADER_IMAGES
> |  * is 32, if num_images is 33, the result of sub is -1.
> However,
> |  * the type of num_images and start_slot is uint, -1 is
> bigger than
> |  * start_slot, and it's ok.
> |  */
> |
> | if (start_slot > PIPE_MAX_SHADER_BUFFERS ||
> | start_slot > PIPE_MAX_SHADER_BUFFERS - num_images)
> |
> | /* OOB write */
> | for (uint32_t i = 0; i < num_images; i++)
> |vrend_set_single_image_view(..., start_slot + i,
> format, access, layer_offset, level_size, handle);
>
> --
>
>   The start_slot+i is larger than the PIPE_MAX_SHADER_IMAGES, which causes
> OOB write in the vrend_set_single_image_view():
>
> --
>2941 void vrend_set_single_image_view(struct vrend_context *ctx,
>2942  uint32_t shader_type,
>2943  uint32_t index,
>2944  uint32_t format, uint32_t access,
>2945  uint32_t layer_offset, uint32_t
> level_size,
>2946  uint32_t handle)
>2947 {
>2948struct vrend_image_view *iview =
> >sub->image_views[shader_type][index]; // oob read
>2951if (handle) {
>2952   if (!has_feature(feat_images))
>2953  return;
>2954
>2955   res = vrend_renderer_ctx_res_lookup(ctx, handle);
>2956   if (!res) {
>2957  report_context_error(ctx,
> VIRGL_ERROR_CTX_ILLEGAL_RESOURCE, handle);
>2958  return;
>2959   }
>2960   iview->texture = res;
>  // oob write
>2961   iview->format = tex_conv_table[format].internalformat;
>2962   iview->access = access;
>2963   iview->u.buf.offset = layer_offset;
>2964   iview->u.

[Bug 1950940] Re: Integer underflow in the vrend_decode_set_shader_images() on virglrenderer

2022-03-13 Thread Jun Yao
> Hello Jun Yao, the upstream bug is still private -- is there progress
being made upstream?

Hi Seth, this problem has been fixed on upstream.

Thanks

** Information type changed from Private Security to Public Security

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

Title:
  Integer underflow in the vrend_decode_set_shader_images() on
  virglrenderer

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


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

[Bug 1960485] [NEW] intel graphics driver don't work

2022-02-09 Thread Wang Jun Wen
Public bug reported:

I use Huawei Mate Book e 2022,the Intel graphics devices is Intel Iris
Xe (Intel Corporation Device [8086:9a40]). But the kernel didn't
support, I have to use the params with nomodeset, i can't change
brightness. Also /sys/class/backlight/ is empty.

** Affects: linux-oem-5.10 (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/1960485

Title:
  intel graphics driver don't work

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


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

[Bug 1950941] Re: Integer underflow in the vrend_decode_set_shader_buffers() on virglrenderer

2022-01-06 Thread Jun Yao
Hi Seth Arnold,

> Is vrend_set_single_ssbo() being called in the same address space as
the main() function in your reproducer? Or is it happening in another
process? Or virtual machine? Or host?

The architecture of the virt-gpu is:

PoC  (guest user mode)
- /dev/dri/ --
DRM_VIRTIO_GPU (guest kernel mode)
- vring --
QEMU
virglrenderer (host user mode)
--

The PoC is running in the user mode of the guest. While the
vrend_set_single_ssbo() stays at the user mode of the host (on the qemu
context). So, the guest can corrupt memory of the host. And this is a
security bug.

Thanks,
Jun Yao

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

Title:
  Integer underflow in the vrend_decode_set_shader_buffers() on
  virglrenderer

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


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

[Bug 1950941] Re: Integer underflow in the vrend_decode_set_shader_buffers() on virglrenderer

2021-12-29 Thread Jun Yao
Hi Seth Arnold,

> What I'm not sure about is if this is actually a security issue or if
this is just a bug -- is there actually a security boundary that is
being breached?

I believe that this is a security issue, which causes OOB writing in the
vrend_set_single_ssbo():

 2973 void vrend_set_single_ssbo(struct vrend_context *ctx,
 2974uint32_t shader_type,
 2975uint32_t index,
 2976uint32_t offset, uint32_t length,
 2977uint32_t handle)
 2978 {
 /* OOB, index > PIPE_MAX_SHADER_BUFFERS */
 2979struct vrend_ssbo *ssbo = >sub->ssbo[shader_type][index];
 2980struct vrend_resource *res;
 2981 
 2982if (!has_feature(feat_ssbo))
 2983   return;
 2984 
 2985if (handle) {
 2986   res = vrend_renderer_ctx_res_lookup(ctx, handle);
 2987   if (!res) {
 2988  report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_RESOURCE, 
handle);
 2989  return;
 2990   }
/* OOB writing */
 2991   ssbo->res = res;
 2992   ssbo->buffer_offset = offset;
 2993   ssbo->buffer_size = length;
 2994   ctx->sub->ssbo_used_mask[shader_type] |= (1u << index);
 2995}

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

Title:
  Integer underflow in the vrend_decode_set_shader_buffers() on
  virglrenderer

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


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

[Bug 1903612] Re: Can't Load vfio-pci Module on Ubuntu 18.04 HWE Kernel

2021-08-20 Thread Jun Shiozawa
Hello,Po-Hsu Lin

$ uname -r
5.11.0-27-generic

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 20.04.2 LTS
Release:20.04
Codename:   focal


$ sudo vi /etc/modules

vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
kvm
kvm_intel

:wq

$ lsmod | grep vfio

empty...

$ lsmod | grep kvm

kvm_intel 294912  0
kvm   819200  1 kvm_intel

$ modinfo vfio
name:   vfio
filename:   (builtin)
softdep:post: vfio_iommu_type1 vfio_iommu_spapr_tce
alias:  devname:vfio/vfio
alias:  char-major-10-196
description:VFIO - User Level meta-driver
author: Alex Williamson 
license:GPL v2
file:   drivers/vfio/vfio
version:0.3
parm:   enable_unsafe_noiommu_mode:Enable UNSAFE, no-IOMMU mode.  This 
mode provides no device isolation, no DMA translation, no host kernel 
protection, cannot be used for device assignment to virtual machines, requires 
RAWIO permissions, and will taint the kernel.  If you do not know what this is 
for, step away. (default: false) (bool)

$ modinfo vfio_iommu_type1
name:   vfio_iommu_type1
filename:   (builtin)
description:Type1 IOMMU driver for VFIO
author: Alex Williamson 
license:GPL v2
file:   drivers/vfio/vfio_iommu_type1
version:0.2
parm:   allow_unsafe_interrupts:Enable VFIO IOMMU support for on 
platforms without interrupt remapping support. (bool)
parm:   disable_hugepages:Disable VFIO IOMMU support for IOMMU 
hugepages. (bool)
parm:   dma_entry_limit:Maximum number of user DMA mappings per 
container (65535). (uint)

$ modinfo vfio_pci
name:   vfio_pci
filename:   (builtin)
description:VFIO PCI - User Level meta-driver
author: Alex Williamson 
license:GPL v2
file:   drivers/vfio/pci/vfio-pci
version:0.2
parm:   ids:Initial PCI IDs to add to the vfio driver, format is 
"vendor:device[:subvendor[:subdevice[:class[:class_mask" and multiple comma 
separated entries can be specified (string)
parm:   nointxmask:Disable support for PCI 2.3 style INTx masking.  If 
this resolves problems for specific devices, report lspci -vvvxxx to 
linux-...@vger.kernel.org so the device can be fixed automatically via the 
broken_intx_masking flag. (bool)
parm:   disable_vga:Disable VGA resource access through vfio-pci (bool)
parm:   disable_idle_d3:Disable using the PCI D3 low power state for 
idle, unused devices (bool)
parm:   enable_sriov:Enable support for SR-IOV configuration.  Enabling 
SR-IOV on a PF typically requires support of the userspace PF driver, enabling 
VFs without such support may result in non-functional VFs or PF. (bool)
parm:   disable_denylist:Disable use of device denylist. Disabling the 
denylist allows binding to devices with known errata that may lead to 
exploitable stability or security issues when accessed by untrusted users. 
(bool)

$ modinfo vfio_virqfd
name:   vfio_virqfd
filename:   (builtin)
description:IRQFD support for VFIO bus drivers
author: Alex Williamson 
license:GPL v2
file:   drivers/vfio/vfio_virqfd
version:0.1

Po-Hsu Lin
Would you please fix this bug 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/1903612

Title:
  Can't Load vfio-pci Module on Ubuntu 18.04 HWE Kernel

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


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

[Bug 1918253] Re: WWAN I XMM 7360 LTE-Advanced (Cat 9) doesn't work [8086:7360]

2021-03-19 Thread Jun Hamaguchi
which platform is this?

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

Title:
  WWAN I XMM 7360 LTE-Advanced (Cat 9) doesn't work [8086:7360]

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

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

[Bug 1918252] Re: WWAN Q SD X55 LTE+5G (Huawei for HP) doesn't work [03f0:0a6c]

2021-03-19 Thread Jun Hamaguchi
which platform is this?

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

Title:
  WWAN Q SD X55 LTE+5G (Huawei for HP) doesn't work [03f0:0a6c]

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

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

[Bug 811604] Re: uvcdynctrl spams uvcdynctrl-udev.log and fills up filesystem

2021-02-25 Thread Jun Mendero
Also experiencing this issue. I believe it first happened when I
disconnected a UVC Capture card.

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

Title:
  uvcdynctrl spams uvcdynctrl-udev.log and fills up filesystem

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

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

[Bug 1907944] Re: mpv can't play any videos, just eats up memory

2020-12-14 Thread Jun Inoue
Uhhh, actually the problem resolved itself after upgrading to 20.10.

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

Title:
  mpv can't play any videos, just eats up memory

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

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

[Bug 1907944] [NEW] mpv can't play any videos, just eats up memory

2020-12-12 Thread Jun Inoue
Public bug reported:

I can't seem to play any videos with mpv.  When I invoke it like `mpv
/path/to/file', it pops up a window but then eats up a ton of memory
without showing anything.  Eventually, the system becomes clogged up and
I have to kill it with kill -9.  Running it under ulimit -v
$((4*1024*1024)) causes it to get killed, so it's at least occupying 4G
of memory just to play a 640x360 file.  I'm seeing similar behavior with
vlc on the same system, if that might provide a clue.

I've tried a few input files, the smallest being 640x360 m2v and asf files 
available here:
https://filesamples.com/categories/video

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: mpv 0.32.0-1ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-53.59-generic 5.4.65
Uname: Linux 5.4.0-53-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.11-0ubuntu27.13
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: GNOME-Flashback:GNOME
Date: Sun Dec 13 15:58:24 2020
InstallationDate: Installed on 2015-12-31 (1808 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: mpv
UpgradeStatus: Upgraded to focal on 2020-06-15 (180 days ago)

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


** Tags: amd64 apport-bug focal

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

Title:
  mpv can't play any videos, just eats up memory

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

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

[Bug 1382106] Re: p7zip-full fails to deal correctly with filename encodings

2020-08-19 Thread Jun Kobayashi
I've tried Unxed's p7zip patch on Ubuntu 18.04 and 20.04, and worked
good for Japanese filenames.

I've upload patched deb packages to my ppa:
https://launchpad.net/~jkbys/+archive/ubuntu/p7zip

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

Title:
  p7zip-full fails to deal correctly with filename encodings

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

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

[Bug 1881141] [NEW] package snort 2.9.7.0-5build1 failed to install/upgrade: installed snort package post-installation script subprocess returned error exit status 1

2020-05-28 Thread Jun
Public bug reported:

package snort 2.9.7.0-5build1 failed to install/upgrade: installed snort
package post-installation script subprocess returned error exit status 1

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: snort 2.9.7.0-5build1
ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
Uname: Linux 5.4.0-33-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
Date: Thu May 28 21:55:39 2020
ErrorMessage: installed snort package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2020-05-28 (0 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
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.2
SourcePackage: snort
Title: package snort 2.9.7.0-5build1 failed to install/upgrade: installed snort 
package post-installation script subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: snort (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/1881141

Title:
  package snort 2.9.7.0-5build1 failed to install/upgrade: installed
  snort package post-installation script subprocess returned error exit
  status 1

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

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

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-08-06 Thread Jun Go
Hi Kai-Heng~

I sent the mail as you requested to the kernel module maintainers you
mentioned above.

Cheers,
Jun

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

Title:
  realtek r8822be kernel module fails after update to linux kernel-
  headers 5.0.0-21

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

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

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-08-03 Thread Jun Go
Hello Kai-Heng,

I edited the .config file in wireless-drivers-next and manually added
the RTW88 drivers you mentioned above and then rebuilt the 5.3.0-rc1+
kernel.

After rebooting into the new kernel, I noticed that rtw88 and rtwpci
kernel modules are now loaded but wifi is still not working... I have
attached the output of lsmod, dmesg, and journalctl -b0 in a tarball.

Thanks for your help,
Jun

** Attachment added: "lsmod, dmesg, journalctl from 5.3.0-rc1+ with 
rtw88,rtwpci Realtek drivers enabled"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1838133/+attachment/5280704/+files/5.3.0-rc1+_rtw88_rtwpci_debug_info.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/1838133

Title:
  realtek r8822be kernel module fails after update to linux kernel-
  headers 5.0.0-21

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

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

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-08-03 Thread Jun Go
Hi Kai-Heng,

I checked my /etc/modprobe.d/blacklist.conf file, however, rtwpci and
rtw88 are not blacklisted. I am not sure why both these kernel modules
are not loaded when booting with kernel 5.3.0-rc1+...

Should I try building 5.3.0-rc1+ with different options?

Jun

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

Title:
  realtek r8822be kernel module fails after update to linux kernel-
  headers 5.0.0-21

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

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

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-08-03 Thread Jun Go
Hi Kai-Heng~

Thanks for the help. Now the 5.3.0-rc1+ kernel with wireless-drivers-
next builds properly. I rebooted into the new kernel (selected from GRUB
menu) and I can verify that wireless does not work.

I have attached a tarball containing the output of dmesg, journalctl
-b0, and lsmod on mainline kernel 5.3.0-rc1+ with "wireless-drivers-
next".

Let me know if there's any other information I can get for you.

Best,
Jun

** Attachment added: "lsmod, dmesg, journalctl output from 5.3.0-rc1+"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1838133/+attachment/5280649/+files/5.3.0-rc1+_debug_info.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/1838133

Title:
  realtek r8822be kernel module fails after update to linux kernel-
  headers 5.0.0-21

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

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

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-08-03 Thread Jun Go
Hi Kai-Heng~

I tried the steps mentioned in #24 to build a kernel with the latest
wireless-drivers-next modules. However, I'm getting the following error
at the last step:

$ INSTALL_MOD_STRIP=1 modules_install && sudo make install
modules_install: command not found

Is there anything else I need to "make" before running this command?

Thanks,
Jun

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

Title:
  realtek r8822be kernel module fails after update to linux kernel-
  headers 5.0.0-21

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

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

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-08-02 Thread Jun Go
Hi Aaron,

> rtw88 is not working on 5.3-rc2 too.
> right?

That is correct. rtw88 is not working for me on 5.3-rc2 mainline kernel.
I will try to build a kernel with wireless-drivers-next as suggested in
#24.

And for the time being I will add rtw88 to my
/etc/modprobe.d/blacklist.conf and rebuild initrd when using kernels
5.0.0-21+ for disco dingo.

Cheers,
Jun

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

Title:
  realtek r8822be kernel module fails after update to linux kernel-
  headers 5.0.0-21

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

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

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-08-02 Thread Jun Go
btw I can confirm that viot's workaround in #19 does indeed work on
5.0.0-23-generic which was released from the disco dingo repos
yesterday.

Jun

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

Title:
  realtek r8822be kernel module fails after update to linux kernel-
  headers 5.0.0-21

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

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

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-08-02 Thread Jun Go
Hi Aaron~

I removed r8822be from the blacklist, rebuilt the mainline kernel with

sudo update-initramfs -u -k 5.3.0-050300rc2-generic

and rebooted. What is interesting is that in mainline, r8822be is not
loaded at all! I have attached journalctl -b0.

In future kernels, will the Realtek 8822be card use the rtw88 kernel
module?

Cheers,
Jun

output of lsmod below


Module  Size  Used by
rfcomm 81920  4
xt_CHECKSUM16384  1
iptable_mangle 16384  1
bridge176128  0
stp16384  1 bridge
llc16384  2 bridge,stp
ebtable_filter 16384  0
ebtables   36864  1 ebtable_filter
cmac   16384  1
overlay   114688  0
bnep   24576  2
binfmt_misc24576  1
nls_iso8859_1  16384  1
snd_hda_codec_realtek   114688  1
snd_hda_codec_generic81920  1 snd_hda_codec_realtek
ledtrig_audio  16384  2 snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_codec_hdmi 61440  1
snd_hda_intel  49152  5
snd_hda_codec 131072  4 
snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
snd_usb_audio 241664  2
snd_hda_core   90112  5 
snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_usbmidi_lib36864  1 snd_usb_audio
uvcvideo   98304  0
snd_hwdep  20480  2 snd_usb_audio,snd_hda_codec
btusb  57344  0
snd_seq_midi   20480  0
snd_seq_midi_event 16384  1 snd_seq_midi
btrtl  20480  1 btusb
videobuf2_vmalloc  20480  1 uvcvideo
btbcm  16384  1 btusb
videobuf2_memops   20480  1 videobuf2_vmalloc
snd_rawmidi36864  2 snd_seq_midi,snd_usbmidi_lib
btintel24576  1 btusb
videobuf2_v4l2 24576  1 uvcvideo
videobuf2_common   53248  2 videobuf2_v4l2,uvcvideo
bluetooth 577536  31 btrtl,btintel,btbcm,bnep,btusb,rfcomm
rtwpci 24576  0
snd_seq69632  2 snd_seq_midi,snd_seq_midi_event
rtw88 442368  1 rtwpci
snd_pcm   106496  5 
snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,snd_hda_core
edac_mce_amd   32768  0
videodev  208896  3 videobuf2_v4l2,uvcvideo,videobuf2_common
kvm_amd98304  0
snd_seq_device 16384  3 snd_seq,snd_seq_midi,snd_rawmidi
mc 53248  5 
videodev,snd_usb_audio,videobuf2_v4l2,uvcvideo,videobuf2_common
input_leds 16384  0
ecdh_generic   16384  2 bluetooth
joydev 24576  0
mac80211  847872  2 rtwpci,rtw88
snd_timer  36864  2 snd_seq,snd_pcm
ecc28672  1 ecdh_generic
snd86016  27 
snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm,snd_rawmidi
kvm   647168  1 kvm_amd
cfg80211  708608  2 mac80211,rtw88
irqbypass  16384  1 kvm
asus_nb_wmi28672  0
wmi_bmof   16384  0
hid_multitouch 28672  0
k10temp16384  0
ccp94208  7 kvm_amd
soundcore  16384  1 snd
libarc416384  1 mac80211
mac_hid16384  0
asus_wireless  20480  0
ip6t_REJECT16384  1
nf_reject_ipv6 20480  1 ip6t_REJECT
nf_log_ipv616384  4
xt_hl  16384  22
ip6t_rt20480  3
ipt_REJECT 16384  3
nf_reject_ipv4 16384  1 ipt_REJECT
nf_log_ipv416384  4
nf_log_common  16384  2 nf_log_ipv4,nf_log_ipv6
xt_LOG 20480  8
xt_limit   16384  11
xt_tcpudp  20480  43
xt_addrtype16384  4
xt_MASQUERADE  20480  4
iptable_nat16384  1
sch_fq_codel   20480  7
xt_conntrack   16384  21
ip6table_filter16384  1
ip6_tables 32768  53 ip6table_filter
nf_conntrack_netbios_ns16384  0
nf_conntrack_broadcast16384  1 nf_conntrack_netbios_ns
nfsd  380928  13
nf_nat_ftp 20480  0
nf_nat 40960  3 nf_nat_ftp,iptable_nat,xt_MASQUERADE
nf_conntrack_ftp   24576  1 nf_nat_ftp
nf_conntrack  139264  7 
xt_conntrack,nf_nat,nf_nat_ftp,nf_conntrack_netbios_ns,nf_conntrack_broadcast,nf_conntrack_ftp,xt_MASQUERADE
auth_rpcgss94208  1 nfsd
nf_defrag_ipv6 24576  1 nf_conntrack
nf_defrag_ipv4 16384  1 nf_conntrack
nfs_acl16384  1 nfsd
parport_pc 40960  0
lockd 102400  1 nfsd
iptable_filter 16384  1
ppdev  24576  0
bpfilter   32768  0
grace  16384  2 nfsd,lockd
lp 20480  0

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-08-02 Thread Jun Go
Hi Aaron~

I downloaded the mainline kernel 5.3.0 from the ppa you provided and
installed as follows:

wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.3-rc2/linux-
headers-5.3.0-050300rc2-generic_5.3.0-050300rc2.201907281631_amd64.deb

wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.3-rc2/linux-
image-
unsigned-5.3.0-050300rc2-generic_5.3.0-050300rc2.201907281631_amd64.deb

wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.3-rc2/linux-
modules-5.3.0-050300rc2-generic_5.3.0-050300rc2.201907281631_amd64.deb

sudo dpkg -i *.deb

I left my blacklist.conf unchanged (r8822be blacklisted, rtwpci not
blacklisted). I rebooted and selected the mainline kernel from GRUB and
added the rtw88.debug_mask=0x3ff linux cmdline option.

But with r8822be blacklisted, wifi does not work even on mainline 5.3.0.
I have attached the output from journalctl -b0.

Here are the realtek kernel modules that are loaded:

junbuntu@pj:~$ lsmod | grep rtw
rtwpci 24576  0
rtw88 442368  1 rtwpci
mac80211  847872  2 rtwpci,rtw88
cfg80211  708608  2 mac80211,rtw88

Should I try again but this time remove r8822be from blacklist.conf (and
also do not blacklist rtwpci)?

Best,
Jun

** Attachment added: "journalctl -b0 output on mainline 5.3.0 kernel with 
r8822be blacklisted"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1838133/+attachment/5280508/+files/rtwpci_rtw88_mainline_5.3.0_journalctl_b0.txt

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

Title:
  realtek r8822be kernel module fails after update to linux kernel-
  headers 5.0.0-21

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

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

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-08-02 Thread Jun Go
Hi Aaron~

I have attached the debug info you requested for #16.

This time I re-blacklisted r8822be driver in blacklist.conf and removed
rtwpci from blacklist.conf, rebuilt initrd, rebooted, and used the
rtw88.debug_mask=0x3ff option in linux cmdline in GRUB.

As expected, wifi is not working when only rtw88 driver is active (and
r8822be is inactive).

Next I will try with the mainline kernel.

Thanks,
Jun

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

Title:
  realtek r8822be kernel module fails after update to linux kernel-
  headers 5.0.0-21

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

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

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-07-31 Thread Jun Go
Hi Aaron~

For #10 and #11, I removed r8822be from /etc/modprobe.d/blacklist.conf
and added rtwpci to blacklist, rebuilt the initial ramdisk with sudo
update-initramfs -u -k 5.0.0-21-generic and rebooted;

Now my realtek wifi card is operational with this workaround!

For the next test to help you debug the rtw88 realtek driver I will do the 
following:
(1) re-add r8822be to blacklist.conf
(2) remove rtwpci from blacklist.conf
(3) rebuild initrd
(4) reboot
(5) add rtw88.debug_mask=0x3ff in kernel cmdline in GRUB
(6) boot
(7) send you the output of dmesg

Thanks for your help!
Jun

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

Title:
  realtek r8822be kernel module fails after update to linux kernel-
  headers 5.0.0-21

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

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

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-07-30 Thread Jun Go
btw~

When I tried the workaround you suggested:

>1, append "blacklist rtwpci" in "/etc/modprobe.d/blacklist.conf";
>2, sudo update-initramfs -u -k 5.0.0-21-generic

and rebooted, wlp7s0 (wlan0) does not even show up anymore. I have
attached the output of lsmod when workaround 1 and 2 are applied.

Thanks,
Jun

** Attachment added: "lsmod when rtwpci and r8822be realtek drivers are 
blacklisted"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1838133/+attachment/5280001/+files/lsmod_debug_rtwpci_r8822be_blacklist

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

Title:
  realtek r8822be kernel module fails after update to linux kernel-
  headers 5.0.0-21

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

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

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-07-30 Thread Jun Go
Hi Aaron,

I have attached the output of dmesg with rr8822be blacklisted and with
rtw88.debug_mask=0x3ff added to the linux commandline from GRUB.

After boot, I verified that the rtw88 driver is loaded:

junbuntu@pj:~/playground$ lsmod | grep rtw
rtwpci 24576  0
rtw88 413696  1 rtwpci
mac80211  806912  2 rtwpci,rtw88
cfg80211  671744  2 mac80211,rtw88

But wifi is still not working. Even if I stop NetworkManager, stop
wpa_supplicant and try to negotiate wifi manually (I have saved my wifi
passwords and connection info from previous successful connections in a
wpa_supplicant conf file) the wifi card is not coming up:

junbuntu@pj:~/playground$ sudo wpa_supplicant -B -i wlp7s0 -c 
/etc/wpa_supplicant/local.conf 
Successfully initialized wpa_supplicant
junbuntu@pj:~/playground$ wpa_cli -i wlp7s0
wpa_cli v2.6
Copyright (c) 2004-2016, Jouni Malinen  and contributors

This software may be distributed under the terms of the BSD license.
See README for more details.


Interactive mode

> scan
FAIL-BUSY
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
> scan_results
bssid / frequency / signal level / flags / ssid
> scan
OK
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
> scan_results
bssid / frequency / signal level / flags / ssid
> quit

Thanks,
Jun


** Attachment added: "dmesg output"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1838133/+attachment/5279994/+files/dmesg_debug_rtw88.txt

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

Title:
  realtek r8822be kernel module fails after update to linux kernel-
  headers 5.0.0-21

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

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

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-07-29 Thread Jun Go
Hi Aaron,

I appended r8822be driver to blacklist.conf and then manually ran "sudo
update-initramfs -u -k 5.0.0-21-generic" and rebooted. Still no wifi,
however.

I have attached the output of dmesg. BTW this notebook has Realtek
ethernet hardware, which is why kernel driver r8169 is loaded.

Also, I don't know if this is relevant, but I have disabled all linux
power management on this AMD Ryzen 7 gaming notebook b/c of issues when
this computer enters power-saving mode.

In "/etc/default/tlp" I set "TLP_ENABLE=0" and also appended the
following parameter to my GRUB commandline:

ahci.mobile_lpm_policy=0

Best,
Jun

** Attachment added: "dmesg_linux-5.0.0-21.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1838133/+attachment/5279800/+files/dmesg_linux-5.0.0-21.txt

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

Title:
  realtek r8822be kernel module fails after update to linux kernel-
  headers 5.0.0-21

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

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

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-07-28 Thread Jun Go
Hi Aaron~

I have attached a file containing the output of dmesg and lscpi from kernel 
5.0.0-21
Please let me know if I you need me to provide add'l info.

Thanks,
Jun

** Attachment added: "contains output of dmesg and lscpi requested by Canonical"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1838133/+attachment/5279689/+files/disco_19.04_linux-5.0.0-21_dmesg_lspci.md

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

Title:
  realtek r8822be kernel module fails after update to linux kernel-
  headers 5.0.0-21

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

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

[Bug 1838133] Re: realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-07-27 Thread Jun Go
Hi @lotuspsycheje ~

I ran the command "apport-collect 1838133" but I got the message "no
additional information collected". Should I just run "ubuntu-bug linux"?

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

Title:
  realtek r8822be kernel module fails after update to linux kernel-
  headers 5.0.0-21

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

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

[Bug 1838133] [NEW] realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21

2019-07-27 Thread Jun Go
Public bug reported:

On July 24th I upgraded to the latest linux-headers-5.0.0-21 as part of
the dist-upgrade for latest packages in Disco Dingo 19.04. I didn't
notice that wifi was no longer working because at work I exclusively use
a wired Ethernet connection.

Today, however, when I tried to use my realtek r8822be wireless card, I
discovered that it was totally unresponsive and did not work with
wpa_supplicant / wpa_cli even when invoked manually from the command
line (let alone with NetworkManager). When the problem occurred, I was
using 19.04's latest kernel 5.0.0-21.

I then rebooted and selected kernel 5.0.0-20 from GRUB menu. "uname -a"
shows that I am using the previous kernel version:

Linux pj 5.0.0-20-generic #21-Ubuntu SMP Mon Jun 24 09:32:09 UTC 2019
x86_64 x86_64 x86_64 GNU/Linux

With this kernel version as well as linux-headers-5.0.0.20, linux-
headers-5.0.0-20-generic, my realtek wireless card works fine. While
booted into 5.0.0-20 kernel, here are the realtek kernel modules that
are loaded:

# lsmod | grep r8
r8822be   692224  0
mac80211  806912  1 r8822be
cfg80211  671744  2 mac80211,r8822be
r8169  81920  0

Hopefully this realtek wireless regression can get fixed in the next
minor kernel version. Let me know if you need any more information.

Best Regards,
Jun

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: disco

** Description changed:

  On July 24th I upgraded to the latest linux-headers-5.0.0-21 as part of
  the dist-upgrade for latest packages in Disco Dingo 19.04. I didn't
- notice that wifi was no longer working because I at work I exclusively
- used a wired Ethernet connection.
+ notice that wifi was no longer working because at work I exclusively use
+ a wired Ethernet connection.
  
- However today when I tried to use my realtek r8822be wireless card, I
+ Today, however, when I tried to use my realtek r8822be wireless card, I
  discovered that it was totally unresponsive and did not work with
  wpa_supplicant / wpa_cli even when invoked manually from the command
  line (let alone with NetworkManager). When the problem occurred, I was
  using 19.04's latest kernel 5.0.0-21.
  
  I then rebooted and selected kernel 5.0.0-20 from GRUB menu. "uname -a"
  shows that I am using the previous kernel version:
  
  Linux pj 5.0.0-20-generic #21-Ubuntu SMP Mon Jun 24 09:32:09 UTC 2019
  x86_64 x86_64 x86_64 GNU/Linux
  
  With this kernel version as well as linux-headers-5.0.0.20, linux-
  headers-5.0.0-20-generic, my realtek wireless card works fine. While
  booted into 5.0.0-20 kernel, here are the realtek kernel modules that
  are loaded:
  
  # lsmod | grep r8
  r8822be   692224  0
  mac80211  806912  1 r8822be
  cfg80211  671744  2 mac80211,r8822be
  r8169  81920  0
  
  Hopefully this realtek wireless regression can get fixed in the next
  minor kernel version. Let me know if you need any more information.
  
  Best Regards,
  Jun

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

Title:
  realtek r8822be kernel module fails after update to linux kernel-
  headers 5.0.0-21

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

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

[Bug 1828736] [NEW] package uim-data (not installed) failed to install/upgrade: installed uim-anthy package pre-removal script subprocess returned error exit status 1

2019-05-12 Thread Jun Adachi
Public bug reported:

I tried to upgrade the UBUNTU on WSL. But it failed.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: uim-data (not installed)
ProcVersionSignature: Microsoft 4.4.0-17763.379-Microsoft 4.4.35
Uname: Linux 4.4.0-17763-Microsoft x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
Date: Mon May 13 01:59:55 2019
Dmesg: [0.046275]  Microsoft 4.4.0-17763.379-Microsoft 4.4.35
DpkgTerminalLog:
 Preparing to unpack .../uim-data_1%3a1.8.6+gh20180114.64e3173-2build2_all.deb 
...
 De-configuring uim-anthy (1:1.8.6-15) ...
 Error: in load: file "/usr/share/uim/lib/sigscheme-init.scm" not found
 dpkg: error processing archive 
/var/cache/apt/archives/uim-data_1%3a1.8.6+gh20180114.64e3173-2build2_all.deb 
(--unpack):
  installed uim-anthy package pre-removal script subprocess returned error exit 
status 1
ErrorMessage: installed uim-anthy package pre-removal script subprocess 
returned error exit status 1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2.1
 apt  1.6.10
SourcePackage: uim
Title: package uim-data (not installed) failed to install/upgrade: installed 
uim-anthy package pre-removal script subprocess returned error exit status 1
UpgradeStatus: Upgraded to bionic on 2019-05-12 (0 days ago)

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


** Tags: amd64 apport-package bionic uec-images

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

Title:
  package uim-data (not installed) failed to install/upgrade: installed
  uim-anthy package pre-removal script subprocess returned error exit
  status 1

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

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

[Bug 1818631] Re: SIGSEGV (core dump) java -Xmx64m -jar $JAR -storepass "$storepass"

2019-03-05 Thread Jun Aruga
Similar report here.
https://github.com/multiarch/qemu-user-static/issues/18


** Bug watch added: github.com/multiarch/qemu-user-static/issues #18
   https://github.com/multiarch/qemu-user-static/issues/18

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

Title:
  SIGSEGV (core dump) java -Xmx64m -jar $JAR -storepass "$storepass"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1818631/+subscriptions

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

[Bug 1818631] Re: SIGSEGV (core dump) java -Xmx64m -jar $JAR -storepass "$storepass"

2019-03-05 Thread Jun Aruga
Below is possibly same issue.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920562#5

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

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

Title:
  SIGSEGV (core dump) java -Xmx64m -jar $JAR -storepass "$storepass"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1818631/+subscriptions

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

[Bug 1818631] [NEW] SIGSEGV (core dump) java -Xmx64m -jar $JAR -storepass "$storepass"

2019-03-05 Thread Jun Aruga
Public bug reported:

## Environment

OS version: Ubuntu arm64-bionic
  I am using below ubuntu container.
  https://hub.docker.com/r/multiarch/ubuntu-debootstrap/tags/
ca-certificates-java: 20180516ubuntu1~18.04.1


```
$ uname -a
Linux 4e7245866a0e 4.15.0-1026-gcp #27~16.04.1-Ubuntu SMP Fri Dec 7 09:59:47 
UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
```

## How to reproduce

I created reproducer script.
https://github.com/junaruga/ubuntu-arm-java-sigsegv/blob/master/.travis.yml
The actual result. You can see the core dump here.
https://travis-ci.org/junaruga/ubuntu-arm-java-sigsegv/builds/501915248#L469-L492


```
$ git clone https://github.com/junaruga/ubuntu-arm-java-sigsegv.git
``

Then run Travis CI on your repository,

or run below commands

```
$ docker run --rm --privileged multiarch/qemu-user-static:register --reset
$ docker build --rm -t sample -f Dockerfile-arm64 .
```

or run below commands on your ARM (arm64) environment

```
# apt-get update && apt-get install -y ca-certificates-java
```


Below result is shown randomly with around 30%.
When trying 3 times, succeeded 2 times, failed 1 time on my impression.


```
...
Setting up ca-certificates-java (20180516ubuntu1~18.04.1) ...
/usr/bin/head: cannot open '/etc/ssl/certs/java/cacerts' for reading: No such 
file or directory
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0040013c8dd8, pid=5827, tid=5831
#
# JRE version:  (10.0.2+13) (build )
# Java VM: OpenJDK 64-Bit Server VM (10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed 
mode, tiered, compressed oops, g1 gc, linux-aarch64)
# Problematic frame:
# V  [libjvm.so+0x898dd8]
#
# Core dump will be written. Default location: Core dumps may be processed with 
"/usr/share/apport/apport %p %s %c %d %P" (or dumping to //core.5827)
#
# An error report file with more information is saved as:
# //hs_err_pid5827.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
/var/lib/dpkg/info/ca-certificates-java.postinst: line 76:  5826 Done   
 echo -e "-diginotar_root_ca\n-diginotar_root_ca_pem"
  5827 Aborted (core dumped) | java -Xmx64m -jar $JAR 
-storepass "$storepass"
dpkg: error processing package ca-certificates-java (--configure):
 installed ca-certificates-java package post-installation script subprocess 
returned error exit status 134
```


`default-jre` package installation is also failed for this issue.

** Affects: ca-certificates-java (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/1818631

Title:
  SIGSEGV (core dump) java -Xmx64m -jar $JAR -storepass "$storepass"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1818631/+subscriptions

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

[Bug 1790860] Re: ethernet driver update issue

2018-12-11 Thread Jun Baba
I also have the same error on 18.04 and kernel 4.15.0-42-generic...

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

Title:
  ethernet driver update issue

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

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

[Bug 1796722] Re: Unusual Region & Language settings on Live Session after clicking "Try Ubuntu"

2018-10-11 Thread Jun Kobayashi
#7 is accidentally posted.

I don't know much about other than Janpanese, but I can confirm input-souces 
settings are different between "choosing language on isolinux menu" and 
"choosing langage on Ubiquity Greeter" for above languages.

Hope this clarifies the issue.

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

Title:
  Unusual Region & Language settings on Live Session after clicking "Try
  Ubuntu"

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

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

[Bug 1796722] Re: Unusual Region & Language settings on Live Session after clicking "Try Ubuntu"

2018-10-11 Thread Jun Kobayashi
Thank you for your reply.

> The fact that Mozc isn't available is indeed an issue. It sounds to me
> as the same issue as the one reported at bug #1786344. Do you agree on
> that?

It seems to me this bug is a little different from the bug #1786344.
Comment #10 of the bug #1786344 you wrote could be related this bug,
but other comments may be related to other problem on inputting chinese.

> Besides that, it's unclear to me how your other observations are
> problems. If you think they are, please let us know what you think
> should be the expected behavior in the various examples.

This bug occurs only after maybe-ubiquity mode(ubiquity --greeter).
According to the bug #1766047, it's impossible to boot in maybe-ubiquity mode
when booting in UEFI. So this bug occurs when booting in legacy BIOS.

When choosing 日本語(Japanese) on isolinux menu and select
インストールせずにUbuntuを試してみる(Try Ubuntu without installing),
I can use Mozc without problems on live session.
dconf shows ('ibus', 'mozc-jp') for input-sources as follows.
This is totally expected behavior.
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash 
--- debian-installer/language=ja keyboard-configuration/layoutcode?=jp 
keyboard-configuration/modelcode?=jp106
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'jp'), ('ibus', 'mozc-jp')]
xkb-options=['lv3:ralt_switch']
--

But when waiting for ubiquity greeter dialog, select 日本語(Japanese), click 
Ubuntuを試す(Try Ubuntu),
I can't use Mozc on live session.
no ('ibus', 'mozc-jp') for input-sources and rarely used Japanese input sources 
are listed as follows.
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash 
--- maybe-ubiquity
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'jp'), ('xkb', 'nec_vndr/jp'), ('xkb', 'jp+OADG109A'), ('xkb', 
'jp+dvorak')]
xkb-options=@as []
--

I tried selecting other languages, the result is as follows.

Select Simplified Chinese on isolinux menu:
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash 
--- locale=zh_CN keyboard-configuration/layoutcode?=cn
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'cn'), ('ibus', 'libpinyin')]
xkb-options=['lv3:ralt_switch']
--
I don't know this is ideal settings for Chinese or not, but it includes 
('ibus', 'libpinyin') anyway.


Select Simplified Chinese on Ubiquity Greeter:
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash 
--- maybe-ubiquity
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'cn')]
xkb-options=@as []
--
Only [('xkb', 'cn')] is. This is the same as comment #10 of bug #1786344.


Select English on isolinux menu:
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash 
---
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'us')]
xkb-options=@as []
--


Select English on Ubiquity Greeter:
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash 
--- maybe-ubiquity
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'us'), ('xkb', 'au'), ('xkb', 'cm'), ('xkb', 'gb')]
xkb-options=@as []
--
4 input sources are listed.


Select Svenska on isolinux menu:
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash 
--- debian-installer/language=sv keyboard-configuration/layoutcode?=se
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'se')]
xkb-options=['lv3:ralt_switch']
--


Select Svenska on Ubiquity Greeter:
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash 
--- maybe-ubiquity
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'se'), ('xkb', 'se+dvorak'), ('xkb', 'se+mac'), ('xkb', 
'se+nodeadkeys')]
xkb-options=@as []
--

I don't know much about other than Janpanese, but I can confirm input-
souces settings

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

Title:
  Unusual Region & Language settings on Live Session after clicking "Try
  Ubuntu"

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

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

[Bug 1796722] Re: Unusual Region & Language settings on Live Session after clicking "Try Ubuntu"

2018-10-08 Thread Jun Kobayashi
** Attachment added: "4 Japanese input sources listed"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1796722/+attachment/5198774/+files/j.png

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

Title:
  Unusual Region & Language settings on Live Session after clicking "Try
  Ubuntu"

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

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

[Bug 1796722] Re: Unusual Region & Language settings on Live Session after clicking "Try Ubuntu"

2018-10-08 Thread Jun Kobayashi
** Attachment added: "4 Deutsch input sources listed"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1796722/+attachment/5198773/+files/d.png

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

Title:
  Unusual Region & Language settings on Live Session after clicking "Try
  Ubuntu"

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

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

[Bug 1796722] Re: Unusual Region & Language settings on Live Session after clicking "Try Ubuntu"

2018-10-08 Thread Jun Kobayashi
** Attachment added: "4 English input sources listed"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1796722/+attachment/5198772/+files/e.png

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

Title:
  Unusual Region & Language settings on Live Session after clicking "Try
  Ubuntu"

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

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

[Bug 1796722] [NEW] Unusual Region & Language settings on Live Session after clicking "Try Ubuntu"

2018-10-08 Thread Jun Kobayashi
Public bug reported:

I've faced this problem when I tried Cosmic daily iso with VirtualBox.

iso image: http://cdimage.ubuntu.com/daily-live/20181007/cosmic-desktop-
amd64.iso

Steps to Reproduce 1:
1. boot virtual pc with cosmic-desktop-amd64.iso
2. wait for Ubiquity dialoge
3. click "Try Ubuntu" button
4. wait for Live Session
5. input source selection menu is shown on right of topbar, including "en1", 
"en2", "cm" and "en3"
6. open Settings app and select "Region & Language"
7. 4 input sources listed: English(US), English(Australian), English(Cameroon), 
English(UK)

Steps to Reproduce 2:
1. boot virtual pc with cosmic-desktop-amd64.iso
2. wait for Ubiquity dialoge and select "Deutsch"
3. click "Ubuntu ausprobieren" button
4. wait for Live Session
5. input source selection menu is shown on right of topbar, including "de1", 
"de2", "be" and "de3"
6. open Einstellungen app and select "Region und Sprache"
7. 4 input sources listed: Deutsch, Deutsch (Österreich), Belgisch, Deutsch 
(Schweiz)
"English (United States)" for Sprache, "United States" for Formate

Steps to Reproduce 3:
1. boot virtual pc with cosmic-desktop-amd64.iso
2. wait for Ubiquity dialoge and select "日本語"
3. click "Ubuntuを試す" button
4. wait for Live Session
5. input source selection menu is shown on right of topbar, including "ja1", 
"ja2", "ja3" and "ja4"
6. open Settings app and select "Region & Language"
7. 4 input sources listed: Japanese, Japanese (PC-98), Japanese (OADG 109A), 
Japanese (Dvorak)
This setting don't supports inputting Japanese.

When I selected "Try Ubuntu without installing" on isolinux menu and login 
directly into Live Session, only "English (US)" is shown for input source.This 
seem to be normal setting.
When I selected "Deutsch" and boot Live Session, only "Deutsch" is shown for 
input source.
When I selected "日本語" and boot Live Session, "Japanese" and "日本語(Mozc)" are 
shown.This setting supports inputting Japanese.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: ubiquity 18.10.9
ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
Uname: Linux 4.18.0-8-generic x86_64
ApportVersion: 2.20.10-0ubuntu11
Architecture: amd64
CasperVersion: 1.396
CurrentDesktop: ubuntu:GNOME
Date: Mon Oct  8 17:11:12 2018
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 18.10 "Cosmic Cuttlefish" - Beta amd64 (20181007)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ja_JP.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug cosmic ubiquity-18.10.9 ubuntu

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

Title:
  Unusual Region & Language settings on Live Session after clicking "Try
  Ubuntu"

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

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

[Bug 1575053] Re: Please move the "$HOME/snap" directory to a less obtrusive location

2018-09-26 Thread Ernst Rohlicek jun.
I can only second what Viktora has suggested and stated.

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

Title:
  Please move the "$HOME/snap" directory to a less obtrusive location

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

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

[Bug 1575053] Re: Please move the "$HOME/snap" directory to a less obtrusive location

2018-08-08 Thread Ernst Rohlicek jun.
Placing applications into $HOME/snap/ is annoying.

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

Title:
  Please move the "$HOME/snap" directory to a less obtrusive location

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

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

[Bug 1778765] Re: Ubuntu 18.04 NVMe disks are not displayed on lsblk, kernel-bug-exists-upstream

2018-06-28 Thread Jun Kong
** Summary changed:

- Ubuntu 18.04 NVMe disks are not displayed on lsblk
+ Ubuntu 18.04 NVMe disks are not displayed on lsblk, kernel-bug-exists-upstream

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

Title:
  Ubuntu 18.04 NVMe disks are not displayed on lsblk, kernel-bug-exists-
  upstream

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

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

[Bug 1778765] Re: Ubuntu 18.04 NVMe disks are not displayed on lsblk

2018-06-28 Thread Jun Kong
Tried that rc2 kernel, still the same problem.

root@localhost:~# lsblk -a
NAMEMAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
loop0 7:00 0 loop
loop1 7:10 0 loop
loop2 7:20 0 loop
loop3 7:30 0 loop
loop4 7:40 0 loop
loop5 7:50 0 loop
loop6 7:60 0 loop
loop7 7:70 0 loop
sda   8:00 465.8G  0 disk
├─sda18:10   476M  0 part /boot
├─sda28:20  30.8G  0 part [SWAP]
└─sda38:30 434.6G  0 part /
sdb   8:16   0 931.5G  0 disk
sr0  11:01  1024M  0 rom
nvme0n1 259:00 0 disk
root@localhost:~# nvme list
Node SN   Model
Namespace Usage  Format   FW Rev
   
- --  
/dev/nvme0n1 CJH0020005EB HUSMR7616BDP301  
1   1.92  TB /   1.92  TB512   B +  8 B   KNECD105

root@localhost:~# uname -sr
Linux 4.18.0-041800rc2-generic
root@localhost:~#


** Changed in: linux (Ubuntu Bionic)
   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/1778765

Title:
  Ubuntu 18.04 NVMe disks are not displayed on lsblk

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

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

[Bug 1778765] Re: Ubuntu 18.04 NVMe disks are not displayed on lsblk

2018-06-26 Thread Jun Kong
precisely, its size is 0 and hence lsblk ignores it without option -a.

# lsblk -a
NAMEMAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
loop0 7:00 0 loop
loop1 7:10 0 loop
loop2 7:20 0 loop
loop3 7:30 0 loop
loop4 7:40 0 loop
loop5 7:50 0 loop
loop6 7:60 0 loop
loop7 7:70 0 loop
sda   8:00 465.8G  0 disk
├─sda18:10   476M  0 part /boot
├─sda28:20  30.8G  0 part [SWAP]
└─sda38:30 434.6G  0 part /
sdb   8:16   0 931.5G  0 disk
sr0  11:01  1024M  0 rom
nvme0n1 259:00 0 disk

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

Title:
  Ubuntu 18.04 NVMe disks are not displayed on lsblk

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

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

[Bug 1778765] Re: Ubuntu 18.04 NVMe disks are not displayed on lsblk

2018-06-26 Thread Jun Kong
Unable to run this command

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

Title:
  Ubuntu 18.04 NVMe disks are not displayed on lsblk

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

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

[Bug 1778765] [NEW] Ubuntu 18.04 NVMe disks are not displayed on lsblk

2018-06-26 Thread Jun Kong
Public bug reported:

Following the suggestion #12 on bug 1758205 to raise a new one


I have updated kernel to 4.15.0-23-generic and still see the problem reported 
in 1758205:

root@localhost:/sys/block# nvme list
Node SN Model Namespace Usage Format FW Rev
   
- --  
/dev/nvme0n1 CJH0020005EB HUSMR7616BDP301 1 1.92 TB / 1.92 TB 512 B + 8 B 
KNECD105

root@localhost:/sys/block# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 465.8G 0 disk
├─sda1 8:1 0 476M 0 part /boot
├─sda2 8:2 0 30.8G 0 part [SWAP]
└─sda3 8:3 0 434.6G 0 part /
sdb 8:16 0 931.5G 0 disk
sr0 11:0 1 1024M 0 rom
root@localhost:/sys/block# ls -l /sys/block/
total 0
lrwxrwxrwx 1 root root 0 Jun 25 15:05 loop0 -> ../devices/virtual/block/loop0
lrwxrwxrwx 1 root root 0 Jun 25 15:05 loop1 -> ../devices/virtual/block/loop1
lrwxrwxrwx 1 root root 0 Jun 25 15:05 loop2 -> ../devices/virtual/block/loop2
lrwxrwxrwx 1 root root 0 Jun 25 15:05 loop3 -> ../devices/virtual/block/loop3
lrwxrwxrwx 1 root root 0 Jun 25 15:05 loop4 -> ../devices/virtual/block/loop4
lrwxrwxrwx 1 root root 0 Jun 25 15:05 loop5 -> ../devices/virtual/block/loop5
lrwxrwxrwx 1 root root 0 Jun 25 15:05 loop6 -> ../devices/virtual/block/loop6
lrwxrwxrwx 1 root root 0 Jun 25 15:05 loop7 -> ../devices/virtual/block/loop7
lrwxrwxrwx 1 root root 0 Jun 25 15:05 nvme0n1 -> 
../devices/pci:00/:00:01.1/:02:00.0/nvme/nvme0/nvme0n1
lrwxrwxrwx 1 root root 0 Jun 25 15:05 sda -> 
../devices/pci:00/:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sda
lrwxrwxrwx 1 root root 0 Jun 25 15:05 sdb -> 
../devices/pci:00/:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdb
lrwxrwxrwx 1 root root 0 Jun 25 15:05 sr0 -> 
../devices/pci:00/:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sr0
root@localhost:/sys/block# lspci -nn | grep -i Non
02:00.0 Non-Volatile memory controller [0108]: HGST, Inc. Ultrastar SN200 
Series NVMe SSD [1c58:0023] (rev 02)
root@localhost:/sys/block# blockdev --getsize64 /dev/nvme0n1
0
root@localhost:/sys/block#

# cat /proc/version_signature
Ubuntu 4.15.0-23.25-generic 4.15.18


# dmidecode -t 2
# dmidecode 3.1
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
Manufacturer: ASUSTeK Computer INC.
Product Name: P8Z68-V PRO
Version: Rev 1.xx
Serial Number: 11010417300
Asset Tag: To be filled by O.E.M.
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: To be filled by O.E.M.
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handles: 0

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

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

Title:
  Ubuntu 18.04 NVMe disks are not displayed on lsblk

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

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

[Bug 1758205] Re: Ubuntu 18.04 NVMe disks are not displayed on lsblk and /dev/disk/by-path (NVMe / Bolt ) (systemd?)

2018-06-25 Thread Jun Kong
I have updated kernel to 4.15.0-23-generic and still see this problem:

root@localhost:/sys/block# nvme list
Node SN   Model
Namespace Usage  Format   FW Rev
   
- --  
/dev/nvme0n1 CJH0020005EB HUSMR7616BDP301  
1   1.92  TB /   1.92  TB512   B +  8 B   KNECD105

root@localhost:/sys/block# lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda  8:00 465.8G  0 disk
├─sda1   8:10   476M  0 part /boot
├─sda2   8:20  30.8G  0 part [SWAP]
└─sda3   8:30 434.6G  0 part /
sdb  8:16   0 931.5G  0 disk
sr0 11:01  1024M  0 rom
root@localhost:/sys/block# ls -l /sys/block/
total 0
lrwxrwxrwx 1 root root 0 Jun 25 15:05 loop0 -> ../devices/virtual/block/loop0
lrwxrwxrwx 1 root root 0 Jun 25 15:05 loop1 -> ../devices/virtual/block/loop1
lrwxrwxrwx 1 root root 0 Jun 25 15:05 loop2 -> ../devices/virtual/block/loop2
lrwxrwxrwx 1 root root 0 Jun 25 15:05 loop3 -> ../devices/virtual/block/loop3
lrwxrwxrwx 1 root root 0 Jun 25 15:05 loop4 -> ../devices/virtual/block/loop4
lrwxrwxrwx 1 root root 0 Jun 25 15:05 loop5 -> ../devices/virtual/block/loop5
lrwxrwxrwx 1 root root 0 Jun 25 15:05 loop6 -> ../devices/virtual/block/loop6
lrwxrwxrwx 1 root root 0 Jun 25 15:05 loop7 -> ../devices/virtual/block/loop7
lrwxrwxrwx 1 root root 0 Jun 25 15:05 nvme0n1 -> 
../devices/pci:00/:00:01.1/:02:00.0/nvme/nvme0/nvme0n1
lrwxrwxrwx 1 root root 0 Jun 25 15:05 sda -> 
../devices/pci:00/:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sda
lrwxrwxrwx 1 root root 0 Jun 25 15:05 sdb -> 
../devices/pci:00/:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdb
lrwxrwxrwx 1 root root 0 Jun 25 15:05 sr0 -> 
../devices/pci:00/:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sr0
root@localhost:/sys/block# lspci -nn | grep -i Non
02:00.0 Non-Volatile memory controller [0108]: HGST, Inc. Ultrastar SN200 
Series NVMe SSD [1c58:0023] (rev 02)
root@localhost:/sys/block# blockdev --getsize64 /dev/nvme0n1
0
root@localhost:/sys/block#

# cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/;
SUPPORT_URL="https://help.ubuntu.com/;
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

# dmidecode -t 2
# dmidecode 3.1
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
Manufacturer: ASUSTeK Computer INC.
Product Name: P8Z68-V PRO
Version: Rev 1.xx
Serial Number: 11010417300
Asset Tag: To be filled by O.E.M.
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: To be filled by O.E.M.
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handles: 0


4.15.0-23-generic #25-Ubuntu SMP Wed May 23 18:02:16 UTC 2018 x86_64 x86_64 
x86_64 GNU/Linux

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

Title:
  Ubuntu 18.04 NVMe disks are not displayed on lsblk and /dev/disk/by-
  path (NVMe / Bolt ) (systemd?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1758205/+subscriptions

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

[Bug 1772668] [NEW] package linux-image-extra-4.4.0-127-generic 4.4.0-127.153 failed to install/upgrade: package linux-image-extra-4.4.0-127-generic is already installed and configured

2018-05-22 Thread Jun via ubuntu-bugs
Public bug reported:

happened after update

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-extra-4.4.0-127-generic 4.4.0-127.153
ProcVersionSignature: Ubuntu 4.4.0-127.153-generic 4.4.128
Uname: Linux 4.4.0-127-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.17
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  mac1615 F pulseaudio
 /dev/snd/controlC0:  mac1615 F pulseaudio
Date: Tue May 22 23:42:32 2018
DuplicateSignature:
 package:linux-image-extra-4.4.0-127-generic:4.4.0-127.153
 Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
 dpkg: error processing package iucode-tool (--configure):
  package iucode-tool is already installed and configured
ErrorMessage: package linux-image-extra-4.4.0-127-generic is already installed 
and configured
HibernationDevice: RESUME=UUID=00120872-fbca-4a08-9cbb-483c85b6febc
InstallationDate: Installed on 2017-01-27 (479 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
IwConfig:
 lono wireless extensions.
 
 enp0s31f6  no wireless extensions.
MachineType: MSI MS-7998
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic.efi.signed 
root=UUID=1a92aa1a-61d5-42cf-8762-a1ee3edd5713 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 N/A
RfKill:
 
SourcePackage: dpkg
Title: package linux-image-extra-4.4.0-127-generic 4.4.0-127.153 failed to 
install/upgrade: package linux-image-extra-4.4.0-127-generic is already 
installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/22/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2.20
dmi.board.asset.tag: Default string
dmi.board.name: C236A WORKSTATION (MS-7998)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.20:bd02/22/2016:svnMSI:pnMS-7998:pvr1.0:rvnMSI:rnC236AWORKSTATION(MS-7998):rvr1.0:cvnMSI:ct3:cvr1.0:
dmi.product.name: MS-7998
dmi.product.version: 1.0
dmi.sys.vendor: MSI

** Affects: dpkg (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/1772668

Title:
  package linux-image-extra-4.4.0-127-generic 4.4.0-127.153 failed to
  install/upgrade: package linux-image-extra-4.4.0-127-generic is
  already installed and configured

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

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

[Bug 1772665] [NEW] package linux-image-4.4.0-127-generic 4.4.0-127.153 failed to install/upgrade: package linux-image-4.4.0-127-generic is already installed and configured

2018-05-22 Thread Jun via ubuntu-bugs
Public bug reported:

Happened after update.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-127-generic 4.4.0-127.153
ProcVersionSignature: Ubuntu 4.4.0-127.153-generic 4.4.128
Uname: Linux 4.4.0-127-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.17
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  mac1615 F pulseaudio
 /dev/snd/controlC0:  mac1615 F pulseaudio
CrashReports:
 600:109:116:0:2018-05-22 23:44:34.290635720 +1000:2018-05-22 
23:44:34.290635720 +1000:/var/crash/iucode-tool.0.uploaded
 640:0:116:395768:2018-05-22 23:44:15.558525800 +1000:2018-05-22 
23:44:26.010913673 +1000:/var/crash/iucode-tool.0.crash
 644:0:116:0:2018-05-22 23:44:26.010913673 +1000:2018-05-22 23:44:26.010913673 
+1000:/var/crash/iucode-tool.0.upload
 600:0:116:174077:2018-05-22 23:42:31.469893932 +1000:2018-05-22 
23:42:32.469893932 +1000:/var/crash/linux-image-extra-4.4.0-127-generic.0.crash
 600:0:116:174065:2018-05-22 23:42:31.461893558 +1000:2018-05-22 
23:42:32.461893558 +1000:/var/crash/linux-image-4.4.0-127-generic.0.crash
Date: Tue May 22 23:42:32 2018
DuplicateSignature:
 package:linux-image-4.4.0-127-generic:4.4.0-127.153
 Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
 dpkg: error processing package iucode-tool (--configure):
  package iucode-tool is already installed and configured
ErrorMessage: package linux-image-4.4.0-127-generic is already installed and 
configured
HibernationDevice: RESUME=UUID=00120872-fbca-4a08-9cbb-483c85b6febc
InstallationDate: Installed on 2017-01-27 (479 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
IwConfig:
 lono wireless extensions.
 
 enp0s31f6  no wireless extensions.
MachineType: MSI MS-7998
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic.efi.signed 
root=UUID=1a92aa1a-61d5-42cf-8762-a1ee3edd5713 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 N/A
RfKill:
 
SourcePackage: dpkg
Title: package linux-image-4.4.0-127-generic 4.4.0-127.153 failed to 
install/upgrade: package linux-image-4.4.0-127-generic is already installed and 
configured
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/22/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2.20
dmi.board.asset.tag: Default string
dmi.board.name: C236A WORKSTATION (MS-7998)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.20:bd02/22/2016:svnMSI:pnMS-7998:pvr1.0:rvnMSI:rnC236AWORKSTATION(MS-7998):rvr1.0:cvnMSI:ct3:cvr1.0:
dmi.product.name: MS-7998
dmi.product.version: 1.0
dmi.sys.vendor: MSI

** Affects: dpkg (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/1772665

Title:
  package linux-image-4.4.0-127-generic 4.4.0-127.153 failed to
  install/upgrade: package linux-image-4.4.0-127-generic is already
  installed and configured

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

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

[Bug 1767203] [NEW] Wrong Japanese input setting after click "Try Ubuntu"

2018-04-26 Thread Jun Kobayashi
Public bug reported:

1. boot Bionic final(20180426) iso with legacy bios (I'm using VirtualBox)
2. no input on isolinux screen and wait for ubiquity
3. Select 日本語 and Ubuntuを試す(Try Ubuntu) button
4. GNOME desktop is up. 4 keyboard layouts added as follows.
  Japanese
  Japanese (PC-98)
  Japanese (ODAG 109A)
  Japanese (Dvorak)

Expected Results:

Following 2 layouts added:

  Japanese
  日本語 (Mozc)

And "日本語 (Mozc)" should be selected by default.
This is because "日本語 (Mozc)" supports to input both Latin characters and 
Japanese characters.
So most of Japanese users always use "日本語 (Mozc)" and no need to switch 
"Japanese" layout.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Thu Apr 26 20:53:36 2018
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ja_JP.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

** Attachment added: "2018-04-26_23-49-44.png"
   
https://bugs.launchpad.net/bugs/1767203/+attachment/5127919/+files/2018-04-26_23-49-44.png

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

Title:
  Wrong Japanese input setting after click "Try Ubuntu"

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

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

[Bug 1592669] Re: postinst fails when daemon is not running (or is disabled by policy-rc.d)

2017-10-24 Thread Jun Yamut
Ok, done and done. Thanks Lars.

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

Title:
  postinst fails when daemon is not running (or is disabled by policy-
  rc.d)

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

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

[Bug 1592669] Re: postinst fails when daemon is not running (or is disabled by policy-rc.d)

2017-10-24 Thread Jun Yamut
Hi Christian,

Sorry, I was not very clear, and thank you for the prompt reply. I have
tried the workaround before I posted my comment here. It does not work.
Note I cannot uninstall MySQL. I need it. And yes, I don't want the
service to run on boot, preferring to start it manually (Although I can
change this of course, probably pads a couple milliseconds @ boot time
but SSD speed is almost negligible).  :)

>From what I read above and in other reports, this is what I have done so far:
1) enable the service - systemctl enable mysql.service
2) start if not yet started - systemctl start mysql.service
3) apt upgrade

But it seems the `enable` command has some errors - sudo systemctl
enable mysql.service

Result:
Synchronizing state of mysql.service with SysV init with 
/lib/systemd/systemd-sysv-install...
Executing /lib/systemd/systemd-sysv-install enable mysql
insserv: warning: current start runlevel(s) (empty) of script `mysql' overrides 
LSB defaults (2 3 4 5).
update-rc.d: error: no runlevel symlinks to modify, aborting!

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

Title:
  postinst fails when daemon is not running (or is disabled by policy-
  rc.d)

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

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

[Bug 1592669] Re: postinst fails when daemon is not running (or is disabled by policy-rc.d)

2017-10-24 Thread Jun Yamut
How do I get around this issue? I just got this error after getting an
update today. I'm on 16.04.3

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

Title:
  postinst fails when daemon is not running (or is disabled by policy-
  rc.d)

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

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

[Bug 1605948] Re: mysql_upgrade: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) while connecting to the MySQL server

2017-10-23 Thread Jun Yamut
*** This bug is a duplicate of bug 1592669 ***
https://bugs.launchpad.net/bugs/1592669

Getting this exact same error after updating today. The workaround
suggested above does not fix this issue.   I'm on 16.04.3.

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

Title:
  mysql_upgrade: Got error: 2002: Can't connect to local MySQL server
  through socket '/var/run/mysqld/mysqld.sock' (2) while connecting to
  the MySQL server

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

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

[Bug 1723382] Re: ibus keyboard source added each time I log in

2017-10-13 Thread Jun Kobayashi
*** This bug is a duplicate of bug 1723358 ***
https://bugs.launchpad.net/bugs/1723358

** This bug has been marked a duplicate of bug 1723358
   gnome-settings-daemon duplicate input-sources each login

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

Title:
  ibus keyboard source added each time I log in

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

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

[Bug 1723382] [NEW] ibus keyboard source added each time I log in

2017-10-13 Thread Jun Kobayashi
Public bug reported:

ibus keyboard source added each time I log in.
I'm attaching screenshot.

The cause seems to be in debian/patches/ubuntu_ibus_configs.patch

Ubuntu version: 17.10
Package version: 3.26.1-0ubuntu4

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

** Attachment added: "Screenshot from 2017-10-13 17-35-11.png"
   
https://bugs.launchpad.net/bugs/1723382/+attachment/4969705/+files/Screenshot%20from%202017-10-13%2017-35-11.png

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

Title:
  ibus keyboard source added each time I log in

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

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

[Bug 1686084] Re: x11vnc on zesty terminates with **stack smashing detected** error

2017-07-18 Thread Jun Kobayashi
I've created x11vnc package adding the patches from 
https://github.com/LibVNC/x11vnc/pull/25 and works fine.
I'm attaching debdiff.

** Patch added: "x11vnc.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/x11vnc/+bug/1686084/+attachment/4917270/+files/x11vnc.debdiff

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

Title:
  x11vnc on zesty terminates with **stack smashing detected** error

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

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


[Bug 1687656] Re: package python-configparser 3.3.0r2-2 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2017-05-02 Thread Wu Jun
by the way, this bug is happened when I try to remove and reinstall the
gnome-tweak-tool, but the system does not wants me to do so

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

Title:
  package python-configparser 3.3.0r2-2 failed to install/upgrade: 子进程
  已安装 post-installation 脚本 返回错误状态 1

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

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

[Bug 1687656] [NEW] package python-configparser 3.3.0r2-2 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2017-05-02 Thread Wu Jun
Public bug reported:

when I start the gnome3, the system tells me this bug, it is about
python package and gnome-tweak-tool, and then I cannot start gnome-
tweak-tool.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python-configparser 3.3.0r2-2
ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-49-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
Date: Tue May  2 22:25:16 2017
ErrorMessage: 子进程 已安装 post-installation 脚本 返回错误状态 1
InstallationDate: Installed on 2017-04-30 (2 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SourcePackage: configparser
Title: package python-configparser 3.3.0r2-2 failed to install/upgrade: 子进程 已安装 
post-installation 脚本 返回错误状态 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: configparser (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/1687656

Title:
  package python-configparser 3.3.0r2-2 failed to install/upgrade: 子进程
  已安装 post-installation 脚本 返回错误状态 1

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

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

[Bug 1453076] Re: Error: Cannot validate PXE bootloader. Some parameters were missing in node's driver_info. Missing are: ['deploy_ramdisk', 'deploy_kernel']

2017-04-17 Thread Jun Luo
** Also affects: 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/1453076

Title:
  Error: Cannot validate PXE bootloader. Some parameters were missing in
  node's driver_info. Missing are: ['deploy_ramdisk', 'deploy_kernel']

To manage notifications about this bug go to:
https://bugs.launchpad.net/os-cloud-config/+bug/1453076/+subscriptions

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


[Bug 1682126] Re: [date/time setting] 时间与日期中的时针显示为hour

2017-04-12 Thread Ma Jun
cyphermox, this maybe the problem of translation. We will confirm it later 
after the release. 
Thanks:)

** Attachment added: "ubuntukylin1704-date-setting.png"
   
https://bugs.launchpad.net/ubuntukylin/+bug/1682126/+attachment/4860940/+files/ubuntukylin1704-date-setting.png

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

Title:
  [date/time setting] 时间与日期中的时针显示为hour

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

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

[Bug 1678415] Re: Failed to translate English words in slide show to Chinese

2017-04-06 Thread Ma Jun
Thanks cyphermox:)
The problem has been resolved in the latest daily iso. So I change the state 
into fix released.

** Changed in: ubuntukylin
   Status: Confirmed => Fix Released

** Changed in: ubiquity-slideshow-ubuntu (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Failed to translate English words in slide show to Chinese

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

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


[Bug 1679788] Re: does not work on ppc64el or s390x

2017-04-04 Thread Ma Jun
@cyphermox @handsome_feng @kobe24-lixiang
The first step, we can limit the target architecture.

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

Title:
  does not work on ppc64el or s390x

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

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


[Bug 1678415] Re: Failed to translate English words in slide show to Chinese

2017-04-01 Thread Ma Jun
The content of the slideshow has been updated since the latest update of
ubiquity-slideshow-ubuntu. However, after I select Chinese, the content
is showed in English as attachment.

** Changed in: ubuntukylin
   Status: New => Confirmed

** Changed in: ubuntukylin
   Importance: Undecided => Critical

** Changed in: ubuntukylin
 Assignee: (unassigned) => ShuiLu Pi (pishuilu1128)

** Attachment added: "UbuntuKylin_01_04_2017-en.png"
   
https://bugs.launchpad.net/ubuntukylin/+bug/1678415/+attachment/4851874/+files/UbuntuKylin_01_04_2017-en.png

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

Title:
  Failed to translate English words in slide show to Chinese

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

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


[Bug 1664235] Re: [FFe] peony

2017-03-21 Thread Ma Jun
Thanks Bhavani, we will check these issues.

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

Title:
  [FFe] peony

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

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


[Bug 1663477] Re: [FFe] UKUI desktop environment

2017-03-10 Thread Ma Jun
Hi Jeremy, yes, we want to switch to UKUI by default. We have made iso
tests locally and checked the needing packages. After all the UKUI
packages are ready in the archive, we will change other UK packages
adaptable to UKUI. Thanks.

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

Title:
  [FFe] UKUI desktop environment

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

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


[Bug 1664232] Re: [FFe] ukui-indicators

2017-02-26 Thread Ma Jun
Hi Laney, as jbicha said we host the code on github: 
https://github.com/ukui/ukui-indicators.
Meanwhile, we also have created ukui PPA: 
https://launchpad.net/~ubuntukylin-members/+archive/ubuntu/ukui. Thanks a lot!

** Description changed:

  The UKUI Indicators is a small applet to display information from various 
applications consistently in the panel. The indicator applet exposes Ayatana 
Indicators in the UKUI Panel. Ayatana Indicators are an initiative by Canonical 
to provide crisp and clean system and application status indication. They take 
the form of an icon and associated menu, displayed (usually) in the desktop 
panel. Existing indicators include the Message Menu, Battery Menu and Sound 
menu.
  It forks from mate-indicators, but we rewrited all the codes.
  It is a part of UKUI desktop environment: Bug #1663477.
  And It also runs well on Ubuntu Mate.
  
  URL: https://github.com/ukui/ukui-indicators
  License: GPL-2+,
+ 
+ PPA: https://launchpad.net/~ubuntukylin-members/+archive/ubuntu/ukui

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

Title:
  [FFe] ukui-indicators

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

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


[Bug 1430246] Re: Impossible to unlock lock screen for user without password

2016-10-08 Thread Jun Sun
I can confirm this bug still exists in 16.04lts, which really sucks. +1

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

Title:
  Impossible to unlock lock screen for user without password

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

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


[Bug 1577920] Re: dbus-launch et al. still running after XFCE session exits

2016-09-26 Thread Joonhee, Jun
Maybe it looks this issue is related with this...

http://serverfault.com/a/117157

And I solved my issue above by making a wrapper script like below.

http://stackoverflow.com/a/18187407

Hopefully it helps to someone like me...

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

Title:
  dbus-launch et al. still running after XFCE session exits

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

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


[Bug 1577920] Re: dbus-launch et al. still running after XFCE session exits

2016-09-26 Thread Joonhee, Jun
Same problem here.

I am running a couple of autostart user processes and it still remains even 
after log out.
Further these autostart processes are additionally run when I log in again.

So,

Log out, Log in  ===>  duplicated autostart processes run.

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

Title:
  dbus-launch et al. still running after XFCE session exits

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

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


[Bug 1617505] Re: gcin didnt work in gnome-terminal after updating ubuntu

2016-08-28 Thread Su, Jun-Ming
fix_get_gcin_xim_name.patch: Fix gnome-terminal-server crash issue for
yakkety.

** Patch added: "gcin_2.8.4+dfsg1-9build1~1ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/gcin/+bug/1617505/+attachment/4729208/+files/gcin_2.8.4+dfsg1-9build1~1ubuntu1.debdiff

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

Title:
  gcin didnt work in gnome-terminal after updating ubuntu

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

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


[Bug 1617505] Re: gcin didnt work in gnome-terminal after updating ubuntu

2016-08-28 Thread Su, Jun-Ming
fix_get_gcin_xim_name.patch: Fix gnome-terminal-server crash issue.

** Patch added: "gcin_2.8.4+dfsg1-1ubuntu1.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/gcin/+bug/1617505/+attachment/4729178/+files/gcin_2.8.4+dfsg1-1ubuntu1.1.debdiff

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

Title:
  gcin didnt work in gnome-terminal after updating ubuntu

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

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


[Bug 1617505] [NEW] gcin didnt work in gnome-terminal after updating ubuntu

2016-08-26 Thread Su, Jun-Ming
Public bug reported:

After update Ubuntu to 16.04.1 gcin didnt work in gnome-terminal, and
send out the message.

> /usr/bin/gnome-terminal
Error creating terminal: Message recipient disconnected from message bus 
without replying

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

** Summary changed:

- gcin didnt work in gnome-terminal after update ubuntu
+ gcin didnt work in gnome-terminal after updating ubuntu

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

Title:
  gcin didnt work in gnome-terminal after updating ubuntu

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

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


[Bug 1607705] Re: package roundcube-core 1.2~beta+dfsg.1-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-08-02 Thread Jun Inquig
I have the same problem when I upgraded from 14.04 to 16.04. The
instruction is to run apt-get -f install and I got this error which
obviously is very alien for me as a newbie. Any help will be
appreciated. Thank you.

The following packages will be upgraded:
  roundcube roundcube-core
2 upgraded, 0 newly installed, 0 to remove and 18 not upgraded.
2 not fully installed or removed.
Need to get 0 B/1,930 kB of archives.
After this operation, 5,036 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Preconfiguring packages ...
(Reading database ... 324894 files and directories currently installed.)
Preparing to unpack .../roundcube-core_1.2~beta+dfsg.1-0ubuntu1_all.deb ...
dpkg-maintscript-helper: error: directory '/var/lib/roundcube/config' contains 
files not owned by package roundcube-core:all, cannot switch to symlink
dpkg: error processing archive 
/var/cache/apt/archives/roundcube-core_1.2~beta+dfsg.1-0ubuntu1_all.deb 
(--unpack):
 subprocess new pre-installation script returned error exit status 1
Reinstalling /etc/roundcube/db.inc.php that was moved away
dbconfig-common: flushing administrative password
dpkg: considering deconfiguration of roundcube-core, which would be broken by 
installation of roundcube ...
dpkg: yes, will deconfigure roundcube-core (broken by roundcube)
Preparing to unpack .../roundcube_1.2~beta+dfsg.1-0ubuntu1_all.deb ...
De-configuring roundcube-core (0.9.5-4) ...
dpkg-maintscript-helper: error: directory '/usr/share/doc/roundcube' contains 
files not owned by package roundcube:all, cannot switch to symlink
dpkg: error processing archive 
/var/cache/apt/archives/roundcube_1.2~beta+dfsg.1-0ubuntu1_all.deb (--unpack):
 subprocess new pre-installation script returned error exit status 1
dbconfig-common: flushing administrative password
Errors were encountered while processing:
 /var/cache/apt/archives/roundcube-core_1.2~beta+dfsg.1-0ubuntu1_all.deb
 /var/cache/apt/archives/roundcube_1.2~beta+dfsg.1-0ubuntu1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Title:
  package roundcube-core 1.2~beta+dfsg.1-0ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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


[Bug 1595383] [NEW] Registration Timeout is Excessively Long

2016-06-22 Thread Jun Inoue
Public bug reported:

I'm suffering from a problem where gnome-session pauses for a very long
time (90 seconds) during login.  I type in my password to lightdm, the
screen switches to show my wallpaper, but nothing else, and for the next
minute and a half, I can't do anything besides move the cursor.  Clicks
don't do anything, key combinations to start a terminal don't work.  In
/var/log/syslog, I see a message

Jun 23 11:24:21 jun-MacBookAir gnome-session[1591]: gnome-session-
binary[1591]: WARNING: Application 'at-spi-dbus-bus.desktop' failed to
register before timeout

which seems to be caused by a problem with at-spi-dbus-bus.desktop, but
this bug report is not about that.  The bug I'd like to report here is
that gnome-session's timeout is *way* too long.  At first I had no idea
that the login was going to succeed at all, because it was frozen for so
long, and I kept rebooting by pushing the power button.

The 90-second wait seems to be hard-coded in the source, with a remark
that waiting long enough is critical on slower media like CD-ROMs.
While I can see how that's a concern, it makes no sense on a desktop
installation booting from the SSD.  The long wait interferes with
debugging the problem (because every single thing I try takes at least
90 seconds), and will ensure that a problem in any of the components
like at-spi-dbus-bus.desktop will show up as a serious inconvenience.  I
for one cannot stand a computer that takes minutes to boot, just because
one component is acting erratically.

Please make this timeout shorter if at all possible, or at least
configurable.  Better yet, please have this automatically configured by
benchmarking the system upon installation.

In the meantime, I'm attaching a patch for anyone who wants a quick work
around to this nasty problem.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-session 3.18.1.2-1ubuntu1.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
Uname: Linux 4.4.0-24-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu Jun 23 13:07:40 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-11-12 (223 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
PackageArchitecture: all
SourcePackage: gnome-session
UpgradeStatus: Upgraded to xenial on 2016-05-28 (25 days ago)

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


** Tags: amd64 apport-bug xenial

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

Title:
  Registration Timeout is Excessively Long

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

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


[Bug 1595383] Re: Registration Timeout is Excessively Long

2016-06-22 Thread Jun Inoue
This patch changes the timeout to 5 seconds, which is probably too short
for some slower media but reasonable for desktop installations.  This is
just a workaround as noted above; not meant for upstream.

** Patch added: "shorter-timeout.patch"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1595383/+attachment/4688851/+files/shorter-timeout.patch

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

Title:
  Registration Timeout is Excessively Long

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

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


[Bug 1595165] [NEW] package mysql-server-5.7 not installed failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-06-22 Thread Jun
Public bug reported:

Setting up mysql-server-5.7 (5.7.12-0ubuntu1) ...
Job for mysql.service failed because the control process exited with error 
code. See "systemctl status mysql.service" and "journalctl -xe" for details.
invoke-rc.d: initscript mysql, action "start" failed.
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: mysql-server-5.7 (not installed)
ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
Uname: Linux 4.4.0-24-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
AptOrdering:
 mysql-server-5.7: Configure
 mysql-server: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Wed Jun 22 22:18:05 2016
DpkgTerminalLog:
 Setting up mysql-server-5.7 (5.7.12-0ubuntu1) ...
 Job for mysql.service failed because the control process exited with error 
code. See "systemctl status mysql.service" and "journalctl -xe" for details.
 invoke-rc.d: initscript mysql, action "start" failed.
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-06-19 (3 days ago)
InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: mysql-5.7
Title: package mysql-server-5.7 (not installed) failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to xenial on 2016-06-21 (1 days ago)

** Affects: mysql-5.7 (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/1595165

Title:
  package mysql-server-5.7  not installed  failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1578453] [NEW] custom smb port changes in pcmanfm's address bar

2016-05-04 Thread Joonhee, Jun
Public bug reported:


Hello there,

Thank you so much for all your efforts to develop such a great OS &
applications suite.

I run a samba file sharing server in my intranet. (Server's TCP listening port 
is 139) 
And I connect to the server over SSH tunneling from outside. (Localhost's TCP 
listening port for SSH tunneling is 50139) 

When I try to connect smb://localhost:50139, PCManFM lists shared
directories well.

BUT, once I double-click one of the list, the URI in address bar loses
":50139", my customized TCP port.

ex. 
smb://localhost:50139  --->  I choose a shared directory, "A" ---> 
smb://localhost/A

PCManFM tells an error "Failed to mount Windows share: Connection refused" 
naturally.
And it connects well after I modify the URL to smb://localhost:50139/A in 
address bar.

I would like to inform you this as I found this bug just a minute ago.
I use Lubuntu 16.04 LTS, and "about" shows the versions are 

PCManFM 1.2.4, 
Lightweight file manager using LibFM ver. 1.2.4

I will also report this bug to LXDE community.
Thank you!

June

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: pcmanfm 1.2.4-1
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Config_pcmanfm_System_Lubuntu: Error: [Errno 2] No such file or directory: 
'/etc/xdg/pcmanfm/Lubuntu/lubuntu.conf'
CurrentDesktop: LXDE
Date: Thu May  5 10:56:31 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-05-02 (2 days ago)
InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: pcmanfm
Udisks_dump: Error: [Errno 2] No such file or directory: 'udisks'
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug lubuntu lxde pcmanfm samba smb 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/1578453

Title:
  custom smb port changes in pcmanfm's address bar

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

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


[Bug 1558070] [NEW] package linux-image-4.2.0-34-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2016-03-19 Thread Jun-Seok Heo
Public bug reported:

no.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-image-4.2.0-34-generic (not installed)
ProcVersionSignature: Ubuntu 4.2.0-30.36~14.04.1-generic 4.2.8-ckt3
Uname: Linux 4.2.0-30-generic i686
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
Date: Wed Mar 16 22:11:12 2016
DuplicateSignature: package:linux-image-4.2.0-34-generic:(not 
installed):subprocess new pre-installation script returned error exit status 1
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
InstallationDate: Installed on 2016-03-13 (2 days ago)
InstallationMedia: Lubuntu 14.04.4 LTS "Trusty Tahr" - Release i386 (20160217.1)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: linux-lts-wily
Title: package linux-image-4.2.0-34-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 trusty

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

Title:
  package linux-image-4.2.0-34-generic (not installed) 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/linux-lts-wily/+bug/1558070/+subscriptions

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


[Bug 1432098] Re: gjs-console assert failure: *** Error in `/usr/bin/gjs-console': free(): invalid next size (fast): 0x00007f24f805c4e0 ***

2015-10-27 Thread Ernst Rohlicek jun.
*** This bug is a duplicate of bug 1418771 ***
https://bugs.launchpad.net/bugs/1418771

Seems that upstream has fixed the issue.

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

Title:
  gjs-console assert failure: *** Error in `/usr/bin/gjs-console':
  free(): invalid next size (fast): 0x7f24f805c4e0 ***

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

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


[Bug 1460508] Re: Ubuntu 14.04 LTS desktop can't login via GUI

2015-06-01 Thread I Jun, Yu
Hi Team
Does anyone can give me some advices?

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

Title:
  Ubuntu 14.04 LTS desktop can't login via GUI

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

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


[Bug 1460508] [NEW] Ubuntu 14.04 LTS desktop can't login via GUI

2015-05-31 Thread I Jun, Yu
Public bug reported:

 Hi Team
   I upgraded my Ubuntu Desktop from 12.04 to 14.04 but I always block in login 
session via GUI. I can log in terminal. I checked the auth.log and found 
gnome-keyring-daemon shows failed to unlock login keyring on startup. I did 
follow approach but still can't log in via GUI. Would you give me some advice.

[Tried Approach]
1. Reinstall gnome-keyring.
- Result : Still can't log in
2. sudo chown -R $USER:$USER $HOME 
   - Result : Still can't log in
3. sudo update-manager -d 
-Result : 
  error: XDG_RUNTIME_DIR not set in the environment.
  (update-manager:3835): Gtk-WARNING **: cannot open display: 

[Auth.log]
Jun  1 11:20:58 ubuntu sshd[2445]: Accepted password for ijunyu from 
192.168.153.1 port 52781 ssh2
Jun  1 11:24:41 ubuntu gnome-keyring-daemon[2540]: failed to unlock login 
keyring on startup
Jun  1 11:24:41 ubuntu gnome-keyring-daemon[2540]: couldn't set environment 
variable in session: The name org.gnome.SessionManager was not provided by any 
.service files

Description:Ubuntu 14.04.2 LTS
Release:14.04

** Affects: pam-xdg-support (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: lightdm, syslog and auth.log
   
https://bugs.launchpad.net/bugs/1460508/+attachment/4407795/+files/dev_log.zip

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

Title:
  Ubuntu 14.04 LTS desktop can't login via GUI

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

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


[Bug 1325801] Re: failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:

2015-04-30 Thread Ma Jun
I have the same problem with #119 on 14.04.2, Failed to install the
bootloader message on creating and unable to boot from the created
disk.

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

Title:
  failed to boot from USB disk with error: gfxboot.c32: not a COM32R
  Image boot:

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

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


[Bug 1419608] Re: chinese-calendar 1.0.1-0ubuntu1, wrong box size

2015-03-18 Thread Ma Jun
I ever checked this bug in English version, it was always existed.

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

Title:
  chinese-calendar 1.0.1-0ubuntu1,  wrong box size

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

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


[Bug 1419601] Re: indicator-china-weather (2.1.2-0ubuntu2) fail to upgrade

2015-02-25 Thread Ma Jun
In the latest ubuntu kylin ISO  for beta1,  2.1.2 version is default.
So the status is marked as fix released.

** Changed in: ubuntukylin
   Status: Fix Committed = 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/1419601

Title:
  indicator-china-weather (2.1.2-0ubuntu2) fail to upgrade

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

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


[Bug 1419608] Re: chinese-calendar 1.0.1-0ubuntu1, wrong box size

2015-02-25 Thread Ma Jun
** Changed in: ubuntukylin
   Status: New = Confirmed

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

Title:
  chinese-calendar 1.0.1-0ubuntu1,  wrong box size

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

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


[Bug 1306863] Re: 启动应用程序首选项含有未翻译内容。

2015-02-04 Thread Ma Jun
** Changed in: indicator-china-weather (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/1306863

Title:
  启动应用程序首选项含有未翻译内容。

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

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

[Bug 1304410] Re: the partition page, text Change... untranslate

2015-01-24 Thread Ma Jun
** Changed in: ubuntukylin
   Status: Fix Committed = 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/1304410

Title:
  the partition page, text Change... untranslate

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

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


[Bug 1304410] Re: the partition page, text Change... untranslate

2015-01-23 Thread Ma Jun
** Changed in: ubuntukylin
   Status: Triaged = 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/1304410

Title:
  the partition page, text Change... untranslate

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

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


[Bug 1413471] Re: 在优客助手中关闭桌面图标后系统异常

2015-01-21 Thread Ma Jun
我的14.04系统上测试好像没有这个问题,是否还有其他操作或者设置?

@kobe,你测试分析一下可能的原因?

** Tags added: ubuntukylin

** Tags added: trusty

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

Title:
  在优客助手中关闭桌面图标后系统异常

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

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

[Bug 1384297] Re: After system resume, Intel i915 graphics hangs

2015-01-18 Thread Dennis Jun
Ack, sorry everyone, I changed the status to Fix Released by accident
and now I can't change it back to Triaged. Can someone change it back?

** Changed in: linux (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  After system resume, Intel i915 graphics hangs

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

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


[Bug 1410209] [NEW] nvidia-331 331.113-0ubuntu0.0.0.3: nvidia-331 kernel module failed to build

2015-01-13 Thread jun
Public bug reported:

After update the system, the nvidia and wireless package don't work. Any
one can help?  Thanks.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: nvidia-331 331.113-0ubuntu0.0.0.3
ProcVersionSignature: Ubuntu 3.13.0-44.73~precise1-generic 3.13.11-ckt12
Uname: Linux 3.13.0-44-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.8
Architecture: amd64
DKMSKernelVersion: 3.13.0-44-generic
Date: Tue Jan 13 12:13:35 2015
InstallationMedia: Ubuntu 12.04.4 LTS Precise Pangolin - Release amd64 
(20140204)
MarkForUpload: True
PackageVersion: 331.113-0ubuntu0.0.0.3
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.113-0ubuntu0.0.0.3: nvidia-331 kernel module failed to 
build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

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

Title:
  nvidia-331 331.113-0ubuntu0.0.0.3: nvidia-331 kernel module failed to
  build

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

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


[Bug 1365466] Re: ubiquity does not apply language system wide

2015-01-11 Thread Ma Jun
我觉得comment#9的说法有道理,网络图标处的翻译应该与ubiquity的代码无关。

目前用最新的15.04的daily iso测试,bug中反馈的网络连接没有翻译的问题应该已经解决,默认是中文。

** Attachment added: network-translation-ok
   
https://bugs.launchpad.net/ubuntukylin/+bug/1365466/+attachment/4295875/+files/live-network-translation.png

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

Title:
  ubiquity does not apply language system wide

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

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

[Bug 1330410] Re: All keyboard types in Keyboard layout are not localized during installation

2014-12-11 Thread Ma Jun
This problem has been fixed in the latest ISO of Ubuntu Kylin, so I mark
it as released.

** Changed in: ubuntukylin
   Status: Triaged = Fix Released

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

Title:
  All keyboard types in Keyboard layout are not localized during
  installation

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

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


[Bug 1384297] Re: gpu i915 OOPS on power change intel_display_power_put+0xf9

2014-11-18 Thread Dennis Jun
Same issue on my Dell XPS 13 9333.

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

Title:
  gpu i915 OOPS on power change intel_display_power_put+0xf9

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

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


[Bug 1384297] Re: gpu i915 OOPS on power change intel_display_power_put+0xf9

2014-11-18 Thread Dennis Jun
Should have noted my versions:

~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.10
Release:14.10
Codename:   utopic

~$ uname -a
Linux xx 3.16.0-24-generic #32-Ubuntu SMP Tue Oct 28 13:07:32 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  gpu i915 OOPS on power change intel_display_power_put+0xf9

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

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


[Bug 1363016] Re: Volume initialisation with image might fail due to disk caching

2014-10-29 Thread jun ishizaki
** Also affects: ubuntu
   Importance: Undecided
   Status: New

** No longer affects: ubuntu

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

Title:
  Volume initialisation with image might fail due to disk caching

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

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


  1   2   3   4   5   6   7   8   >